Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c424 case DeviceOutRequest | USB_REQ_SET_ADDRESS: in ast_vhub_std_hub_request()
438 case DeviceOutRequest | USB_REQ_SET_FEATURE: in ast_vhub_std_hub_request()
440 case DeviceOutRequest | USB_REQ_CLEAR_FEATURE: in ast_vhub_std_hub_request()
450 case DeviceOutRequest | USB_REQ_SET_CONFIGURATION: in ast_vhub_std_hub_request()
473 case DeviceOutRequest | USB_REQ_SET_INTERFACE: in ast_vhub_std_hub_request()
Ddev.c252 case DeviceOutRequest | USB_REQ_SET_ADDRESS: in ast_vhub_std_dev_request()
265 case DeviceOutRequest | USB_REQ_SET_FEATURE: in ast_vhub_std_dev_request()
267 case DeviceOutRequest | USB_REQ_CLEAR_FEATURE: in ast_vhub_std_dev_request()
/linux-6.1.9/drivers/usb/core/
Dhcd.c551 case DeviceOutRequest | USB_REQ_CLEAR_FEATURE: in rh_call_control()
557 case DeviceOutRequest | USB_REQ_SET_FEATURE: in rh_call_control()
568 case DeviceOutRequest | USB_REQ_SET_CONFIGURATION: in rh_call_control()
637 case DeviceOutRequest | USB_REQ_SET_INTERFACE: in rh_call_control()
639 case DeviceOutRequest | USB_REQ_SET_ADDRESS: in rh_call_control()
/linux-6.1.9/include/linux/usb/
Dhcd.h579 #define DeviceOutRequest \ macro
/linux-6.1.9/drivers/usb/renesas_usbhs/
Dmod_host.c742 if ((DeviceOutRequest == req->bRequestType << 8) && in usbhsh_is_request_address()