Home
last modified time | relevance | path

Searched refs:USB_REQ_SET_FEATURE (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUsbd.h238 #define Req_SetHubFeature (0x2000 | USB_REQ_SET_FEATURE)
239 #define Req_SetPortFeature (0x2300 | USB_REQ_SET_FEATURE)
H A DdrvHub.c213 USB_REQ_SET_FEATURE, USB_RT_PORT, USB_PORT_FEAT_POWER, i + 1, NULL, 0, HZ); in ms_hub_power_on()
755 USB_REQ_SET_FEATURE, USB_RT_PORT, USB_PORT_FEAT_RESET, port+1, NULL, 0, HZ); in ms_hub_port_reset()
H A DdrvUsbd.c338 case ReqType_DeviceOut | USB_REQ_SET_FEATURE: in ms_rh_call_control()
388 case ReqType_EndpointOut | USB_REQ_SET_FEATURE: in ms_rh_call_control()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHCD.h445 #define SetHubFeature (0x2000 | USB_REQ_SET_FEATURE)
446 #define SetPortFeature (0x2300 | USB_REQ_SET_FEATURE)
H A DdrvHCD.c355 case DeviceOutRequest | USB_REQ_SET_FEATURE: in rh_call_control()
509 case EndpointOutRequest | USB_REQ_SET_FEATURE: in rh_call_control()
H A DdrvHub.c611 USB_REQ_SET_FEATURE, USB_RT_PORT, feature, port, NULL, 0, HZ); in set_port_feature()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB_CH9.h189 #define USB_REQ_SET_FEATURE 0x03 macro
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvUSB_CH9.h103 #define USB_REQ_SET_FEATURE 0x03 // control pipe standard command, set feature macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/usb/
H A Dch9.h81 #define USB_REQ_SET_FEATURE 0x03 macro