Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/usb/
Dch11.h129 #define USB_PORT_STAT_RESET 0x0010 macro
152 USB_PORT_STAT_RESET)
/Linux-v4.19/drivers/usb/musb/
Dmusb_virthub.c128 musb->port1_status &= ~USB_PORT_STAT_RESET; in musb_port_reset()
170 musb->port1_status |= USB_PORT_STAT_RESET; in musb_port_reset()
187 musb->port1_status &= ~USB_PORT_STAT_RESET; in musb_port_reset()
Dmusb_core.c2142 if (musb->port1_status & USB_PORT_STAT_RESET) in musb_deassert_reset()
/Linux-v4.19/drivers/usb/wusbcore/
Drh.c94 port->status |= USB_PORT_STAT_RESET; in wusbhc_rh_port_reset()
102 port->status &= ~USB_PORT_STAT_RESET; in wusbhc_rh_port_reset()
Ddevconnect.c350 | USB_PORT_STAT_SUSPEND | USB_PORT_STAT_RESET in __wusbhc_dev_disconnect()
/Linux-v4.19/drivers/usb/host/
Dfhci-hub.c310 USB_PORT_STAT_RESET; in fhci_hub_control()
315 ~USB_PORT_STAT_RESET; in fhci_hub_control()
Duhci-hub.c305 wPortStatus |= USB_PORT_STAT_RESET; in uhci_hub_control()
Dmax3421-hcd.c1268 if (max3421_hcd->port_status & USB_PORT_STAT_RESET) { in max3421_handle_irqs()
1270 max3421_hcd->port_status &= ~USB_PORT_STAT_RESET; in max3421_handle_irqs()
1482 max3421_hcd->port_status |= USB_PORT_STAT_RESET; in max3421_reset_port()
Dsl811-hcd.c1301 if (sl811->port1 & USB_PORT_STAT_RESET) in sl811h_hub_control()
1325 sl811->port1 |= USB_PORT_STAT_RESET; in sl811h_hub_control()
Dr8a66597-hcd.c1050 rh->port &= ~USB_PORT_STAT_RESET; in r8a66597_usb_connect()
1690 if (rh->port & USB_PORT_STAT_RESET) { in r8a66597_root_hub_control()
2216 rh->port |= USB_PORT_STAT_RESET; in r8a66597_hub_control()
Dehci-hub.c1139 status |= USB_PORT_STAT_RESET; in ehci_hub_control()
Dxhci-hub.c987 status |= USB_PORT_STAT_RESET; in xhci_get_port_status()
Doxu210hp-hcd.c3328 status |= USB_PORT_STAT_RESET; in oxu_hub_control()
Dfotg210-hcd.c1675 status |= USB_PORT_STAT_RESET; in fotg210_hub_control()
/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/
Dhub.c533 USB_PORT_STAT_RESET, in ast_vhub_port_reset()
570 clr |= USB_PORT_STAT_RESET; in ast_vhub_port_reset()
/Linux-v4.19/drivers/usb/gadget/udc/
Ddummy_hcd.c451 (dum_hcd->port_status & USB_PORT_STAT_RESET) != 0) { in set_link_state()
454 unsigned int reset = USB_PORT_STAT_RESET & in set_link_state()
2164 if ((dum_hcd->port_status & USB_PORT_STAT_RESET) != 0 && in dummy_hub_control()
2167 dum_hcd->port_status &= ~USB_PORT_STAT_RESET; in dummy_hub_control()
2264 USB_PORT_STAT_RESET); in dummy_hub_control()
/Linux-v4.19/drivers/usb/usbip/
Dvhci_hcd.c577 USB_PORT_STAT_RESET); in vhci_hub_control()
/Linux-v4.19/drivers/usb/isp1760/
Disp1760-hcd.c1995 status |= USB_PORT_STAT_RESET; in isp1760_hub_control()
/Linux-v4.19/drivers/usb/core/
Dhub.c2722 if (!(portstatus & USB_PORT_STAT_RESET) && in hub_port_wait_reset()
2735 if ((portstatus & USB_PORT_STAT_RESET)) in hub_port_wait_reset()
/Linux-v4.19/drivers/usb/dwc2/
Dhcd.c3749 port_status |= USB_PORT_STAT_RESET; in dwc2_hcd_hub_control()