Searched refs:typeReq (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvHCD.c | 325 U16 typeReq, wValue, wIndex, wLength; in rh_call_control() local 333 typeReq = (cmd->bRequestType << 8) | cmd->bRequest; in rh_call_control() 344 switch (typeReq) { in rh_call_control() 518 typeReq, wValue, wIndex, in rh_call_control() 533 typeReq, wValue, wIndex, wLength, urb->status); in rh_call_control()
|
| H A D | drvEhciHcd_2.c | 130 extern int ehci_hub_control (struct usb_hcd *hcd, U16 typeReq, U16 wValue, U16 wIndex, char *buf,…
|
| H A D | drvHCD.h | 273 U16 typeReq, U16 wValue, U16 wIndex,
|
| H A D | drvEhciHcd.c | 1254 U16 typeReq, in ehci_hub_control() argument 1321 switch (typeReq) { in ehci_hub_control() 9439 extern int ehci_hub_control ( struct usb_hcd *hcd, U16 typeReq, U16 wValue, U16 wInde…
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvEhciHcd.c | 484 U16 typeReq, in ms_hub_control() argument 504 switch (typeReq) in ms_hub_control()
|
| H A D | drvUsbd.c | 108 extern int ms_hub_control ( struct usb_hcd *pHcd, U16 typeReq, U16 u16Value, U16 u16I…
|