Home
last modified time | relevance | path

Searched refs:typeReq (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHCD.c325 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 DdrvEhciHcd_2.c130 extern int ehci_hub_control (struct usb_hcd *hcd, U16 typeReq, U16 wValue, U16 wIndex, char *buf,…
H A DdrvHCD.h273 U16 typeReq, U16 wValue, U16 wIndex,
H A DdrvEhciHcd.c1254 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 DdrvEhciHcd.c484 U16 typeReq, in ms_hub_control() argument
504 switch (typeReq) in ms_hub_control()
H A DdrvUsbd.c108 extern int ms_hub_control ( struct usb_hcd *pHcd, U16 typeReq, U16 u16Value, U16 u16I…