Home
last modified time | relevance | path

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

/drivers/usb/host/
Dohci-s3c2410.c152 u16 typeReq, in ohci_s3c2410_hub_control() argument
165 hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_s3c2410_hub_control()
171 ret = ohci_hub_control(hcd, typeReq, wValue, in ohci_s3c2410_hub_control()
178 switch (typeReq) { in ohci_s3c2410_hub_control()
222 ret = ohci_hub_control(hcd, typeReq, wValue, wIndex, buf, wLength); in ohci_s3c2410_hub_control()
226 switch (typeReq) { in ohci_s3c2410_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.c239 static int uhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in uhci_hub_control() argument
253 switch (typeReq) { in uhci_hub_control()
Dehci-hub.c37 u16 typeReq,
556 u16 typeReq, in ehci_hub_control() argument
579 switch (typeReq) { in ehci_hub_control()
Dohci-hub.c693 u16 typeReq, in ohci_hub_control() argument
707 switch (typeReq) { in ohci_hub_control()
Dfhci.h550 int fhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
Dsl811-hcd.c1202 u16 typeReq, in sl811h_hub_control() argument
1214 switch (typeReq) { in sl811h_hub_control()
Disp116x-hcd.c999 u16 typeReq, in isp116x_hub_control() argument
1008 switch (typeReq) { in isp116x_hub_control()
Disp1760-hcd.c1838 static int isp1760_hub_control(struct usb_hcd *hcd, u16 typeReq, in isp1760_hub_control() argument
1857 switch (typeReq) { in isp1760_hub_control()
Doxu210hp-hcd.c245 u16 typeReq, u16 wValue, u16 wIndex,
3166 static int oxu_hub_control(struct usb_hcd *hcd, u16 typeReq, in oxu_hub_control() argument
3185 switch (typeReq) { in oxu_hub_control()
Dr8a66597-hcd.c2113 static int r8a66597_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in r8a66597_hub_control() argument
2125 switch (typeReq) { in r8a66597_hub_control()
Du132-hcd.c2840 static int u132_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in u132_hub_control() argument
2854 switch (typeReq) { in u132_hub_control()
/drivers/usb/musb/
Dmusb_virthub.c222 u16 typeReq, in musb_hub_control() argument
244 switch (typeReq) { in musb_hub_control()
Dmusb_host.h90 u16 typeReq, u16 wValue, u16 wIndex,
/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/staging/usbip/
Dvhci_hcd.c49 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, in vhci_hub_control() argument
278 dbg_vhci_rh("typeReq %x wValue %x wIndex %x\n", typeReq, wValue, in vhci_hub_control()
295 switch (typeReq) { in vhci_hub_control()
/drivers/usb/core/
Dhcd.c358 u16 typeReq, wValue, wIndex, wLength; in rh_call_control() local
379 typeReq = (cmd->bRequestType << 8) | cmd->bRequest; in rh_call_control()
388 switch (typeReq) { in rh_call_control()
499 switch (typeReq) { in rh_call_control()
509 typeReq, wValue, wIndex, in rh_call_control()
523 typeReq, wValue, wIndex, in rh_call_control()
Dhcd.h212 u16 typeReq, u16 wValue, u16 wIndex,
/drivers/usb/gadget/
Ddummy_hcd.c1588 u16 typeReq, in dummy_hub_control() argument
1603 switch (typeReq) { in dummy_hub_control()
1715 typeReq, wValue, wIndex, wLength); in dummy_hub_control()