Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dehci-hub.c139 u16 typeReq, in ehci_hub_control() argument
159 switch (typeReq) { in ehci_hub_control()
/linux-2.4.37.9/drivers/usb/
Dhcd.c324 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()
Dhcd.h148 u16 typeReq, u16 wValue, u16 wIndex,