Home
last modified time | relevance | path

Searched refs:DeviceRequest (Results 1 – 6 of 6) sorted by relevance

/external/qemu/hw/
Dusb-hub.c213 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()
Dusb-msd.c237 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()
Dusb-hid.c640 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()
Dusb.h86 #define DeviceRequest ((USB_DIR_IN|USB_TYPE_STANDARD|USB_RECIP_DEVICE)<<8) macro
/external/libusb/libusb/os/
Ddarwin_usb.c481 ret = (*(device))->DeviceRequest (device, &req); in process_new_device()
498 ret = (*(device))->DeviceRequest (device, &req); in process_new_device()
/external/libusb_aah/libusb/os/
Ddarwin_usb.c597 ret = (*(device))->DeviceRequest (device, &req); in darwin_cache_device_descriptor()