/drivers/usb/host/ |
D | ohci-s3c2410.c | 152 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()
|
D | fhci-hub.c | 206 int fhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue, in fhci_hub_control() argument 220 switch (typeReq) { in fhci_hub_control()
|
D | uhci-hub.c | 239 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()
|
D | ehci-hub.c | 37 u16 typeReq, 556 u16 typeReq, in ehci_hub_control() argument 579 switch (typeReq) { in ehci_hub_control()
|
D | ohci-hub.c | 693 u16 typeReq, in ohci_hub_control() argument 707 switch (typeReq) { in ohci_hub_control()
|
D | fhci.h | 550 int fhci_hub_control(struct usb_hcd *hcd, u16 typeReq, u16 wValue,
|
D | sl811-hcd.c | 1202 u16 typeReq, in sl811h_hub_control() argument 1214 switch (typeReq) { in sl811h_hub_control()
|
D | isp116x-hcd.c | 999 u16 typeReq, in isp116x_hub_control() argument 1008 switch (typeReq) { in isp116x_hub_control()
|
D | isp1760-hcd.c | 1838 static int isp1760_hub_control(struct usb_hcd *hcd, u16 typeReq, in isp1760_hub_control() argument 1857 switch (typeReq) { in isp1760_hub_control()
|
D | oxu210hp-hcd.c | 245 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()
|
D | r8a66597-hcd.c | 2113 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()
|
D | u132-hcd.c | 2840 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/ |
D | musb_virthub.c | 222 u16 typeReq, in musb_hub_control() argument 244 switch (typeReq) { in musb_hub_control()
|
D | musb_host.h | 90 u16 typeReq, u16 wValue, u16 wIndex,
|
/drivers/usb/c67x00/ |
D | c67x00-hcd.c | 80 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/ |
D | vhci_hcd.c | 49 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/ |
D | hcd.c | 358 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()
|
D | hcd.h | 212 u16 typeReq, u16 wValue, u16 wIndex,
|
/drivers/usb/gadget/ |
D | dummy_hcd.c | 1588 u16 typeReq, in dummy_hub_control() argument 1603 switch (typeReq) { in dummy_hub_control() 1715 typeReq, wValue, wIndex, wLength); in dummy_hub_control()
|