Searched refs:PORT_CONNECT (Results 1 – 18 of 18) sorted by relevance
/linux/drivers/usb/host/ |
H A D | ehci-hub.c | 186 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() 969 if ((temp & PORT_CONNECT) && in ehci_hub_control() 984 if (temp & PORT_CONNECT) { in ehci_hub_control() 1100 if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT in ehci_hub_control()
|
H A D | xhci-port.h | 5 #define PORT_CONNECT (1 << 0) macro
|
H A D | xhci-hub.c | 1182 if (raw_port_status & PORT_CONNECT) { in xhci_get_port_status() 1409 if ((temp & PORT_CONNECT)) { in xhci_hub_control() 1798 if (t1 & PORT_CONNECT) { in xhci_bus_suspend() 1857 if (portsc & (PORT_CONNECT | PORT_CAS)) in xhci_port_missing_cas_quirk()
|
H A D | xhci.h | 2370 portsc & PORT_CONNECT ? "Connected" : "Not-connected", in xhci_decode_portsc()
|
H A D | xhci-ring.c | 2090 (portsc & PORT_CSC) && !(portsc & PORT_CONNECT)) in handle_port_status()
|
H A D | xhci.c | 830 if (!(portsc & (PORT_CSC | PORT_CONNECT))) in xhci_disable_hub_port_wake()
|
/linux/include/linux/usb/ |
H A D | ehci_def.h | 153 #define PORT_CONNECT (1<<0) /* device connected */ macro
|
/linux/drivers/usb/isp1760/ |
H A D | isp1760-regs.h | 71 PORT_RESUME, PORT_PE, PORT_CSC, PORT_CONNECT, enumerator
|
H A D | isp1760-core.c | 211 [PORT_CONNECT] = REG_FIELD(ISP176x_HC_PORTSC1, 0, 0), 282 [PORT_CONNECT] = REG_FIELD(ISP1763_HC_PORTSC1, 0, 0),
|
H A D | isp1760-hcd.c | 194 [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/drivers/usb/early/ |
H A D | ehci-dbgp.c | 510 if (!(portsc & PORT_CONNECT) && try_hard_once) { in _dbgp_external_startup() 641 if (!(portsc & PORT_CONNECT)) in ehci_reset_port()
|
H A D | xhci-dbc.c | 362 if (!(val & PORT_CONNECT)) in xdbc_do_reset_debug_port()
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 282 #define PORT_CONNECT (1<<0) /* device connected */ macro
|
H A D | fotg210-hcd.c | 256 (status & PORT_CONNECT) ? " CONNECT" : ""); in dbg_port_buf() 1367 if (!(port_status & PORT_CONNECT)) in check_reset_complete() 1635 if ((temp & PORT_CONNECT) && in fotg210_hub_control() 1650 if (temp & PORT_CONNECT) { in fotg210_hub_control()
|
/linux/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.h | 155 #define CDNSP_PORT_RO (PORT_CONNECT | DEV_SPEED_MASK) 247 #define PORT_CONNECT BIT(0) macro
|
H A D | cdnsp-debug.h | 470 portsc & PORT_CONNECT ? "Connected" : "Not-connected", in cdnsp_decode_portsc()
|
H A D | cdnsp-ring.c | 858 if (pdev->gadget.connected && !(portsc & PORT_CONNECT)) in cdnsp_handle_port_status() 862 if (portsc & PORT_CONNECT) { in cdnsp_handle_port_status() 871 if ((portsc & (PORT_RC | PORT_WRC)) && (portsc & PORT_CONNECT)) { in cdnsp_handle_port_status()
|
/linux/drivers/usb/chipidea/ |
H A D | host.c | 354 if (portsc & PORT_CONNECT) { in ci_ehci_bus_suspend()
|