Home
last modified time | relevance | path

Searched refs:PipeType (Results 1 – 25 of 26) sorted by relevance

12

/reactos/sdk/lib/drivers/wdf/shared/targets/usb/km/
H A Dfxusbpipekm.cpp359 PipeInformation->PipeType = _UsbdPipeTypeToWdf(m_PipeInformation.PipeType); in GetInformation()
369 return _UsbdPipeTypeToWdf(m_PipeInformation.PipeType); in GetType()
377 return _UsbdPipeTypeToWdf(m_PipeInformation.PipeType) == Type ? TRUE : FALSE; in IsType()
/reactos/sdk/lib/drivers/wdf/shared/targets/usb/um/
H A Dfxusbpipeum.cpp326 PipeInformation->PipeType = _UsbdPipeTypeToWdf(m_PipeInformationUm.PipeType); in GetInformation()
335 return _UsbdPipeTypeToWdf(m_PipeInformationUm.PipeType); in GetType()
343 return _UsbdPipeTypeToWdf(m_PipeInformationUm.PipeType) == Type ? TRUE : FALSE; in IsType()
/reactos/drivers/bluetooth/fbtusb/include/
H A Dfbtusb.h126 FREEBT_PIPETYPE PipeType; member
234 FREEBT_PIPETYPE PipeType; member
/reactos/drivers/filesystems/npfs/
H A Dwritesup.c24 IN ULONG PipeType, in NpWriteDataQueue() argument
44 if ((PipeType != FILE_PIPE_MESSAGE_MODE) || (OutBufferSize)) in NpWriteDataQueue()
H A Dnpfs.h618 IN ULONG PipeType,
/reactos/drivers/bluetooth/fbtusb/
H A Dfbtpnp.c585 FreeBT_DbgPrint(3, ("FBTUSB: PipeType 0x%x\n", Interface->Pipes[i].PipeType)); in SelectInterfaces()
598 deviceExtension->PipeContext[i].PipeType=HciEventPipe; in SelectInterfaces()
604 deviceExtension->PipeContext[i].PipeType=AclDataIn; in SelectInterfaces()
610 deviceExtension->PipeContext[i].PipeType=AclDataOut; in SelectInterfaces()
616 deviceExtension->PipeContext[i].PipeType=SCODataIn; in SelectInterfaces()
622 deviceExtension->PipeContext[i].PipeType=SCODataOut; in SelectInterfaces()
/reactos/sdk/include/ddk/
H A Dusbscan.h99 RAW_PIPE_TYPE PipeType; member
H A Drxcontx.h194 ULONG PipeType; member
/reactos/sdk/lib/drivers/wdf/shared/targets/usb/
H A Dfxusbinterface.cpp1003 PipeInfo->PipeType = FxUsbPipe::_UsbdPipeTypeToWdf( in CopyEndpointFieldsFromDescriptor()
1010 if (PipeInfo->PipeType == WdfUsbPipeTypeControl) { in CopyEndpointFieldsFromDescriptor()
/reactos/drivers/usb/usbstor_new/
H A Ddescriptor.c499 if (DeviceExtension->InterfaceInformation->Pipes[Index].PipeType == UsbdPipeTypeBulk) in USBSTOR_GetPipeHandles()
/reactos/drivers/usb/usbstor/
H A Ddescriptor.c328 if (DeviceExtension->InterfaceInformation->Pipes[Index].PipeType == UsbdPipeTypeBulk) in USBSTOR_GetPipeHandles()
/reactos/sdk/include/psdk/
H A Dusb.h263 USBD_PIPE_TYPE PipeType; member
/reactos/sdk/lib/drivers/wdf/kmdf/inc/private/
H A Dwdf10.h2046 WDF_USB_PIPE_TYPE PipeType; member
H A Dwdf11.h2076 WDF_USB_PIPE_TYPE PipeType; member
H A Dwdf19.h2283 WDF_USB_PIPE_TYPE PipeType; member
H A Dwdf15.h2082 WDF_USB_PIPE_TYPE PipeType; member
H A Dwdf17.h2101 WDF_USB_PIPE_TYPE PipeType; member
H A Dwdf111.h2756 WDF_USB_PIPE_TYPE PipeType; member
H A Dwdf113.h2924 WDF_USB_PIPE_TYPE PipeType; member
H A Dwdf115.h2939 WDF_USB_PIPE_TYPE PipeType; member
/reactos/drivers/usb/usbport/
H A Ddevice.c391 InterfaceInfo->Pipes[ix].PipeType = Descriptor->bmAttributes & USB_ENDPOINT_TYPE_MASK; in USBPORT_OpenInterface()
543 Pipe->PipeType = 0; in USBPORT_InitInterfaceInfo()
/reactos/sdk/lib/drivers/wdf/umdf/fxlib/inc/private/
H A Dwdf20.h2837 WDF_USB_PIPE_TYPE PipeType; member
H A Dwdf215.h2849 WDF_USB_PIPE_TYPE PipeType; member
/reactos/drivers/hid/hidusb/
H A Dhidusb.c27 …if (InterfaceInformation->Pipes[Index].PipeType == UsbdPipeTypeInterrupt && (InterfaceInformation-… in HidUsb_GetInputInterruptInterfaceHandle()
/reactos/sdk/include/wdf/kmdf/1.17/
H A Dwdfusb.h812 WDF_USB_PIPE_TYPE PipeType; member

12