Searched refs:SetPortFeature (Results 1 – 25 of 31) sorted by relevance
12
/Linux-v5.10/drivers/usb/host/ |
D | ohci-pxa27x.c | 202 case SetPortFeature: in pxa27x_ohci_hub_control() 211 typeReq == SetPortFeature); in pxa27x_ohci_hub_control()
|
D | ehci-tegra.c | 197 else if (typeReq == SetPortFeature && wValue == USB_PORT_FEAT_SUSPEND) { in tegra_ehci_hub_control() 222 (typeReq == SetPortFeature && wValue == USB_PORT_FEAT_RESET)) { in tegra_ehci_hub_control()
|
D | fhci-hub.c | 294 case SetPortFeature: in fhci_hub_control()
|
D | uhci-hub.c | 327 case SetPortFeature: in uhci_hub_control()
|
D | ohci-s3c2410.c | 191 case SetPortFeature: in ohci_s3c2410_hub_control()
|
D | isp116x-hcd.c | 1107 case SetPortFeature: in isp116x_hub_control() 1462 isp116x_hub_control(hcd, SetPortFeature, in isp116x_bus_resume() 1465 isp116x_hub_control(hcd, SetPortFeature, in isp116x_bus_resume()
|
D | ohci-da8xx.c | 330 case SetPortFeature: in ohci_da8xx_hub_control()
|
D | ohci-at91.c | 342 case SetPortFeature: in ohci_at91_hub_control()
|
D | ehci-hub.c | 82 ehci_hub_control(hcd, SetPortFeature, in ehci_handover_companion_ports() 1158 case SetPortFeature: in ehci_hub_control()
|
D | ohci-hub.c | 765 case SetPortFeature: in ohci_hub_control()
|
D | sl811-hcd.c | 1296 case SetPortFeature: in sl811h_hub_control()
|
D | max3421-hcd.c | 1751 case SetPortFeature: in max3421_hub_control()
|
D | xhci-hub.c | 1177 case SetPortFeature: in xhci_hub_control()
|
D | oxu210hp-hcd.c | 2786 oxu_hub_control(oxu_to_hcd(oxu), SetPortFeature, in ehci_port_power() 3780 case SetPortFeature: in oxu_hub_control()
|
D | imx21-hcd.c | 1617 case SetPortFeature: in imx21_hc_hub_control()
|
D | xhci-tegra.c | 1103 u16 typeReq = set ? SetPortFeature : ClearPortFeature; in tegra_xhci_set_port_power()
|
/Linux-v5.10/drivers/usb/c67x00/ |
D | c67x00-hcd.c | 124 case SetPortFeature: in c67x00_hub_control()
|
/Linux-v5.10/drivers/usb/musb/ |
D | musb_virthub.c | 357 case SetPortFeature: in musb_hub_control()
|
/Linux-v5.10/drivers/usb/chipidea/ |
D | host.c | 247 if (typeReq == SetPortFeature && wValue == USB_PORT_FEAT_SUSPEND) { in ci_ehci_hub_control()
|
/Linux-v5.10/drivers/usb/renesas_usbhs/ |
D | mod_host.c | 1114 int enable = (typeReq == SetPortFeature); in __usbhsh_hub_port_feature() 1252 case SetPortFeature: in usbhsh_hub_control()
|
/Linux-v5.10/include/linux/usb/ |
D | hcd.h | 600 #define SetPortFeature HUB_CLASS_REQ(USB_DIR_OUT, USB_RT_PORT, USB_REQ_SET_FEATURE) macro
|
/Linux-v5.10/drivers/usb/gadget/udc/aspeed-vhub/ |
D | hub.c | 769 case SetPortFeature: in ast_vhub_class_hub_request()
|
/Linux-v5.10/drivers/usb/usbip/ |
D | vhci_hcd.c | 493 case SetPortFeature: in vhci_hub_control()
|
/Linux-v5.10/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 2007 case SetPortFeature: in isp1760_hub_control()
|
/Linux-v5.10/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 2195 case SetPortFeature: in dummy_hub_control()
|
12