Searched refs:typeReq (Results 1 - 25 of 36) sorted by relevance

12

/linux-master/drivers/usb/host/
H A Dohci-s3c2410.c162 u16 typeReq,
175 hcd, typeReq, wValue, wIndex, buf, wLength);
181 ret = ohci_hub_control(hcd, typeReq, wValue,
188 switch (typeReq) {
231 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength);
235 switch (typeReq) {
160 ohci_s3c2410_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
H A Dehci-brcm.c54 u16 typeReq,
76 if ((typeReq == GetPortStatus) &&
91 retval = ehci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength);
52 ehci_brcm_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
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, argument
307 switch (typeReq) {
361 return orig_ohci_hub_control(hcd, typeReq, wValue,
H A Dohci-pxa27x.c191 static int pxa27x_ohci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
197 switch (typeReq) {
207 typeReq == SetPortFeature);
213 return ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength);
H A Dohci-at91.c351 static int ohci_at91_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
362 hcd, typeReq, wValue, wIndex, buf, wLength);
366 switch (typeReq) {
431 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex + 1, buf, wLength);
435 switch (typeReq) {
H A Duhci-hub.c243 static int uhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
257 switch (typeReq) {
H A Dfhci-hub.c201 int fhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
214 switch (typeReq) {
H A Dohci-hub.c678 u16 typeReq,
692 switch (typeReq) {
676 ohci_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength ) argument
H A Dehci-hub.c734 u16 typeReq,
767 switch (typeReq) {
732 ehci_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength ) argument
H A Dfhci.h531 int fhci_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,
H A Dohci.h741 extern int ohci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
H A Dxen-hcd.c426 static int xenhcd_hub_control(struct usb_hcd *hcd, __u16 typeReq, __u16 wValue, argument
437 switch (typeReq) {
/linux-master/drivers/staging/greybus/
H A Dusb.c23 __le16 typeReq; member in struct:gb_usb_hub_control_request
98 static int hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, argument
120 request->typeReq = cpu_to_le16(typeReq);
/linux-master/include/linux/usb/
H A Dchipidea.h96 int (*hub_control)(struct ci_hdrc *ci, u16 typeReq, u16 wValue,
H A Dhcd.h313 u16 typeReq, u16 wValue, u16 wIndex,
/linux-master/drivers/usb/chipidea/
H A Dhost.c242 u16 typeReq,
266 retval = ci->platdata->hub_control(ci, typeReq, wValue, wIndex,
272 if (typeReq == SetPortFeature && wValue == USB_PORT_FEAT_SUSPEND) {
314 else if (typeReq == ClearPortFeature &&
324 return ehci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength);
240 ci_ehci_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength ) argument
H A Dci_hdrc_tegra.c235 static int tegra_ehci_hub_control(struct ci_hdrc *ci, u16 typeReq, u16 wValue, argument
246 switch (typeReq) {
/linux-master/drivers/usb/musb/
H A Dmusb_host.h109 u16 typeReq, u16 wValue, u16 wIndex,
H A Dmusb_virthub.c262 u16 typeReq,
285 switch (typeReq) {
260 musb_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
/linux-master/drivers/usb/renesas_usbhs/
H A Dmod_host.c1092 u16 typeReq, u16 wValue,
1109 u16 typeReq, u16 wValue,
1114 int enable = (typeReq == SetPortFeature);
1194 u16 typeReq, u16 wValue,
1202 switch (typeReq) {
1234 static int usbhsh_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
1242 switch (typeReq) {
1247 ret = __usbhsh_hub_hub_feature(hpriv, typeReq,
1254 ret = __usbhsh_hub_port_feature(hpriv, typeReq,
1262 ret = __usbhsh_hub_get_status(hpriv, typeReq,
1091 __usbhsh_hub_hub_feature(struct usbhsh_hpriv *hpriv, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
1108 __usbhsh_hub_port_feature(struct usbhsh_hpriv *hpriv, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
1193 __usbhsh_hub_get_status(struct usbhsh_hpriv *hpriv, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
[all...]
/linux-master/drivers/usb/c67x00/
H A Dc67x00-hcd.c66 static int c67x00_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
76 switch (typeReq) {
/linux-master/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, argument
335 usbip_dbg_vhci_rh("typeReq %x wValue %x wIndex %x\n", typeReq, wValue,
339 * wIndex can be 0 for some request types (typeReq). rhport is
364 switch (typeReq) {
637 typeReq, wValue, wIndex, wLength);
/linux-master/drivers/usb/core/
H A Dhcd.c458 u16 typeReq, wValue, wIndex, wLength; local
478 typeReq = (cmd->bRequestType << 8) | cmd->bRequest;
501 switch (typeReq) {
638 switch (typeReq) {
657 typeReq, wValue, wIndex,
660 if (typeReq == GetHubDescriptor)
675 typeReq, wValue, wIndex,
/linux-master/drivers/usb/gadget/udc/
H A Ddummy_hcd.c2094 u16 typeReq,
2110 switch (typeReq) {
2350 typeReq, wValue, wIndex, wLength); local
2092 dummy_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength ) argument

Completed in 255 milliseconds

12