Symbol: PORT_CONNECT
drivers/usb/cdns3/cdnsp-debug.h
471
portsc & PORT_CONNECT ? "Connected" : "Not-connected",
drivers/usb/cdns3/cdnsp-gadget.h
155
#define CDNSP_PORT_RO (PORT_CONNECT | DEV_SPEED_MASK)
drivers/usb/cdns3/cdnsp-ring.c
864
if (pdev->gadget.connected && !(portsc & PORT_CONNECT))
drivers/usb/cdns3/cdnsp-ring.c
868
if (portsc & PORT_CONNECT) {
drivers/usb/cdns3/cdnsp-ring.c
877
if ((portsc & (PORT_RC | PORT_WRC)) && (portsc & PORT_CONNECT)) {
drivers/usb/chipidea/host.c
354
if (portsc & PORT_CONNECT) {
drivers/usb/early/ehci-dbgp.c
510
if (!(portsc & PORT_CONNECT) && try_hard_once) {
drivers/usb/early/ehci-dbgp.c
641
if (!(portsc & PORT_CONNECT))
drivers/usb/early/xhci-dbc.c
362
if (!(val & PORT_CONNECT))
drivers/usb/fotg210/fotg210-hcd.c
1367
if (!(port_status & PORT_CONNECT))
drivers/usb/fotg210/fotg210-hcd.c
1635
if ((temp & PORT_CONNECT) &&
drivers/usb/fotg210/fotg210-hcd.c
1650
if (temp & PORT_CONNECT) {
drivers/usb/fotg210/fotg210-hcd.c
256
(status & PORT_CONNECT) ? " CONNECT" : "");
drivers/usb/host/ehci-dbg.c
257
(status & PORT_CONNECT) ? " CONNECT" : "");
drivers/usb/host/ehci-fsl.c
646
if (!(status & PORT_CONNECT))
drivers/usb/host/ehci-hub.c
1100
if ((temp & (PORT_PE|PORT_CONNECT)) == PORT_CONNECT
drivers/usb/host/ehci-hub.c
186
if (t1 & PORT_CONNECT)
drivers/usb/host/ehci-hub.c
276
if (t1 & PORT_CONNECT)
drivers/usb/host/ehci-hub.c
554
|| (port_status & (PORT_OWNER | PORT_CONNECT))
drivers/usb/host/ehci-hub.c
576
if (!(port_status & PORT_CONNECT))
drivers/usb/host/ehci-hub.c
969
if ((temp & PORT_CONNECT) &&
drivers/usb/host/ehci-hub.c
984
if (temp & PORT_CONNECT) {
drivers/usb/host/ehci-platform.c
148
!(port_status & PORT_CONNECT) &&
drivers/usb/host/oxu210hp-hcd.c
3508
if (!(temp & PORT_CONNECT))
drivers/usb/host/oxu210hp-hcd.c
3710
if ((temp & PORT_CONNECT) &&
drivers/usb/host/oxu210hp-hcd.c
3725
if (temp & PORT_CONNECT) {
drivers/usb/host/oxu210hp-hcd.c
583
(status & PORT_CONNECT) ? " CONNECT" : ""
drivers/usb/host/oxu210hp-hcd.c
826
if (!(port_status & PORT_CONNECT)) {
drivers/usb/host/xhci-hub.c
1158
if (portsc & PORT_CONNECT) {
drivers/usb/host/xhci-hub.c
1375
if ((portsc & PORT_CONNECT)) {
drivers/usb/host/xhci-hub.c
1768
if (t1 & PORT_CONNECT) {
drivers/usb/host/xhci-hub.c
1827
if (portsc & (PORT_CONNECT | PORT_CAS))
drivers/usb/host/xhci-ring.c
2137
(portsc & PORT_CSC) && !(portsc & PORT_CONNECT))
drivers/usb/host/xhci-tegra.c
2821
if (portsc & PORT_CONNECT)
drivers/usb/host/xhci-tegra.c
2840
if (!(portsc & PORT_CONNECT)) {
drivers/usb/host/xhci.c
898
if (!(portsc & (PORT_CSC | PORT_CONNECT)))
drivers/usb/host/xhci.h
2415
if (portsc & PORT_CONNECT)
drivers/usb/isp1760/isp1760-core.c
211
[PORT_CONNECT] = REG_FIELD(ISP176x_HC_PORTSC1, 0, 0),
drivers/usb/isp1760/isp1760-core.c
282
[PORT_CONNECT] = REG_FIELD(ISP1763_HC_PORTSC1, 0, 0),
drivers/usb/isp1760/isp1760-hcd.c
194
[PORT_CONNECT] = BIT(0),
drivers/usb/isp1760/isp1760-hcd.c
2174
if (!(isp1760_hcd_is_set(hcd, PORT_CONNECT)))
drivers/usb/isp1760/isp1760-hcd.c
229
if (unlikely((field >= PORT_OWNER && field <= PORT_CONNECT)))
drivers/usb/isp1760/isp1760-hcd.c
2359
if (isp1760_hcd_is_set(hcd, PORT_CONNECT)) {
drivers/usb/isp1760/isp1760-hcd.c
2418
if ((isp1760_hcd_is_set(hcd, PORT_CONNECT) &&