Home
last modified time | relevance | path

Searched refs:DeviceOutRequest (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c358 case DeviceOutRequest | USB_REQ_SET_ADDRESS: in ast_vhub_std_hub_request()
372 case DeviceOutRequest | USB_REQ_SET_FEATURE: in ast_vhub_std_hub_request()
374 case DeviceOutRequest | USB_REQ_CLEAR_FEATURE: in ast_vhub_std_hub_request()
384 case DeviceOutRequest | USB_REQ_SET_CONFIGURATION: in ast_vhub_std_hub_request()
405 case DeviceOutRequest | USB_REQ_SET_INTERFACE: in ast_vhub_std_hub_request()
Ddev.c226 case DeviceOutRequest | USB_REQ_SET_ADDRESS: in ast_vhub_std_dev_request()
239 case DeviceOutRequest | USB_REQ_SET_FEATURE: in ast_vhub_std_dev_request()
241 case DeviceOutRequest | USB_REQ_CLEAR_FEATURE: in ast_vhub_std_dev_request()
/Linux-v4.19/drivers/usb/core/
Dhcd.c547 case DeviceOutRequest | USB_REQ_CLEAR_FEATURE: in rh_call_control()
553 case DeviceOutRequest | USB_REQ_SET_FEATURE: in rh_call_control()
564 case DeviceOutRequest | USB_REQ_SET_CONFIGURATION: in rh_call_control()
633 case DeviceOutRequest | USB_REQ_SET_INTERFACE: in rh_call_control()
635 case DeviceOutRequest | USB_REQ_SET_ADDRESS: in rh_call_control()
/Linux-v4.19/include/linux/usb/
Dhcd.h569 #define DeviceOutRequest \ macro
/Linux-v4.19/drivers/usb/renesas_usbhs/
Dmod_host.c742 if ((DeviceOutRequest == req->bRequestType << 8) && in usbhsh_is_request_address()