| /linux/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()
|
| /linux/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 …]
|
| /linux/drivers/usb/host/ |
| H A D | ohci-at91.c | 351 static int ohci_at91_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in ohci_at91_hub_control() argument 362 hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_at91_hub_control() 366 switch (typeReq) { in ohci_at91_hub_control() 431 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex + 1, buf, wLength); in ohci_at91_hub_control() 435 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, 284 static int ohci_da8xx_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in ohci_da8xx_hub_control() argument 290 switch (typeReq) { in ohci_da8xx_hub_control() 344 return orig_ohci_hub_control(hcd, typeReq, wValue, in ohci_da8xx_hub_control()
|
| H A D | fhci-hub.c | 201 int fhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in fhci_hub_control() argument 214 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 | 678 u16 typeReq, in ohci_hub_control() argument 692 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 | ehci-hub.c | 734 u16 typeReq, in ehci_hub_control() argument 767 switch (typeReq) { in ehci_hub_control()
|
| H A D | ohci.h | 741 extern int ohci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
|
| H A D | xen-hcd.c | 426 static int xenhcd_hub_control(struct usb_hcd *hcd, __u16 typeReq, __u16 wValue, in xenhcd_hub_control() argument 437 switch (typeReq) { in xenhcd_hub_control()
|
| H A D | xhci-hub.c | 1205 int xhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in xhci_hub_control() argument 1230 switch (typeReq) { in xhci_hub_control()
|
| H A D | xhci.h | 1691 int (*hub_control)(struct usb_hcd *hcd, u16 typeReq, u16 wValue, 1971 int xhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex,
|
| H A D | oxu210hp-hcd.c | 648 u16 typeReq, u16 wValue, u16 wIndex, 3540 static int oxu_hub_control(struct usb_hcd *hcd, u16 typeReq, in oxu_hub_control() argument 3559 switch (typeReq) { in oxu_hub_control()
|
| H A D | r8a66597-hcd.c | 2140 static int r8a66597_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in r8a66597_hub_control() argument 2152 switch (typeReq) { in r8a66597_hub_control()
|
| H A D | xhci-tegra.c | 1301 u16 typeReq = set ? SetPortFeature : ClearPortFeature; in tegra_xhci_set_port_power() local 1310 hcd->driver->hub_control(hcd, typeReq, USB_PORT_FEAT_POWER, wIndex, in tegra_xhci_set_port_power()
|
| /linux/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()
|
| /linux/drivers/usb/musb/ |
| H A D | musb_virthub.c | 262 u16 typeReq, in musb_hub_control() argument 285 switch (typeReq) { in musb_hub_control()
|
| H A D | musb_host.h | 109 u16 typeReq, u16 wValue, u16 wIndex,
|
| /linux/include/linux/usb/ |
| H A D | chipidea.h | 99 int (*hub_control)(struct ci_hdrc *ci, u16 typeReq, u16 wValue,
|
| H A D | hcd.h | 313 u16 typeReq, u16 wValue, u16 wIndex,
|
| /linux/drivers/usb/usbip/ |
| H A D | vhci_hcd.c | 35 static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, 316 static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in vhci_hub_control() argument 336 usbip_dbg_vhci_rh("typeReq %x wValue %x wIndex %x\n", typeReq, wValue, in vhci_hub_control() 366 switch (typeReq) { in vhci_hub_control() 641 typeReq, wValue, wIndex, wLength); in vhci_hub_control()
|
| /linux/drivers/usb/core/ |
| H A D | hcd.c | 458 u16 typeReq, wValue, wIndex, wLength; in rh_call_control() local 478 typeReq = (cmd->bRequestType << 8) | cmd->bRequest; in rh_call_control() 501 switch (typeReq) { in rh_call_control() 638 switch (typeReq) { in rh_call_control() 657 typeReq, wValue, wIndex, in rh_call_control() 660 if (typeReq == GetHubDescriptor) in rh_call_control() 675 typeReq, wValue, wIndex, in rh_call_control()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | dummy_hcd.c | 2107 u16 typeReq, in dummy_hub_control() argument 2123 switch (typeReq) { in dummy_hub_control() 2363 typeReq, wValue, wIndex, wLength); in dummy_hub_control()
|
| /linux/drivers/usb/isp1760/ |
| H A D | isp1760-hcd.c | 2193 static int isp1760_hub_control(struct usb_hcd *hcd, u16 typeReq, in isp1760_hub_control() argument 2212 switch (typeReq) { in isp1760_hub_control()
|