Searched defs:typeReq (Results 1 - 24 of 24) sorted by relevance

/drivers/usb/host/
H A Dohci-jz4740.c81 static int ohci_jz4740_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
87 switch (typeReq) {
101 return ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength);
H A Dfhci-hub.c206 int fhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
220 switch (typeReq) {
H A Duhci-hub.c239 static int uhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
253 switch (typeReq) {
H A Dehci-hub.c38 u16 typeReq,
659 u16 typeReq,
686 switch (typeReq) {
657 ehci_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength ) argument
H A Dohci-at91.c300 static int ohci_at91_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
310 hcd, typeReq, wValue, wIndex, buf, wLength);
314 switch (typeReq) {
361 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex + 1, buf, wLength);
365 switch (typeReq) {
H A Dohci-da8xx.c170 static int ohci_da8xx_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
177 switch (typeReq) {
234 return ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength);
H A Dohci-hub.c699 u16 typeReq,
713 switch (typeReq) {
697 ohci_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength ) argument
H A Dohci-s3c2410.c148 u16 typeReq,
161 hcd, typeReq, wValue, wIndex, buf, wLength);
167 ret = ohci_hub_control(hcd, typeReq, wValue,
174 switch (typeReq) {
217 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength);
221 switch (typeReq) {
146 ohci_s3c2410_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
H A Dehci-tegra.c132 u16 typeReq,
155 if (typeReq == ClearPortFeature && wValue == USB_PORT_FEAT_ENABLE) {
161 else if (typeReq == GetPortStatus) {
170 else if (typeReq == SetPortFeature && wValue == USB_PORT_FEAT_SUSPEND) {
195 (typeReq == SetPortFeature && wValue == USB_PORT_FEAT_RESET)) {
207 else if (typeReq == ClearPortFeature &&
248 return ehci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength);
130 tegra_ehci_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength ) argument
H A Dxhci-hub.c501 int xhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
519 switch (typeReq) {
H A Dsl811-hcd.c1205 u16 typeReq,
1217 switch (typeReq) {
1203 sl811h_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength ) argument
H A Dimx21-hcd.c1515 u16 typeReq,
1522 switch (typeReq) {
1514 imx21_hc_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
H A Disp116x-hcd.c1000 u16 typeReq,
1009 switch (typeReq) {
999 isp116x_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
H A Disp1362-hcd.c1563 static int isp1362_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
1573 switch (typeReq) {
H A Disp1760-hcd.c1832 static int isp1760_hub_control(struct usb_hcd *hcd, u16 typeReq, argument
1850 switch (typeReq) {
H A Doxu210hp-hcd.c242 u16 typeReq, u16 wValue, u16 wIndex,
3155 static int oxu_hub_control(struct usb_hcd *hcd, u16 typeReq, argument
3174 switch (typeReq) {
H A Dr8a66597-hcd.c2158 static int r8a66597_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
2170 switch (typeReq) {
H A Du132-hcd.c2837 static int u132_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
2851 switch (typeReq) {
/drivers/usb/musb/
H A Dmusb_virthub.c232 u16 typeReq,
254 switch (typeReq) {
230 musb_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
/drivers/usb/c67x00/
H A Dc67x00-hcd.c80 static int c67x00_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
90 switch (typeReq) {
/drivers/staging/usbip/
H A Dvhci_hcd.c46 static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
261 static int vhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
278 usbip_dbg_vhci_rh("typeReq %x wValue %x wIndex %x\n", typeReq, wValue,
294 switch (typeReq) {
433 * typeReq, wValue, wIndex, wLength); */
/drivers/usb/core/
H A Dhcd.c443 u16 typeReq, wValue, wIndex, wLength; local
467 typeReq = (cmd->bRequestType << 8) | cmd->bRequest;
476 switch (typeReq) {
607 switch (typeReq) {
620 typeReq, wValue, wIndex,
634 typeReq, wValue, wIndex,
/drivers/usb/renesas_usbhs/
H A Dmod_host.c1089 u16 typeReq, u16 wValue,
1106 u16 typeReq, u16 wValue,
1111 int enable = (typeReq == SetPortFeature);
1191 u16 typeReq, u16 wValue,
1199 switch (typeReq) {
1230 static int usbhsh_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, argument
1238 switch (typeReq) {
1243 ret = __usbhsh_hub_hub_feature(hpriv, typeReq,
1250 ret = __usbhsh_hub_port_feature(hpriv, typeReq,
1258 ret = __usbhsh_hub_get_status(hpriv, typeReq,
1088 __usbhsh_hub_hub_feature(struct usbhsh_hpriv *hpriv, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
1105 __usbhsh_hub_port_feature(struct usbhsh_hpriv *hpriv, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
1190 __usbhsh_hub_get_status(struct usbhsh_hpriv *hpriv, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength) argument
[all...]
/drivers/usb/gadget/
H A Ddummy_hcd.c1946 u16 typeReq,
1962 switch (typeReq) {
2181 typeReq, wValue, wIndex, wLength); local
1944 dummy_hub_control( struct usb_hcd *hcd, u16 typeReq, u16 wValue, u16 wIndex, char *buf, u16 wLength ) argument

Completed in 1917 milliseconds