/linux/drivers/usb/host/ |
H A D | ohci-pxa27x.c | 198 case SetPortFeature: in pxa27x_ohci_hub_control() 207 typeReq == SetPortFeature); in pxa27x_ohci_hub_control()
|
H A D | fhci-hub.c | 293 case SetPortFeature: in fhci_hub_control()
|
H A D | uhci-hub.c | 327 case SetPortFeature: in uhci_hub_control()
|
H A D | ohci-s3c2410.c | 189 case SetPortFeature: in ohci_s3c2410_hub_control()
|
H A D | isp116x-hcd.c | 1106 case SetPortFeature: in isp116x_hub_control() 1107 DBG("SetPortFeature: "); in isp116x_hub_control() 1461 isp116x_hub_control(hcd, SetPortFeature, in isp116x_bus_resume() 1464 isp116x_hub_control(hcd, SetPortFeature, in isp116x_bus_resume()
|
H A D | ohci-da8xx.c | 331 case SetPortFeature: in ohci_da8xx_hub_control()
|
H A D | ehci-hub.c | 82 ehci_hub_control(hcd, SetPortFeature, in ehci_handover_companion_ports() 1031 case SetPortFeature: in ehci_hub_control()
|
H A D | ohci-at91.c | 367 case SetPortFeature: in ohci_at91_hub_control()
|
H A D | xhci-tegra.c | 1296 u16 typeReq = set ? SetPortFeature : ClearPortFeature; in tegra_xhci_set_port_power() 2729 if ((type_req == SetPortFeature) && (value == USB_PORT_FEAT_RESET)) { in tegra_xhci_hub_control() 2745 if ((type_req == SetPortFeature) && (value == USB_PORT_FEAT_SUSPEND)) in tegra_xhci_hub_control() 2761 if ((type_req == SetPortFeature) && (value == USB_PORT_FEAT_TEST)) in tegra_xhci_hub_control()
|
H A D | ohci-hub.c | 769 case SetPortFeature: in ohci_hub_control()
|
H A D | xen-hcd.c | 216 * SetPortFeature(PORT_SUSPENDED) 242 * SetPortFeature(PORT_POWER) 292 * SetPortFeature(PORT_RESET) 515 case SetPortFeature: in xenhcd_hub_control()
|
H A D | max3421-hcd.c | 1728 case SetPortFeature: in max3421_hub_control()
|
H A D | xhci-hub.c | 1297 case SetPortFeature: in xhci_hub_control()
|
H A D | octeon-hcd.c | 3469 case SetPortFeature: in octeon_usb_hub_control() 3470 dev_dbg(dev, "SetPortFeature\n"); in octeon_usb_hub_control()
|
H A D | isp1362-hcd.c | 1668 case SetPortFeature: in isp1362_hub_control() 1669 DBG(0, "SetPortFeature: "); in isp1362_hub_control()
|
/linux/drivers/usb/c67x00/ |
H A D | c67x00-hcd.c | 124 case SetPortFeature: in c67x00_hub_control() 131 "SetPortFeature %d (SUSPEND)\n", port); in c67x00_hub_control() 147 "%s: SetPortFeature %d (0x%04x) Error!\n", in c67x00_hub_control()
|
/linux/drivers/usb/musb/ |
H A D | musb_virthub.c | 356 case SetPortFeature: in musb_hub_control()
|
/linux/drivers/usb/chipidea/ |
H A D | ci_hdrc_tegra.c | 247 case SetPortFeature: in tegra_ehci_hub_control()
|
H A D | host.c | 279 if (typeReq == SetPortFeature && wValue == USB_PORT_FEAT_SUSPEND) { in ci_ehci_hub_control()
|
/linux/drivers/usb/renesas_usbhs/ |
H A D | mod_host.c | 1114 int enable = (typeReq == SetPortFeature); in __usbhsh_hub_port_feature() 1252 case SetPortFeature: in usbhsh_hub_control()
|
/linux/include/linux/usb/ |
H A D | hcd.h | 621 #define SetPortFeature HUB_CLASS_REQ(USB_DIR_OUT, USB_RT_PORT, USB_REQ_SET_FEATURE) macro
|
/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 795 case SetPortFeature: in ast_vhub_class_hub_request() 796 EPDBG(ep, "SetPortFeature(%d,%d)\n", wIndex & 0xf, wValue); in ast_vhub_class_hub_request()
|
/linux/drivers/usb/usbip/ |
H A D | vhci_hcd.c | 502 case SetPortFeature: in vhci_hub_control() 506 " SetPortFeature: USB_PORT_FEAT_LINK_STATE\n"); in vhci_hub_control() 519 " SetPortFeature: USB_PORT_FEAT_U1_TIMEOUT\n"); in vhci_hub_control() 523 " SetPortFeature: USB_PORT_FEAT_U2_TIMEOUT\n"); in vhci_hub_control() 533 " SetPortFeature: USB_PORT_FEAT_SUSPEND\n"); in vhci_hub_control() 550 " SetPortFeature: USB_PORT_FEAT_POWER\n"); in vhci_hub_control() 562 " SetPortFeature: USB_PORT_FEAT_BH_PORT_RESET\n"); in vhci_hub_control() 576 " SetPortFeature: USB_PORT_FEAT_RESET\n"); in vhci_hub_control() 598 usbip_dbg_vhci_rh(" SetPortFeature: default %d\n", in vhci_hub_control()
|
/linux/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 2240 case SetPortFeature: in dummy_hub_control()
|
/linux/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 2386 case SetPortFeature: in isp1760_hub_control()
|