Searched refs:typeReq (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/usb/host/ |
D | ehci-hub.c | 139 u16 typeReq, in ehci_hub_control() argument 159 switch (typeReq) { in ehci_hub_control()
|
/linux-2.4.37.9/drivers/usb/ |
D | hcd.c | 324 u16 typeReq, wValue, wIndex, wLength; in rh_call_control() local 329 typeReq = (cmd->bRequestType << 8) | cmd->bRequest; in rh_call_control() 340 switch (typeReq) { in rh_call_control() 417 typeReq, wValue, wIndex, in rh_call_control() 429 typeReq, wValue, wIndex, wLength, urb->status); in rh_call_control()
|
D | hcd.h | 148 u16 typeReq, u16 wValue, u16 wIndex,
|