Searched refs:DeviceRequest (Results 1 – 4 of 4) sorted by relevance
213 case DeviceRequest | USB_REQ_GET_STATUS: in usb_hub_handle_control()245 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in usb_hub_handle_control()292 case DeviceRequest | USB_REQ_GET_CONFIGURATION: in usb_hub_handle_control()299 case DeviceRequest | USB_REQ_GET_INTERFACE: in usb_hub_handle_control()
237 case DeviceRequest | USB_REQ_GET_STATUS: in usb_msd_handle_control()263 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in usb_msd_handle_control()305 case DeviceRequest | USB_REQ_GET_CONFIGURATION: in usb_msd_handle_control()312 case DeviceRequest | USB_REQ_GET_INTERFACE: in usb_msd_handle_control()
640 case DeviceRequest | USB_REQ_GET_STATUS: in usb_hid_handle_control()666 case DeviceRequest | USB_REQ_GET_DESCRIPTOR: in usb_hid_handle_control()730 case DeviceRequest | USB_REQ_GET_CONFIGURATION: in usb_hid_handle_control()737 case DeviceRequest | USB_REQ_GET_INTERFACE: in usb_hid_handle_control()
86 #define DeviceRequest ((USB_DIR_IN|USB_TYPE_STANDARD|USB_RECIP_DEVICE)<<8) macro