Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dehci-hub.c198 if (t1 & PORT_CONNECT) in ehci_adjust_port_wakeup_flags()
287 if (t1 & PORT_CONNECT) in ehci_bus_suspend()
544 || (port_status & (PORT_OWNER | PORT_CONNECT)) in set_owner()
566 if (!(port_status & PORT_CONNECT)) in check_reset_complete()
1081 if ((temp & PORT_CONNECT) && in ehci_hub_control()
1096 if (temp & PORT_CONNECT) { in ehci_hub_control()
1206 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT in ehci_hub_control()
Doxu210hp.h163 #define PORT_CONNECT (1<<0) /* device connected */ macro
Dfotg210.h274 #define PORT_CONNECT (1<<0) /* device connected */ macro
Dfusbh200.h269 #define PORT_CONNECT (1<<0) /* device connected */ macro
Dxhci-hub.c675 if (raw_port_status & PORT_CONNECT) { in xhci_get_port_status()
1169 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()
3126 if (!(temp & PORT_CONNECT)) in oxu_hub_status_data()
3328 if ((temp & PORT_CONNECT) && in oxu_hub_control()
3343 if (temp & PORT_CONNECT) { in oxu_hub_control()
Dehci-fsl.c621 if (!(status & PORT_CONNECT)) in ehci_start_port_reset()
Dfusbh200-hcd.c275 (status & PORT_CONNECT) ? " CONNECT" : ""); in dbg_port_buf()
1392 if (!(port_status & PORT_CONNECT)) in check_reset_complete()
1671 if ((temp & PORT_CONNECT) && in fusbh200_hub_control()
1685 if (temp & PORT_CONNECT) { in fusbh200_hub_control()
Dfotg210-hcd.c283 (status & PORT_CONNECT) ? " CONNECT" : ""); in dbg_port_buf()
1434 if (!(port_status & PORT_CONNECT)) in check_reset_complete()
1716 if ((temp & PORT_CONNECT) && in fotg210_hub_control()
1731 if (temp & PORT_CONNECT) { in fotg210_hub_control()
Dehci-dbg.c280 (status & PORT_CONNECT) ? " CONNECT" : ""); in dbg_port_buf()
Dxhci.h272 #define PORT_CONNECT (1 << 0) macro
/linux-4.1.27/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.1.27/include/linux/usb/
Dehci_def.h164 #define PORT_CONNECT (1<<0) /* device connected */ macro
/linux-4.1.27/drivers/usb/chipidea/
Dhost.c198 if (portsc & PORT_CONNECT) { in ci_ehci_bus_suspend()
/linux-4.1.27/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()