Home
last modified time | relevance | path

Searched refs:USB_PORT_STAT_C_RESET (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/drivers/usb/wusbcore/
Drh.c109 port->change |= USB_PORT_STAT_C_RESET; in wusbhc_rh_port_reset()
118 port->change |= USB_PORT_STAT_C_RESET | USB_PORT_STAT_C_ENABLE; in wusbhc_rh_port_reset()
306 wusb_port_by_idx(wusbhc, port_idx)->change &= ~USB_PORT_STAT_C_RESET; in wusbhc_rh_clear_port_feat()
/linux-4.4.14/drivers/usb/host/
Dfhci-hub.c193 USB_PORT_STAT_C_RESET | USB_PORT_STAT_C_OVERCURRENT)) { in fhci_hub_status_data()
266 ~USB_PORT_STAT_C_RESET; in fhci_hub_control()
Dehci-hub.c1059 status |= USB_PORT_STAT_C_RESET << 16; in ehci_hub_control()
Dxhci-hub.c708 status |= USB_PORT_STAT_C_RESET << 16; in xhci_get_port_status()
Dsl811-hcd.c1143 sl811->port1 = (USB_PORT_STAT_C_RESET << 16) in sl811h_timer()
Dmax3421-hcd.c86 USB_PORT_STAT_C_RESET) << 16)
Doxu210hp-hcd.c3300 status |= USB_PORT_STAT_C_RESET << 16; in oxu_hub_control()
Du132-hcd.c253 USB_PORT_STAT_C_RESET) << 16)
Dfotg210-hcd.c1634 status |= USB_PORT_STAT_C_RESET << 16; in fotg210_hub_control()
/linux-4.4.14/include/uapi/linux/usb/
Dch11.h165 #define USB_PORT_STAT_C_RESET 0x0010 macro
/linux-4.4.14/drivers/usb/musb/
Dmusb_virthub.c211 | (USB_PORT_STAT_C_RESET << 16) in musb_port_reset()
/linux-4.4.14/drivers/usb/misc/
Dlvstest.c322 if (portchange & USB_PORT_STAT_C_RESET) in lvs_rh_work()
/linux-4.4.14/drivers/usb/usbip/
Dvhci_hcd.c166 | USB_PORT_STAT_C_RESET) << 16)
/linux-4.4.14/drivers/usb/gadget/udc/
Ddummy_hcd.c1947 | USB_PORT_STAT_C_RESET) << 16)
2124 dum_hcd->port_status |= (USB_PORT_STAT_C_RESET << 16); in dummy_hub_control()
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-hcd.c1956 status |= USB_PORT_STAT_C_RESET << 16; in isp1760_hub_control()
/linux-4.4.14/drivers/usb/core/
Dhub.c1173 if (portchange & USB_PORT_STAT_C_RESET) { in hub_activate()
4986 if (portchange & USB_PORT_STAT_C_RESET) { in port_event()
/linux-4.4.14/drivers/usb/dwc2/
Dhcd.c1693 port_status |= USB_PORT_STAT_C_RESET << 16; in dwc2_hcd_hub_control()