/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-hub.c | 76 if (status & PORT_OWNER) in ehci_handover_companion_ports() 111 if (status & PORT_OWNER) in ehci_handover_companion_ports() 262 if (t1 & PORT_OWNER) in ehci_bus_suspend() 553 if ((port_status & PORT_OWNER) == new_owner in set_owner() 554 || (port_status & (PORT_OWNER | PORT_CONNECT)) in set_owner() 558 port_status ^= PORT_OWNER; in set_owner() 594 port_status |= PORT_OWNER; in check_reset_complete() 1102 temp |= PORT_OWNER; in ehci_hub_control() 1177 if (temp & PORT_OWNER) in ehci_hub_control() 1236 temp |= PORT_OWNER; in ehci_hub_control() [all...] |
H A D | ehci-sysfs.c | 45 new_owner = PORT_OWNER; /* Owned by companion */ in companion_store()
|
H A D | oxu210hp-hcd.c | 182 #define PORT_OWNER (1<<13) /* true: companion hc owns this port */ macro 597 (status & PORT_OWNER) ? " OWNER" : "", in dbg_port_buf() 2912 if (pstatus & PORT_OWNER) in oxu210_hcd_irq() 3736 temp |= PORT_OWNER; in oxu_hub_control() 3787 if (temp & PORT_OWNER) in oxu_hub_control() 3892 if ((t1 & PORT_PE) && !(t1 & PORT_OWNER) && in oxu_bus_suspend()
|
H A D | ehci-platform.c | 149 if (!(port_status & PORT_OWNER) && in quirk_poll_check_port_status()
|
H A D | ehci-hcd.c | 820 if (pstatus & PORT_OWNER) in ehci_irq()
|
H A D | ehci-dbg.c | 246 (status & PORT_OWNER) ? " OWNER" : "", in dbg_port_buf()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-hub.c | 76 if (status & PORT_OWNER) in ehci_handover_companion_ports() 111 if (status & PORT_OWNER) in ehci_handover_companion_ports() 262 if (t1 & PORT_OWNER) in ehci_bus_suspend() 553 if ((port_status & PORT_OWNER) == new_owner in set_owner() 554 || (port_status & (PORT_OWNER | PORT_CONNECT)) in set_owner() 558 port_status ^= PORT_OWNER; in set_owner() 594 port_status |= PORT_OWNER; in check_reset_complete() 972 temp |= PORT_OWNER; in ehci_hub_control() 1047 if (temp & PORT_OWNER) in ehci_hub_control() 1106 temp |= PORT_OWNER; in ehci_hub_control() [all...] |
H A D | ehci-sysfs.c | 45 new_owner = PORT_OWNER; /* Owned by companion */ in companion_store()
|
H A D | oxu210hp-hcd.c | 182 #define PORT_OWNER (1<<13) /* true: companion hc owns this port */ macro 597 (status & PORT_OWNER) ? " OWNER" : "", in dbg_port_buf() 2913 if (pstatus & PORT_OWNER) in oxu210_hcd_irq() 3737 temp |= PORT_OWNER; in oxu_hub_control() 3788 if (temp & PORT_OWNER) in oxu_hub_control() 3893 if ((t1 & PORT_PE) && !(t1 & PORT_OWNER) && in oxu_bus_suspend()
|
H A D | ehci-platform.c | 146 if (!(port_status & PORT_OWNER) && in quirk_poll_check_port_status()
|
H A D | ehci-dbg.c | 246 (status & PORT_OWNER) ? " OWNER" : "", in dbg_port_buf()
|
H A D | ehci-hcd.c | 818 if (pstatus & PORT_OWNER) in ehci_irq()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | ehci_def.h | 151 #define PORT_OWNER (1<<13) /* true: companion hc owns this port */ macro
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | ehci_def.h | 139 #define PORT_OWNER (1<<13) /* true: companion hc owns this port */ macro
|
/kernel/linux/linux-5.10/drivers/usb/isp1760/ |
H A D | isp1760-regs.h | 49 #define PORT_OWNER (1 << 13) /* true: companion hc owns this port */ macro
|
H A D | isp1760-hcd.c | 1724 if (temp & PORT_OWNER) { in isp1760_hub_status_data() 1797 port_status |= PORT_OWNER; in check_reset_complete() 1978 if (temp & PORT_OWNER) in isp1760_hub_control() 1979 dev_err(hcd->self.controller, "PORT_OWNER is set\n"); in isp1760_hub_control() 2013 if (temp & PORT_OWNER) in isp1760_hub_control() 2043 temp |= PORT_OWNER; in isp1760_hub_control()
|
/kernel/linux/linux-6.6/drivers/usb/isp1760/ |
H A D | isp1760-regs.h | 70 PORT_OWNER, PORT_POWER, PORT_LSTATUS, PORT_RESET, PORT_SUSPEND, enumerator
|
H A D | isp1760-core.c | 203 [PORT_OWNER] = REG_FIELD(ISP176x_HC_PORTSC1, 13, 13), 274 [PORT_OWNER] = REG_FIELD(ISP1763_HC_PORTSC1, 13, 13),
|
H A D | isp1760-hcd.c | 186 [PORT_OWNER] = BIT(13), 229 if (unlikely((field >= PORT_OWNER && field <= PORT_CONNECT))) in isp1760_hcd_write() 2114 if (isp1760_hcd_is_set(hcd, PORT_OWNER) && in isp1760_hub_status_data() 2182 isp1760_hcd_set(hcd, PORT_OWNER); in check_reset_complete() 2356 if (isp1760_hcd_is_set(hcd, PORT_OWNER)) in isp1760_hub_control() 2357 dev_err(hcd->self.controller, "PORT_OWNER is set\n"); in isp1760_hub_control() 2392 if (isp1760_hcd_is_set(hcd, PORT_OWNER)) in isp1760_hub_control() 2421 isp1760_hcd_set(hcd, PORT_OWNER); in isp1760_hub_control()
|