Symbol: USB_PORT_FEAT_RESET
drivers/usb/c67x00/c67x00-hcd.c
135
case USB_PORT_FEAT_RESET:
drivers/usb/chipidea/ci_hdrc_tegra.c
248
if (wValue != USB_PORT_FEAT_RESET || !usb->needs_double_reset)
drivers/usb/core/hub.c
3085
USB_PORT_FEAT_RESET));
drivers/usb/dwc2/hcd.c
3651
case USB_PORT_FEAT_RESET:
drivers/usb/fotg210/fotg210-hcd.c
1713
case USB_PORT_FEAT_RESET:
drivers/usb/gadget/udc/aspeed-vhub/hub.c
672
case USB_PORT_FEAT_RESET:
drivers/usb/gadget/udc/dummy_hcd.c
2311
case USB_PORT_FEAT_RESET:
drivers/usb/host/ehci-hub.c
1093
case USB_PORT_FEAT_RESET:
drivers/usb/host/ehci-hub.c
83
USB_PORT_FEAT_RESET, port + 1,
drivers/usb/host/fhci-hub.c
307
case USB_PORT_FEAT_RESET:
drivers/usb/host/isp116x-hcd.c
1126
case USB_PORT_FEAT_RESET:
drivers/usb/host/max3421-hcd.c
1746
case USB_PORT_FEAT_RESET:
drivers/usb/host/octeon-hcd.c
3489
case USB_PORT_FEAT_RESET:
drivers/usb/host/ohci-hub.c
788
case USB_PORT_FEAT_RESET:
drivers/usb/host/oxu210hp-hcd.c
3781
case USB_PORT_FEAT_RESET:
drivers/usb/host/r8a66597-hcd.c
2213
case USB_PORT_FEAT_RESET: {
drivers/usb/host/sl811-hcd.c
1315
case USB_PORT_FEAT_RESET:
drivers/usb/host/uhci-hub.c
335
case USB_PORT_FEAT_RESET:
drivers/usb/host/xen-hcd.c
523
case USB_PORT_FEAT_RESET:
drivers/usb/host/xhci-hub.c
1501
case USB_PORT_FEAT_RESET:
drivers/usb/host/xhci-tegra.c
2789
if ((type_req == SetPortFeature) && (value == USB_PORT_FEAT_RESET)) {
drivers/usb/isp1760/isp1760-hcd.c
2411
case USB_PORT_FEAT_RESET:
drivers/usb/misc/lvstest.c
168
USB_PORT_FEAT_RESET);
drivers/usb/musb/musb_virthub.c
375
case USB_PORT_FEAT_RESET:
drivers/usb/renesas_usbhs/mod_host.c
1139
case USB_PORT_FEAT_RESET:
drivers/usb/usbip/stub_rx.c
58
(value == USB_PORT_FEAT_RESET)) {
drivers/usb/usbip/vhci_hcd.c
455
if ((vhci_hcd->port_status[rhport] & (1 << USB_PORT_FEAT_RESET)) !=
drivers/usb/usbip/vhci_hcd.c
458
vhci_hcd->port_status[rhport] &= ~(1 << USB_PORT_FEAT_RESET);
drivers/usb/usbip/vhci_hcd.c
576
case USB_PORT_FEAT_RESET: