Searched refs:USB_REQ_GET_STATUS (Results 1 – 10 of 10) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvUsbd.h | 241 #define Req_GetHubStatus (0xa000 | USB_REQ_GET_STATUS) 242 #define Req_GetPortStatus (0xa300 | USB_REQ_GET_STATUS)
|
| H A D | drvHub.c | 234 USB_REQ_GET_STATUS, USB_DIR_IN | USB_RT_HUB, 0, 0, in ms_hub_hub_status() 648 USB_REQ_GET_STATUS, USB_DIR_IN | USB_RT_PORT, 0, port+1, in ms_hub_port_status()
|
| H A D | drvUsbd.c | 334 case ReqType_Device | USB_REQ_GET_STATUS: in ms_rh_call_control() 384 case ReqType_Endpoint | USB_REQ_GET_STATUS: in ms_rh_call_control()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvHCD.h | 443 #define GetHubStatus (0xa000 | USB_REQ_GET_STATUS) 444 #define GetPortStatus (0xa300 | USB_REQ_GET_STATUS)
|
| H A D | drvHCD.c | 347 case DeviceRequest | USB_REQ_GET_STATUS: in rh_call_control() 501 case EndpointRequest | USB_REQ_GET_STATUS: in rh_call_control()
|
| H A D | drvHub.c | 670 USB_REQ_GET_STATUS, USB_DIR_IN | USB_RT_HUB, 0, 0, in get_hub_status() 738 USB_REQ_GET_STATUS, USB_DIR_IN | USB_RT_PORT, 0, port, in get_port_status()
|
| H A D | drvMsg.c | 335 USB_REQ_GET_STATUS, USB_DIR_IN | type, 0, target, data, 2, in usb_get_status()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvUSB_CH9.h | 187 #define USB_REQ_GET_STATUS 0x00 macro
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvUSB_CH9.h | 101 #define USB_REQ_GET_STATUS 0x00 // control pipe standard command, get status macro
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/usb/ |
| H A D | ch9.h | 79 #define USB_REQ_GET_STATUS 0x00 macro
|