Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/usb/host/
H A Dohci-s3c2410.c162 u16 typeReq, in ohci_s3c2410_hub_control() argument
175 hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_s3c2410_hub_control()
181 ret = ohci_hub_control(hcd, typeReq, wValue, in ohci_s3c2410_hub_control()
188 switch (typeReq) { in ohci_s3c2410_hub_control()
231 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_s3c2410_hub_control()
235 switch (typeReq) { in ohci_s3c2410_hub_control()
H A Dehci-brcm.c54 u16 typeReq, in ehci_brcm_hub_control() argument
76 if ((typeReq == GetPortStatus) && in ehci_brcm_hub_control()
91 retval = ehci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in ehci_brcm_hub_control()
H A Dohci-at91.c351 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 Dohci-da8xx.c34 static int (*orig_ohci_hub_control)(struct usb_hcd *hcd, u16 typeReq,
301 static int ohci_da8xx_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in ohci_da8xx_hub_control() argument
307 switch (typeReq) { in ohci_da8xx_hub_control()
361 return orig_ohci_hub_control(hcd, typeReq, wValue, in ohci_da8xx_hub_control()
H A Dohci-pxa27x.c192 static int pxa27x_ohci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in pxa27x_ohci_hub_control() argument
198 switch (typeReq) { in pxa27x_ohci_hub_control()
208 typeReq == SetPortFeature); in pxa27x_ohci_hub_control()
214 return ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in pxa27x_ohci_hub_control()
H A Dfhci-hub.c201 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 Duhci-hub.c243 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 Dohci-hub.c678 u16 typeReq, in ohci_hub_control() argument
692 switch (typeReq) { in ohci_hub_control()
H A Dfhci.h531 int fhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
H A Dehci-hub.c734 u16 typeReq, in ehci_hub_control() argument
767 switch (typeReq) { in ehci_hub_control()
H A Dohci.h741 extern int ohci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
H A Dehci.h904 extern int ehci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
/openbmc/linux/drivers/staging/greybus/
H A Dusb.c23 __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()
/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dmod_host.c1092 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 …]
/openbmc/linux/drivers/usb/chipidea/
H A Dhost.c242 u16 typeReq, in ci_ehci_hub_control() argument
266 retval = ci->platdata->hub_control(ci, typeReq, wValue, wIndex, in ci_ehci_hub_control()
272 if (typeReq == SetPortFeature && wValue == USB_PORT_FEAT_SUSPEND) { in ci_ehci_hub_control()
314 else if (typeReq == ClearPortFeature && in ci_ehci_hub_control()
324 return ehci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in ci_ehci_hub_control()
H A Dci_hdrc_tegra.c235 static int tegra_ehci_hub_control(struct ci_hdrc *ci, u16 typeReq, u16 wValue, in tegra_ehci_hub_control() argument
246 switch (typeReq) { in tegra_ehci_hub_control()
/openbmc/linux/drivers/usb/c67x00/
H A Dc67x00-hcd.c66 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()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_host.h69 u16 typeReq, u16 wValue, u16 wIndex,
/openbmc/linux/drivers/usb/musb/
H A Dmusb_virthub.c262 u16 typeReq, in musb_hub_control() argument
285 switch (typeReq) { in musb_hub_control()
H A Dmusb_host.h109 u16 typeReq, u16 wValue, u16 wIndex,
/openbmc/linux/include/linux/usb/
H A Dchipidea.h97 int (*hub_control)(struct ci_hdrc *ci, u16 typeReq, u16 wValue,
/openbmc/linux/drivers/usb/usbip/
H A Dvhci_hcd.c34 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()
/openbmc/linux/drivers/usb/core/
H A Dhcd.c460 u16 typeReq, wValue, wIndex, wLength; in rh_call_control() local
480 typeReq = (cmd->bRequestType << 8) | cmd->bRequest; in rh_call_control()
503 switch (typeReq) { in rh_call_control()
640 switch (typeReq) { in rh_call_control()
659 typeReq, wValue, wIndex, in rh_call_control()
662 if (typeReq == GetHubDescriptor) in rh_call_control()
677 typeReq, wValue, wIndex, in rh_call_control()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.c885 u16 typeReq; in xhci_submit_root() local
906 typeReq = req->request | req->requesttype << 8; in xhci_submit_root()
908 switch (typeReq) { in xhci_submit_root()
H A Dehci-hcd.c671 u16 typeReq; in ehci_submit_root() local
686 typeReq = req->request | req->requesttype << 8; in ehci_submit_root()
688 switch (typeReq) { in ehci_submit_root()
701 switch (typeReq) { in ehci_submit_root()

12