Searched refs:typeReq (Results 1 – 6 of 6) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/ |
| A D | usb_gen_hcd_rh.c | 422 u16 typeReq = 0, wValue = 0, wIndex = 0, wLength = 0; in rh_call_control() local 433 typeReq = (cmd->bRequestType << 8) | cmd->bRequest; in rh_call_control() 445 switch (typeReq) in rh_call_control() 576 switch (typeReq) in rh_call_control() 591 typeReq, in rh_call_control() 612 typeReq, wValue, wIndex, in rh_call_control()
|
| A D | usb_gen_hcd.h | 194 u16 typeReq,
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/ |
| A D | ehci-hub.c | 741 u16 typeReq, in ehci_hub_control() argument 776 switch (typeReq) { in ehci_hub_control()
|
| A D | ohci-hub.c | 676 u16 typeReq, 690 switch (typeReq) {
|
| A D | ehci.h | 806 extern int ehci_hub_control(struct hc_gen_dev *hcd, u16 typeReq, u16 wValue,
|
| A D | ohci.h | 742 extern int ohci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
|
Completed in 17 milliseconds