Home
last modified time | relevance | path

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

12

/drivers/usb/host/
Dohci-s3c2410.c161 u16 typeReq, in ohci_s3c2410_hub_control() argument
174 hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_s3c2410_hub_control()
180 ret = ohci_hub_control(hcd, typeReq, wValue, in ohci_s3c2410_hub_control()
187 switch (typeReq) { in ohci_s3c2410_hub_control()
230 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_s3c2410_hub_control()
234 switch (typeReq) { in ohci_s3c2410_hub_control()
Dehci-tegra.c186 u16 typeReq, in tegra_ehci_hub_control() argument
204 if (typeReq == GetPortStatus) { in tegra_ehci_hub_control()
213 else if (typeReq == SetPortFeature && wValue == USB_PORT_FEAT_SUSPEND) { in tegra_ehci_hub_control()
238 (typeReq == SetPortFeature && wValue == USB_PORT_FEAT_RESET)) { in tegra_ehci_hub_control()
250 else if (typeReq == ClearPortFeature && in tegra_ehci_hub_control()
291 return ehci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in tegra_ehci_hub_control()
Dohci-jz4740.c81 static int ohci_jz4740_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in ohci_jz4740_hub_control() argument
87 switch (typeReq) { in ohci_jz4740_hub_control()
101 return ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_jz4740_hub_control()
Dohci-at91.c279 static int ohci_at91_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in ohci_at91_hub_control() argument
289 hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_at91_hub_control()
293 switch (typeReq) { in ohci_at91_hub_control()
340 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex + 1, buf, wLength); in ohci_at91_hub_control()
344 switch (typeReq) { in ohci_at91_hub_control()
Dohci-da8xx.c170 static int ohci_da8xx_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in ohci_da8xx_hub_control() argument
177 switch (typeReq) { in ohci_da8xx_hub_control()
234 return ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_da8xx_hub_control()
Dohci-pxa27x.c194 static int pxa27x_ohci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in pxa27x_ohci_hub_control() argument
200 switch (typeReq) { in pxa27x_ohci_hub_control()
210 typeReq == SetPortFeature); in pxa27x_ohci_hub_control()
216 return ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in pxa27x_ohci_hub_control()
Dfhci-hub.c206 int fhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in fhci_hub_control() argument
220 switch (typeReq) { in fhci_hub_control()
Duhci-hub.c241 static int uhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in uhci_hub_control() argument
255 switch (typeReq) { in uhci_hub_control()
Dohci-hub.c672 u16 typeReq, in ohci_hub_control() argument
686 switch (typeReq) { in ohci_hub_control()
Dfhci.h537 int fhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
Dehci-hub.c864 u16 typeReq, in ehci_hub_control() argument
888 switch (typeReq) { in ehci_hub_control()
Dxhci-hub.c759 int xhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in xhci_hub_control() argument
778 switch (typeReq) { in xhci_hub_control()
Dehci.h875 extern int ehci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
Dohci.h743 extern int ohci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
Dsl811-hcd.c1213 u16 typeReq, in sl811h_hub_control() argument
1225 switch (typeReq) { in sl811h_hub_control()
Disp116x-hcd.c999 u16 typeReq, in isp116x_hub_control() argument
1008 switch (typeReq) { in isp116x_hub_control()
Dimx21-hcd.c1529 u16 typeReq, in imx21_hc_hub_control() argument
1536 switch (typeReq) { in imx21_hc_hub_control()
Disp1760-hcd.c1837 static int isp1760_hub_control(struct usb_hcd *hcd, u16 typeReq, in isp1760_hub_control() argument
1855 switch (typeReq) { in isp1760_hub_control()
/drivers/usb/renesas_usbhs/
Dmod_host.c1106 u16 typeReq, u16 wValue, in __usbhsh_hub_hub_feature() argument
1123 u16 typeReq, u16 wValue, in __usbhsh_hub_port_feature() argument
1128 int enable = (typeReq == SetPortFeature); in __usbhsh_hub_port_feature()
1208 u16 typeReq, u16 wValue, in __usbhsh_hub_get_status() argument
1216 switch (typeReq) { in __usbhsh_hub_get_status()
1247 static int usbhsh_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in usbhsh_hub_control() argument
1255 switch (typeReq) { in usbhsh_hub_control()
1260 ret = __usbhsh_hub_hub_feature(hpriv, typeReq, in usbhsh_hub_control()
1267 ret = __usbhsh_hub_port_feature(hpriv, typeReq, in usbhsh_hub_control()
1275 ret = __usbhsh_hub_get_status(hpriv, typeReq, in usbhsh_hub_control()
[all …]
/drivers/usb/c67x00/
Dc67x00-hcd.c80 static int c67x00_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in c67x00_hub_control() argument
90 switch (typeReq) { in c67x00_hub_control()
/drivers/usb/musb/
Dmusb_virthub.c282 u16 typeReq, in musb_hub_control() argument
304 switch (typeReq) { in musb_hub_control()
Dmusb_host.h136 u16 typeReq, u16 wValue, u16 wIndex,
/drivers/usb/usbip/
Dvhci_hcd.c47 static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
227 static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in vhci_hub_control() argument
243 usbip_dbg_vhci_rh("typeReq %x wValue %x wIndex %x\n", typeReq, wValue, in vhci_hub_control()
259 switch (typeReq) { in vhci_hub_control()
/drivers/usb/core/
Dhcd.c467 u16 typeReq, wValue, wIndex, wLength; in rh_call_control() local
487 typeReq = (cmd->bRequestType << 8) | cmd->bRequest; in rh_call_control()
510 switch (typeReq) { in rh_call_control()
645 switch (typeReq) { in rh_call_control()
658 typeReq, wValue, wIndex, in rh_call_control()
661 if (typeReq == GetHubDescriptor) in rh_call_control()
676 typeReq, wValue, wIndex, in rh_call_control()
/drivers/usb/gadget/udc/
Ddummy_hcd.c1968 u16 typeReq, in dummy_hub_control() argument
1984 switch (typeReq) { in dummy_hub_control()
2215 typeReq, wValue, wIndex, wLength); in dummy_hub_control()

12