Home
last modified time | relevance | path

Searched refs:UT_GET_RECIPIENT (Results 1 – 4 of 4) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/hiudc3/
Dusb3.h45 #define UT_GET_RECIPIENT(a) ((a) & 0x1f) macro
Dusb3_pcd.c291 switch (UT_GET_RECIPIENT(ctrl.bmRequestType)) { in usb3_do_get_status()
339 switch (UT_GET_RECIPIENT(ctrl.bmRequestType)) { in usb3_do_clear_feature()
410 switch (UT_GET_RECIPIENT(ctrl.bmRequestType)) { in usb3_do_set_feature()
/third_party/FreeBSD/sys/dev/usb/
Dusb.h148 #define UT_GET_RECIPIENT(a) ((a) & 0x1f) macro
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Df_generic.c715 switch (UT_GET_RECIPIENT(ctrl->bmRequestType)) in usbclass_generic_setup()