Searched refs:DEV_REQUEST (Results 1 – 1 of 1) sorted by relevance
18 #define DEV_REQUEST (USB_TYPE_STANDARD | USB_RECIP_DEVICE) macro19 #define DEV_INREQUEST (DEV_REQUEST | USB_DIR_IN)71 if (setup->bRequestType != DEV_REQUEST) in handle_control_request()78 if (setup->bRequestType == DEV_REQUEST) { in handle_control_request()112 if (setup->bRequestType == DEV_REQUEST) { in handle_control_request()