Home
last modified time | relevance | path

Searched refs:IOCTL_INTERNAL_USB_GET_PORT_STATUS (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/include/psdk/
H A Dusbioctl.h44 #define IOCTL_INTERNAL_USB_GET_PORT_STATUS \ macro
/reactos/drivers/usb/usbccgp/
H A Dpdo.c1068 … else if (IoStack->Parameters.DeviceIoControl.IoControlCode == IOCTL_INTERNAL_USB_GET_PORT_STATUS) in PDO_HandleInternalDeviceControl()
/reactos/drivers/bluetooth/fbtusb/
H A Dfbtdev.c581 IOCTL_INTERNAL_USB_GET_PORT_STATUS, in FreeBT_GetPortStatus()
/reactos/drivers/usb/usbhub/
H A Dioctl.c1331 case IOCTL_INTERNAL_USB_GET_PORT_STATUS: in USBH_PdoInternalControl()
H A Dusbhub.c1994 Irp = IoBuildDeviceIoControlRequest(IOCTL_INTERNAL_USB_GET_PORT_STATUS, in USBH_GetPortStatus()
/reactos/drivers/hid/hidusb/
H A Dhidusb.c72 Irp = IoBuildDeviceIoControlRequest(IOCTL_INTERNAL_USB_GET_PORT_STATUS, in HidUsb_GetPortStatus()
/reactos/sdk/lib/drivers/wdf/shared/targets/usb/
H A Dfxusbdevice.cpp1157 IOCTL_INTERNAL_USB_GET_PORT_STATUS, in GetPortStatus()