Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/usb/
H A Dch11.h127 #define USB_PORT_STAT_RESET 0x0010 macro
150 USB_PORT_STAT_RESET)
/openbmc/linux/drivers/usb/musb/
H 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()
H A Dmusb_core.c2294 if (musb->port1_status & USB_PORT_STAT_RESET) in musb_deassert_reset()
/openbmc/u-boot/include/
H A Dusb_defs.h254 #define USB_PORT_STAT_RESET 0x0010 macro
274 USB_PORT_STAT_RESET)
/openbmc/linux/drivers/usb/host/
H A Dfhci-hub.c309 USB_PORT_STAT_RESET; in fhci_hub_control()
314 ~USB_PORT_STAT_RESET; in fhci_hub_control()
H A Duhci-hub.c305 wPortStatus |= USB_PORT_STAT_RESET; in uhci_hub_control()
H 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()
H A Dmax3421-hcd.c1234 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 Dsl811-hcd.c1302 if (sl811->port1 & USB_PORT_STAT_RESET) in sl811h_hub_control()
1326 sl811->port1 |= USB_PORT_STAT_RESET; in sl811h_hub_control()
H 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()
H A Dehci-hub.c1011 status |= USB_PORT_STAT_RESET; in ehci_hub_control()
H A Dxhci-hub.c1182 status |= USB_PORT_STAT_RESET; in xhci_get_port_status()
H A Doxu210hp-hcd.c3761 status |= USB_PORT_STAT_RESET; in oxu_hub_control()
/openbmc/u-boot/drivers/usb/host/
H A Dsl811-hcd.c641 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 Ddwc2.c557 port_status |= USB_PORT_STAT_RESET; in dwc_otg_submit_rh_msg_in_status()
H A Dxhci.c1005 tmpbuf[0] |= USB_PORT_STAT_RESET; in xhci_submit_root()
H A Dehci-hcd.c782 tmpbuf[0] |= USB_PORT_STAT_RESET; in ehci_submit_root()
/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_hcd.c437 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 Ddummy_hcd.c456 (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 Dhub.c607 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 Dvhci_hcd.c586 USB_PORT_STAT_RESET); in vhci_hub_control()
/openbmc/linux/drivers/usb/core/
H A Dhub.c2921 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 Disp1760-hcd.c2370 status |= USB_PORT_STAT_RESET; in isp1760_hub_control()
/openbmc/linux/drivers/usb/dwc2/
H A Dhcd.c3571 port_status |= USB_PORT_STAT_RESET; in dwc2_hcd_hub_control()
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c1676 status |= USB_PORT_STAT_RESET; in fotg210_hub_control()