| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ohci-s3c2410.c | 164 u16 typeReq, in ohci_s3c2410_hub_control() argument 177 hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_s3c2410_hub_control() 183 ret = ohci_hub_control(hcd, typeReq, wValue, in ohci_s3c2410_hub_control() 190 switch (typeReq) { in ohci_s3c2410_hub_control() 233 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_s3c2410_hub_control() 237 switch (typeReq) { in ohci_s3c2410_hub_control()
|
| H A D | ehci-tegra.c | 170 u16 typeReq, in tegra_ehci_hub_control() argument 188 if (typeReq == GetPortStatus) { in tegra_ehci_hub_control() 197 else if (typeReq == SetPortFeature && wValue == USB_PORT_FEAT_SUSPEND) { in tegra_ehci_hub_control() 222 (typeReq == SetPortFeature && wValue == USB_PORT_FEAT_RESET)) { in tegra_ehci_hub_control() 234 else if (typeReq == ClearPortFeature && in tegra_ehci_hub_control() 275 return ehci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in tegra_ehci_hub_control()
|
| H A D | ehci-brcm.c | 54 u16 typeReq, in ehci_brcm_hub_control() argument 72 if ((typeReq == GetPortStatus) && in ehci_brcm_hub_control() 87 retval = ehci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in ehci_brcm_hub_control()
|
| H A D | ohci-at91.c | 326 static int ohci_at91_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in ohci_at91_hub_control() argument 337 hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_at91_hub_control() 341 switch (typeReq) { in ohci_at91_hub_control() 408 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex + 1, buf, wLength); in ohci_at91_hub_control() 412 switch (typeReq) { in ohci_at91_hub_control()
|
| H A D | ohci-da8xx.c | 33 static int (*orig_ohci_hub_control)(struct usb_hcd *hcd, u16 typeReq, 300 static int ohci_da8xx_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in ohci_da8xx_hub_control() argument 306 switch (typeReq) { in ohci_da8xx_hub_control() 360 return orig_ohci_hub_control(hcd, typeReq, wValue, in ohci_da8xx_hub_control()
|
| H A D | ohci-pxa27x.c | 195 static int pxa27x_ohci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in pxa27x_ohci_hub_control() argument 201 switch (typeReq) { in pxa27x_ohci_hub_control() 211 typeReq == SetPortFeature); in pxa27x_ohci_hub_control() 217 return ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in pxa27x_ohci_hub_control()
|
| H A D | fhci-hub.c | 202 int fhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in fhci_hub_control() argument 215 switch (typeReq) { in fhci_hub_control()
|
| H A D | uhci-hub.c | 243 static int uhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in uhci_hub_control() argument 257 switch (typeReq) { in uhci_hub_control()
|
| H A D | ohci-hub.c | 675 u16 typeReq, in ohci_hub_control() argument 689 switch (typeReq) { in ohci_hub_control()
|
| H A D | fhci.h | 531 int fhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
|
| H A D | ohci.h | 741 extern int ohci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
|
| H A D | ehci-hub.c | 872 u16 typeReq, in ehci_hub_control() argument 904 switch (typeReq) { in ehci_hub_control()
|
| H A D | ehci.h | 898 extern int ehci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/ |
| H A D | usb.c | 23 __le16 typeReq; member 98 static int hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, in hub_control() argument 120 request->typeReq = cpu_to_le16(typeReq); in hub_control()
|
| /OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/ |
| H A D | mod_host.c | 1092 u16 typeReq, u16 wValue, in __usbhsh_hub_hub_feature() argument 1109 u16 typeReq, u16 wValue, in __usbhsh_hub_port_feature() argument 1114 int enable = (typeReq == SetPortFeature); in __usbhsh_hub_port_feature() 1194 u16 typeReq, u16 wValue, in __usbhsh_hub_get_status() argument 1202 switch (typeReq) { in __usbhsh_hub_get_status() 1234 static int usbhsh_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in usbhsh_hub_control() argument 1242 switch (typeReq) { in usbhsh_hub_control() 1247 ret = __usbhsh_hub_hub_feature(hpriv, typeReq, in usbhsh_hub_control() 1254 ret = __usbhsh_hub_port_feature(hpriv, typeReq, in usbhsh_hub_control() 1262 ret = __usbhsh_hub_get_status(hpriv, typeReq, in usbhsh_hub_control() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/chipidea/ |
| H A D | host.c | 228 u16 typeReq, in ci_ehci_hub_control() argument 250 if (typeReq == SetPortFeature && wValue == USB_PORT_FEAT_SUSPEND) { in ci_ehci_hub_control() 292 else if (typeReq == ClearPortFeature && in ci_ehci_hub_control() 302 return ehci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in ci_ehci_hub_control()
|
| /OK3568_Linux_fs/kernel/drivers/usb/c67x00/ |
| H A D | c67x00-hcd.c | 66 static int c67x00_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in c67x00_hub_control() argument 76 switch (typeReq) { in c67x00_hub_control()
|
| /OK3568_Linux_fs/kernel/drivers/usb/musb/ |
| H A D | musb_virthub.c | 263 u16 typeReq, in musb_hub_control() argument 286 switch (typeReq) { in musb_hub_control()
|
| H A D | musb_host.h | 113 u16 typeReq, u16 wValue, u16 wIndex,
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | musb_host.h | 70 u16 typeReq, u16 wValue, u16 wIndex,
|
| /OK3568_Linux_fs/kernel/drivers/usb/usbip/ |
| H A D | vhci_hcd.c | 34 static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, 315 static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in vhci_hub_control() argument 335 usbip_dbg_vhci_rh("typeReq %x wValue %x wIndex %x\n", typeReq, wValue, in vhci_hub_control() 364 switch (typeReq) { in vhci_hub_control() 637 typeReq, wValue, wIndex, wLength); in vhci_hub_control()
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | hcd.c | 481 u16 typeReq, wValue, wIndex, wLength; in rh_call_control() local 501 typeReq = (cmd->bRequestType << 8) | cmd->bRequest; in rh_call_control() 524 switch (typeReq) { in rh_call_control() 665 switch (typeReq) { in rh_call_control() 684 typeReq, wValue, wIndex, in rh_call_control() 687 if (typeReq == GetHubDescriptor) in rh_call_control() 702 typeReq, wValue, wIndex, in rh_call_control()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | xhci.c | 886 u16 typeReq; in xhci_submit_root() local 907 typeReq = req->request | req->requesttype << 8; in xhci_submit_root() 909 switch (typeReq) { in xhci_submit_root()
|
| H A D | ehci-hcd.c | 657 u16 typeReq; in ehci_submit_root() local 672 typeReq = req->request | req->requesttype << 8; in ehci_submit_root() 674 switch (typeReq) { in ehci_submit_root() 687 switch (typeReq) { in ehci_submit_root()
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | hcd.h | 331 u16 typeReq, u16 wValue, u16 wIndex,
|