/openbmc/qemu/hw/usb/ |
H A D | dev-hub.c | 87 #define PORT_POWER 8 macro 333 [PORT_POWER] = "power", in feature_name() 428 case PORT_POWER: in usb_hub_handle_control() 474 case PORT_POWER: in usb_hub_handle_control()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-port.h | 33 #define PORT_POWER (1 << 9) macro
|
H A D | ehci-hub.c | 60 if (!(status & PORT_POWER)) in ehci_handover_companion_ports() 1012 if (temp & PORT_POWER) in ehci_hub_control() 1214 ehci_writel(ehci, temp | PORT_POWER, status_reg); in ehci_port_power() 1216 ehci_writel(ehci, temp & ~PORT_POWER, status_reg); in ehci_port_power()
|
H A D | xhci-hub.c | 693 writel(temp | PORT_POWER, port->addr); in xhci_set_port_power() 697 writel(temp & ~PORT_POWER, port->addr); in xhci_set_port_power() 1065 if (portsc & PORT_POWER) in xhci_get_usb3_port_status() 1097 if (portsc & PORT_POWER) { in xhci_get_usb2_port_status()
|
H A D | ehci-platform.c | 147 (port_status & PORT_POWER) && in quirk_poll_check_port_status()
|
H A D | ehci-fsl.c | 488 tmp &= ~PORT_POWER; in ehci_fsl_mpc512x_drv_suspend()
|
H A D | oxu210hp-hcd.c | 183 #define PORT_POWER (1<<12) /* true: has power (see PPC) */ macro 596 (status & PORT_POWER) ? " POWER" : "", in dbg_port_buf() 3632 writel(temp & ~(PORT_RWC_BITS | PORT_POWER), in oxu_hub_control() 3762 if (temp & PORT_POWER) in oxu_hub_control() 3803 writel(temp | PORT_POWER, status_reg); in oxu_hub_control()
|
H A D | ehci-dbg.c | 245 (status & PORT_POWER) ? " POWER" : "", in dbg_port_buf()
|
H A D | xhci.h | 2377 portsc & PORT_POWER ? "Powered" : "Powered-off", in xhci_decode_portsc()
|
/openbmc/linux/include/linux/usb/ |
H A D | ehci_def.h | 140 #define PORT_POWER (1<<12) /* true: has power (see PPC) */ macro
|
/openbmc/linux/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 | 204 [PORT_POWER] = REG_FIELD(ISP176x_HC_PORTSC1, 12, 12), 275 [PORT_POWER] = REG_FIELD(ISP1763_HC_PORTSC1, 12, 12),
|
H A D | isp1760-hcd.c | 187 [PORT_POWER] = BIT(12), 2262 isp1760_hcd_clear(hcd, PORT_POWER); in isp1760_hub_control() 2371 if (isp1760_hcd_is_set(hcd, PORT_POWER)) in isp1760_hub_control() 2409 isp1760_hcd_set(hcd, PORT_POWER); in isp1760_hub_control()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci.c | 1006 if (reg & PORT_POWER) in xhci_submit_root() 1038 reg |= PORT_POWER; in xhci_submit_root() 1058 reg &= ~PORT_POWER; in xhci_submit_root()
|
H A D | xhci.h | 276 #define PORT_POWER (1 << 9) macro
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-debug.h | 472 portsc & PORT_POWER ? "Powered" : "Powered-off", in cdnsp_decode_portsc()
|
H A D | cdnsp-gadget.h | 272 #define PORT_POWER BIT(9) macro
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | power-management.rst | 568 controlled through ``Set/ClearPortFeature(PORT_POWER)`` requests to a hub. 570 driver translates ``PORT_POWER`` requests into platform firmware (ACPI) 574 Upon receiving a ``ClearPortFeature(PORT_POWER)`` request a USB port is 618 ``ClearPortFeature(PORT_POWER)`` request. Otherwise, it will honor the pm
|