Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/host/
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()
961 if ((temp & PORT_CONNECT) && in ehci_hub_control()
976 if (temp & PORT_CONNECT) { in ehci_hub_control()
1092 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT in ehci_hub_control()
A Dxhci-hub.c1172 if (raw_port_status & PORT_CONNECT) { in xhci_get_port_status()
1402 if ((temp & PORT_CONNECT)) { in xhci_hub_control()
1795 if (t1 & PORT_CONNECT) { in xhci_bus_suspend()
1857 if (portsc & (PORT_CONNECT | PORT_CAS)) in xhci_port_missing_cas_quirk()
A Dehci-platform.c148 !(port_status & PORT_CONNECT) && in quirk_poll_check_port_status()
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()
3532 if (!(temp & PORT_CONNECT)) in oxu_hub_status_data()
3734 if ((temp & PORT_CONNECT) && in oxu_hub_control()
3749 if (temp & PORT_CONNECT) { in oxu_hub_control()
A Dehci-fsl.c656 if (!(status & PORT_CONNECT)) in ehci_start_port_reset()
A Dxhci.h296 #define PORT_CONNECT (1 << 0) macro
2622 portsc & PORT_CONNECT ? "Connected" : "Not-connected", in xhci_decode_portsc()
A Dehci-dbg.c257 (status & PORT_CONNECT) ? " CONNECT" : ""); in dbg_port_buf()
A Dxhci-tegra.c2719 if (portsc & PORT_CONNECT) in tegra_xhci_hub_control()
2738 if (!(portsc & PORT_CONNECT)) { in tegra_xhci_hub_control()
A Dxhci-ring.c1983 (portsc & PORT_CSC) && !(portsc & PORT_CONNECT)) in handle_port_status()
A Dxhci.c985 if (!(portsc & (PORT_CSC | PORT_CONNECT))) in xhci_disable_hub_port_wake()
/linux-6.3-rc2/include/linux/usb/
A Dehci_def.h153 #define PORT_CONNECT (1<<0) /* device connected */ macro
/linux-6.3-rc2/drivers/usb/isp1760/
A Disp1760-regs.h71 PORT_RESUME, PORT_PE, PORT_CSC, PORT_CONNECT, enumerator
A Disp1760-core.c211 [PORT_CONNECT] = REG_FIELD(ISP176x_HC_PORTSC1, 0, 0),
282 [PORT_CONNECT] = REG_FIELD(ISP1763_HC_PORTSC1, 0, 0),
A Disp1760-hcd.c194 [PORT_CONNECT] = BIT(0),
229 if (unlikely((field >= PORT_OWNER && field <= PORT_CONNECT))) in isp1760_hcd_write()
2174 if (!(isp1760_hcd_is_set(hcd, PORT_CONNECT))) in check_reset_complete()
2359 if (isp1760_hcd_is_set(hcd, PORT_CONNECT)) { in isp1760_hub_control()
2418 if ((isp1760_hcd_is_set(hcd, PORT_CONNECT) && in isp1760_hub_control()
/linux-6.3-rc2/drivers/usb/fotg210/
A Dfotg210-hcd.h282 #define PORT_CONNECT (1<<0) /* device connected */ macro
A Dfotg210-hcd.c256 (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()
/linux-6.3-rc2/drivers/usb/early/
A Dehci-dbgp.c510 if (!(portsc & PORT_CONNECT) && try_hard_once) { in _dbgp_external_startup()
641 if (!(portsc & PORT_CONNECT)) in ehci_reset_port()
A Dxhci-dbc.c362 if (!(val & PORT_CONNECT)) in xdbc_do_reset_debug_port()
/linux-6.3-rc2/drivers/usb/cdns3/
A Dcdnsp-gadget.h155 #define CDNSP_PORT_RO (PORT_CONNECT | DEV_SPEED_MASK)
247 #define PORT_CONNECT BIT(0) macro
A Dcdnsp-debug.h473 portsc & PORT_CONNECT ? "Connected" : "Not-connected", in cdnsp_decode_portsc()
A Dcdnsp-ring.c856 if (pdev->gadget.connected && !(portsc & PORT_CONNECT)) in cdnsp_handle_port_status()
860 if (portsc & PORT_CONNECT) { in cdnsp_handle_port_status()
869 if ((portsc & (PORT_RC | PORT_WRC)) && (portsc & PORT_CONNECT)) { in cdnsp_handle_port_status()
/linux-6.3-rc2/drivers/usb/chipidea/
A Dhost.c347 if (portsc & PORT_CONNECT) { in ci_ehci_bus_suspend()

Completed in 79 milliseconds