Searched refs:DEV_REQUEST (Results 1 – 1 of 1) sorted by relevance
30 #define DEV_REQUEST (USB_TYPE_STANDARD | USB_RECIP_DEVICE) macro31 #define DEV_INREQUEST (DEV_REQUEST | USB_DIR_IN)83 if (setup->bRequestType != DEV_REQUEST) in handle_control_request()90 if (setup->bRequestType == DEV_REQUEST) { in handle_control_request()124 if (setup->bRequestType == DEV_REQUEST) { in handle_control_request()