Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/usb/
A Dch11.h129 #define USB_PORT_STAT_RESET 0x0010 macro
152 USB_PORT_STAT_RESET)
/linux-6.3-rc2/drivers/usb/musb/
A Dmusb_virthub.c129 musb->port1_status &= ~USB_PORT_STAT_RESET; in musb_port_reset()
171 musb->port1_status |= USB_PORT_STAT_RESET; in musb_port_reset()
188 musb->port1_status &= ~USB_PORT_STAT_RESET; in musb_port_reset()
A Dmusb_core.c2294 if (musb->port1_status & USB_PORT_STAT_RESET) in musb_deassert_reset()
/linux-6.3-rc2/drivers/usb/host/
A Dfhci-hub.c309 USB_PORT_STAT_RESET; in fhci_hub_control()
314 ~USB_PORT_STAT_RESET; in fhci_hub_control()
A Duhci-hub.c305 wPortStatus |= USB_PORT_STAT_RESET; in uhci_hub_control()
A Dxen-hcd.c302 info->ports[port].status |= USB_PORT_STAT_RESET; in xenhcd_rhport_reset()
485 if ((info->ports[wIndex].status & USB_PORT_STAT_RESET) != 0 && in xenhcd_hub_control()
489 info->ports[wIndex].status &= ~USB_PORT_STAT_RESET; in xenhcd_hub_control()
A Dmax3421-hcd.c1228 if (max3421_hcd->port_status & USB_PORT_STAT_RESET) { in max3421_handle_irqs()
1230 max3421_hcd->port_status &= ~USB_PORT_STAT_RESET; in max3421_handle_irqs()
1452 max3421_hcd->port_status |= USB_PORT_STAT_RESET; in max3421_reset_port()
A 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()
A Dr8a66597-hcd.c1048 rh->port &= ~USB_PORT_STAT_RESET; in r8a66597_usb_connect()
1688 if (rh->port & USB_PORT_STAT_RESET) { in r8a66597_root_hub_control()
2216 rh->port |= USB_PORT_STAT_RESET; in r8a66597_hub_control()
A Dehci-hub.c1003 status |= USB_PORT_STAT_RESET; in ehci_hub_control()
A Dxhci-hub.c1181 status |= USB_PORT_STAT_RESET; in xhci_get_port_status()
A Doxu210hp-hcd.c3761 status |= USB_PORT_STAT_RESET; in oxu_hub_control()
/linux-6.3-rc2/drivers/usb/gadget/udc/
A Ddummy_hcd.c453 (dum_hcd->port_status & USB_PORT_STAT_RESET) != 0) { in set_link_state()
456 unsigned int reset = USB_PORT_STAT_RESET & in set_link_state()
2196 if ((dum_hcd->port_status & USB_PORT_STAT_RESET) != 0 && in dummy_hub_control()
2199 dum_hcd->port_status &= ~USB_PORT_STAT_RESET; in dummy_hub_control()
2297 USB_PORT_STAT_RESET); in dummy_hub_control()
2302 dum_hcd->port_status |= USB_PORT_STAT_RESET; in dummy_hub_control()
/linux-6.3-rc2/drivers/usb/gadget/udc/aspeed-vhub/
A Dhub.c608 USB_PORT_STAT_RESET, in ast_vhub_port_reset()
645 clr |= USB_PORT_STAT_RESET; in ast_vhub_port_reset()
/linux-6.3-rc2/drivers/usb/usbip/
A Dvhci_hcd.c586 USB_PORT_STAT_RESET); in vhci_hub_control()
/linux-6.3-rc2/drivers/usb/core/
A Dhub.c2879 if (!(portstatus & USB_PORT_STAT_RESET) && in hub_port_wait_reset()
2892 if ((portstatus & USB_PORT_STAT_RESET)) in hub_port_wait_reset()
/linux-6.3-rc2/drivers/usb/isp1760/
A Disp1760-hcd.c2370 status |= USB_PORT_STAT_RESET; in isp1760_hub_control()
/linux-6.3-rc2/drivers/usb/dwc2/
A Dhcd.c3567 port_status |= USB_PORT_STAT_RESET; in dwc2_hcd_hub_control()
/linux-6.3-rc2/drivers/usb/fotg210/
A Dfotg210-hcd.c1679 status |= USB_PORT_STAT_RESET; in fotg210_hub_control()

Completed in 70 milliseconds