/openbmc/linux/include/uapi/linux/usb/ |
H A D | ch11.h | 127 #define USB_PORT_STAT_RESET 0x0010 macro 150 USB_PORT_STAT_RESET)
|
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_virthub.c | 129 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()
|
H A D | musb_core.c | 2294 if (musb->port1_status & USB_PORT_STAT_RESET) in musb_deassert_reset()
|
/openbmc/u-boot/include/ |
H A D | usb_defs.h | 254 #define USB_PORT_STAT_RESET 0x0010 macro 274 USB_PORT_STAT_RESET)
|
/openbmc/linux/drivers/usb/host/ |
H A D | fhci-hub.c | 309 USB_PORT_STAT_RESET; in fhci_hub_control() 314 ~USB_PORT_STAT_RESET; in fhci_hub_control()
|
H A D | uhci-hub.c | 305 wPortStatus |= USB_PORT_STAT_RESET; in uhci_hub_control()
|
H A D | xen-hcd.c | 302 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()
|
H A D | max3421-hcd.c | 1234 if (max3421_hcd->port_status & USB_PORT_STAT_RESET) { in max3421_handle_irqs() 1236 max3421_hcd->port_status &= ~USB_PORT_STAT_RESET; in max3421_handle_irqs() 1458 max3421_hcd->port_status |= USB_PORT_STAT_RESET; in max3421_reset_port()
|
H A D | sl811-hcd.c | 1302 if (sl811->port1 & USB_PORT_STAT_RESET) in sl811h_hub_control() 1326 sl811->port1 |= USB_PORT_STAT_RESET; in sl811h_hub_control()
|
H A D | r8a66597-hcd.c | 1048 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()
|
H A D | ehci-hub.c | 1011 status |= USB_PORT_STAT_RESET; in ehci_hub_control()
|
H A D | xhci-hub.c | 1182 status |= USB_PORT_STAT_RESET; in xhci_get_port_status()
|
H A D | oxu210hp-hcd.c | 3761 status |= USB_PORT_STAT_RESET; in oxu_hub_control()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | sl811-hcd.c | 641 rh_status.wPortStatus |= USB_PORT_STAT_RESET; in sl811_rh_submit_urb() 644 rh_status.wPortStatus &= ~USB_PORT_STAT_RESET; in sl811_rh_submit_urb()
|
H A D | dwc2.c | 557 port_status |= USB_PORT_STAT_RESET; in dwc_otg_submit_rh_msg_in_status()
|
H A D | xhci.c | 1005 tmpbuf[0] |= USB_PORT_STAT_RESET; in xhci_submit_root()
|
H A D | ehci-hcd.c | 782 tmpbuf[0] |= USB_PORT_STAT_RESET; in ehci_submit_root()
|
/openbmc/u-boot/drivers/usb/musb/ |
H A D | musb_hcd.c | 437 port_status |= USB_PORT_STAT_RESET; in musb_port_reset() 447 port_status &= ~(USB_PORT_STAT_RESET | (USB_PORT_STAT_C_CONNECTION << 16)); in musb_port_reset() 527 if (port_status & USB_PORT_STAT_RESET) in musb_submit_rh_msg()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 456 (dum_hcd->port_status & USB_PORT_STAT_RESET) != 0) { in set_link_state() 459 unsigned int reset = USB_PORT_STAT_RESET & in set_link_state() 2206 if ((dum_hcd->port_status & USB_PORT_STAT_RESET) != 0 && in dummy_hub_control() 2209 dum_hcd->port_status &= ~USB_PORT_STAT_RESET; in dummy_hub_control() 2307 USB_PORT_STAT_RESET); in dummy_hub_control() 2312 dum_hcd->port_status |= USB_PORT_STAT_RESET; in dummy_hub_control()
|
/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 607 USB_PORT_STAT_RESET, in ast_vhub_port_reset() 644 clr |= USB_PORT_STAT_RESET; in ast_vhub_port_reset()
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | vhci_hcd.c | 586 USB_PORT_STAT_RESET); in vhci_hub_control()
|
/openbmc/linux/drivers/usb/core/ |
H A D | hub.c | 2921 if (!(portstatus & USB_PORT_STAT_RESET) && in hub_port_wait_reset() 2934 if ((portstatus & USB_PORT_STAT_RESET)) in hub_port_wait_reset()
|
/openbmc/linux/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 2370 status |= USB_PORT_STAT_RESET; in isp1760_hub_control()
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | hcd.c | 3571 port_status |= USB_PORT_STAT_RESET; in dwc2_hcd_hub_control()
|
/openbmc/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 1676 status |= USB_PORT_STAT_RESET; in fotg210_hub_control()
|