Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-hub.c186 if (t1 & PORT_CONNECT) in ehci_adjust_port_wakeup_flags()
276 if (t1 & PORT_CONNECT) in ehci_bus_suspend()
554 || (port_status & (PORT_OWNER | PORT_CONNECT)) in set_owner()
576 if (!(port_status & PORT_CONNECT)) in check_reset_complete()
1099 if ((temp & PORT_CONNECT) && in ehci_hub_control()
1114 if (temp & PORT_CONNECT) { in ehci_hub_control()
1230 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT in ehci_hub_control()
H A Dxhci-hub.c1064 if (raw_port_status & PORT_CONNECT) { in xhci_get_port_status()
1300 if ((temp & PORT_CONNECT)) { in xhci_hub_control()
1699 if (t1 & PORT_CONNECT) { in xhci_bus_suspend()
1762 if (portsc & (PORT_CONNECT | PORT_CAS)) in xhci_port_missing_cas_quirk()
H A Dfotg210.h284 #define PORT_CONNECT (1<<0) /* device connected */ macro
H A Doxu210hp-hcd.c195 #define PORT_CONNECT (1<<0) /* device connected */ macro
607 (status & PORT_CONNECT) ? " CONNECT" : "" in dbg_port_buf()
850 if (!(port_status & PORT_CONNECT)) { in check_reset_complete()
3531 if (!(temp & PORT_CONNECT)) in oxu_hub_status_data()
3733 if ((temp & PORT_CONNECT) && in oxu_hub_control()
3748 if (temp & PORT_CONNECT) { in oxu_hub_control()
H A Dehci-platform.c183 !(port_status & PORT_CONNECT) && in quirk_poll_check_port_status()
H A Dehci-fsl.c661 if (!(status & PORT_CONNECT)) in ehci_start_port_reset()
H A Dxhci.h297 #define PORT_CONNECT (1 << 0) macro
2654 portsc & PORT_CONNECT ? "Connected" : "Not-connected", in xhci_decode_portsc()
H A Dfotg210-hcd.c257 (status & PORT_CONNECT) ? " CONNECT" : ""); in dbg_port_buf()
1374 if (!(port_status & PORT_CONNECT)) in check_reset_complete()
1642 if ((temp & PORT_CONNECT) && in fotg210_hub_control()
1657 if (temp & PORT_CONNECT) { in fotg210_hub_control()
H A Dehci-dbg.c257 (status & PORT_CONNECT) ? " CONNECT" : ""); in dbg_port_buf()
H A Dxhci-ring.c2041 (portsc & PORT_CSC) && !(portsc & PORT_CONNECT)) in handle_port_status()
H A Dxhci.c933 if (!(portsc & (PORT_CSC | PORT_CONNECT))) in xhci_disable_hub_port_wake()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dehci_def.h165 #define PORT_CONNECT (1<<0) /* device connected */ macro
/OK3568_Linux_fs/kernel/drivers/usb/isp1760/
H A Disp1760-regs.h57 #define PORT_CONNECT (1 << 0) /* device connected */ macro
H A Disp1760-hcd.c1787 if (!(port_status & PORT_CONNECT)) in check_reset_complete()
1981 if (temp & PORT_CONNECT) { in isp1760_hub_control()
2041 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT in isp1760_hub_control()
/OK3568_Linux_fs/kernel/drivers/usb/early/
H A Dehci-dbgp.c510 if (!(portsc & PORT_CONNECT) && try_hard_once) { in _dbgp_external_startup()
641 if (!(portsc & PORT_CONNECT)) in ehci_reset_port()
H A Dxhci-dbc.c362 if (!(val & PORT_CONNECT)) in xdbc_do_reset_debug_port()
/OK3568_Linux_fs/kernel/drivers/usb/chipidea/
H A Dhost.c325 if (portsc & PORT_CONNECT) { in ci_ehci_bus_suspend()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h259 #define PORT_CONNECT (1 << 0) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c979 if (reg & PORT_CONNECT) { in xhci_submit_root()