Home
last modified time | relevance | path

Searched refs:UT_DEVICE (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb.h149 #define UT_DEVICE 0x00 macro
154 #define UT_READ_DEVICE (UT_READ | UT_STANDARD | UT_DEVICE)
157 #define UT_WRITE_DEVICE (UT_WRITE | UT_STANDARD | UT_DEVICE)
160 #define UT_READ_CLASS_DEVICE (UT_READ | UT_CLASS | UT_DEVICE)
164 #define UT_WRITE_CLASS_DEVICE (UT_WRITE | UT_CLASS | UT_DEVICE)
168 #define UT_READ_VENDOR_DEVICE (UT_READ | UT_VENDOR | UT_DEVICE)
172 #define UT_WRITE_VENDOR_DEVICE (UT_WRITE | UT_VENDOR | UT_DEVICE)
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/hiudc3/
Dusb3_pcd.c292 case UT_DEVICE: in usb3_do_get_status()
340 case UT_DEVICE: in usb3_do_clear_feature()
411 case UT_DEVICE: in usb3_do_set_feature()
497 if (ctrl.bmRequestType == UT_DEVICE) { in usb3_do_set_address()
516 UT_DEVICE)) { in usb3_do_set_config()
554 UT_DEVICE)) { in usb3_do_get_config()
579 UT_DEVICE)) { in usb3_do_get_descriptor()
Dusb3.h46 #define UT_DEVICE 0x00 macro