Home
last modified time | relevance | path

Searched refs:PORT_CONNECT (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Dehci-hub.c198 if (t1 & PORT_CONNECT) in ehci_adjust_port_wakeup_flags()
288 if (t1 & PORT_CONNECT) in ehci_bus_suspend()
545 || (port_status & (PORT_OWNER | PORT_CONNECT)) in set_owner()
567 if (!(port_status & PORT_CONNECT)) in check_reset_complete()
1082 if ((temp & PORT_CONNECT) && in ehci_hub_control()
1097 if (temp & PORT_CONNECT) { in ehci_hub_control()
1207 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT in ehci_hub_control()
Doxu210hp.h163 #define PORT_CONNECT (1<<0) /* device connected */ macro
Dfotg210.h280 #define PORT_CONNECT (1<<0) /* device connected */ macro
Dxhci-hub.c830 if (raw_port_status & PORT_CONNECT) { in xhci_get_port_status()
1326 if (t1 & PORT_CONNECT) { in xhci_bus_suspend()
Doxu210hp-hcd.c180 (status & PORT_CONNECT) ? " CONNECT" : "" in dbg_port_buf()
426 if (!(port_status & PORT_CONNECT)) { in check_reset_complete()
3121 if (!(temp & PORT_CONNECT)) in oxu_hub_status_data()
3323 if ((temp & PORT_CONNECT) && in oxu_hub_control()
3338 if (temp & PORT_CONNECT) { in oxu_hub_control()
Dehci-fsl.c620 if (!(status & PORT_CONNECT)) in ehci_start_port_reset()
Dfotg210-hcd.c267 (status & PORT_CONNECT) ? " CONNECT" : ""); in dbg_port_buf()
1400 if (!(port_status & PORT_CONNECT)) in check_reset_complete()
1664 if ((temp & PORT_CONNECT) && in fotg210_hub_control()
1679 if (temp & PORT_CONNECT) { in fotg210_hub_control()
Dehci-dbg.c280 (status & PORT_CONNECT) ? " CONNECT" : ""); in dbg_port_buf()
Dxhci.h298 #define PORT_CONNECT (1 << 0) macro
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-regs.h60 #define PORT_CONNECT (1 << 0) /* device connected */ macro
Disp1760-hcd.c1790 if (!(port_status & PORT_CONNECT)) in check_reset_complete()
1985 if (temp & PORT_CONNECT) { in isp1760_hub_control()
2046 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT in isp1760_hub_control()
/linux-4.4.14/include/linux/usb/
Dehci_def.h164 #define PORT_CONNECT (1<<0) /* device connected */ macro
/linux-4.4.14/drivers/usb/chipidea/
Dhost.c218 if (portsc & PORT_CONNECT) { in ci_ehci_bus_suspend()
/linux-4.4.14/drivers/usb/early/
Dehci-dbgp.c515 if (!(portsc & PORT_CONNECT) && try_hard_once) { in _dbgp_external_startup()
647 if (!(portsc & PORT_CONNECT)) in ehci_reset_port()