Home
last modified time | relevance | path

Searched refs:port_change_bit (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c821 char *port_change_bit; in xhci_clear_port_change_bit() local
827 port_change_bit = "reset"; in xhci_clear_port_change_bit()
831 port_change_bit = "connect"; in xhci_clear_port_change_bit()
835 port_change_bit = "over-current"; in xhci_clear_port_change_bit()
839 port_change_bit = "enable/disable"; in xhci_clear_port_change_bit()
843 port_change_bit = "suspend/resume"; in xhci_clear_port_change_bit()
855 port_change_bit, wIndex, port_status); in xhci_clear_port_change_bit()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c512 char *port_change_bit; in xhci_clear_port_change_bit() local
518 port_change_bit = "reset"; in xhci_clear_port_change_bit()
522 port_change_bit = "warm(BH) reset"; in xhci_clear_port_change_bit()
526 port_change_bit = "connect"; in xhci_clear_port_change_bit()
530 port_change_bit = "over-current"; in xhci_clear_port_change_bit()
534 port_change_bit = "enable/disable"; in xhci_clear_port_change_bit()
538 port_change_bit = "suspend/resume"; in xhci_clear_port_change_bit()
542 port_change_bit = "link state"; in xhci_clear_port_change_bit()
546 port_change_bit = "config error"; in xhci_clear_port_change_bit()
557 wIndex + 1, port_change_bit, port_status); in xhci_clear_port_change_bit()