Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_RESET (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/include/uapi/linux/usb/
Dch11.h114 #define USB_PORT_STAT_RESET 0x0010 macro
137 USB_PORT_STAT_RESET)
/linux-4.4.14/drivers/usb/musb/
Dmusb_virthub.c150 musb->port1_status &= ~USB_PORT_STAT_RESET; in musb_port_reset()
192 musb->port1_status |= USB_PORT_STAT_RESET; in musb_port_reset()
209 musb->port1_status &= ~USB_PORT_STAT_RESET; in musb_port_reset()
Dmusb_core.c1962 if (musb->port1_status & USB_PORT_STAT_RESET) in musb_deassert_reset()
/linux-4.4.14/drivers/usb/wusbcore/
Drh.c108 port->status |= USB_PORT_STAT_RESET; in wusbhc_rh_port_reset()
116 port->status &= ~USB_PORT_STAT_RESET; in wusbhc_rh_port_reset()
Ddevconnect.c364 | USB_PORT_STAT_SUSPEND | USB_PORT_STAT_RESET in __wusbhc_dev_disconnect()
/linux-4.4.14/drivers/usb/host/
Dfhci-hub.c314 USB_PORT_STAT_RESET; in fhci_hub_control()
319 ~USB_PORT_STAT_RESET; in fhci_hub_control()
Duhci-hub.c304 wPortStatus |= USB_PORT_STAT_RESET; in uhci_hub_control()
Dmax3421-hcd.c1270 if (max3421_hcd->port_status & USB_PORT_STAT_RESET) { in max3421_handle_irqs()
1272 max3421_hcd->port_status &= ~USB_PORT_STAT_RESET; in max3421_handle_irqs()
1484 max3421_hcd->port_status |= USB_PORT_STAT_RESET; in max3421_reset_port()
Dsl811-hcd.c1300 if (sl811->port1 & USB_PORT_STAT_RESET) in sl811h_hub_control()
1324 sl811->port1 |= USB_PORT_STAT_RESET; in sl811h_hub_control()
Dr8a66597-hcd.c1063 rh->port &= ~USB_PORT_STAT_RESET; in r8a66597_usb_connect()
1703 if (rh->port & USB_PORT_STAT_RESET) { in r8a66597_root_hub_control()
2228 rh->port |= USB_PORT_STAT_RESET; in r8a66597_hub_control()
Dehci-hub.c1124 status |= USB_PORT_STAT_RESET; in ehci_hub_control()
Dxhci-hub.c839 status |= USB_PORT_STAT_RESET; in xhci_get_port_status()
Doxu210hp-hcd.c3350 status |= USB_PORT_STAT_RESET; in oxu_hub_control()
Dfotg210-hcd.c1701 status |= USB_PORT_STAT_RESET; in fotg210_hub_control()
/linux-4.4.14/drivers/usb/gadget/udc/
Ddummy_hcd.c436 (dum_hcd->port_status & USB_PORT_STAT_RESET) != 0) { in set_link_state()
439 unsigned reset = USB_PORT_STAT_RESET & in set_link_state()
2122 if ((dum_hcd->port_status & USB_PORT_STAT_RESET) != 0 && in dummy_hub_control()
2125 dum_hcd->port_status &= ~USB_PORT_STAT_RESET; in dummy_hub_control()
2224 USB_PORT_STAT_RESET); in dummy_hub_control()
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-hcd.c1995 status |= USB_PORT_STAT_RESET; in isp1760_hub_control()
/linux-4.4.14/drivers/usb/core/
Dhub.c2692 if (!(portstatus & USB_PORT_STAT_RESET)) in hub_port_wait_reset()
2704 if ((portstatus & USB_PORT_STAT_RESET)) in hub_port_wait_reset()
/linux-4.4.14/drivers/usb/dwc2/
Dhcd.c1723 port_status |= USB_PORT_STAT_RESET; in dwc2_hcd_hub_control()