Home
last modified time | relevance | path

Searched refs:PORT_POWER (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-port.h33 #define PORT_POWER (1 << 9) macro
H A Dehci-hub.c60 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 Dxhci-hub.c662 xhci_portsc_writel(port, temp | PORT_POWER); in xhci_set_port_power()
666 xhci_portsc_writel(port, temp & ~PORT_POWER); in xhci_set_port_power()
1073 if (portsc & PORT_POWER) in xhci_get_usb3_port_status()
1105 if (portsc & PORT_POWER) { in xhci_get_usb2_port_status()
H A Dehci-platform.c147 (port_status & PORT_POWER) && in quirk_poll_check_port_status()
H A Doxu210hp-hcd.c184 #define PORT_POWER (1<<12) /* true: has power (see PPC) */ macro
572 (status & PORT_POWER) ? " POWER" : "", in dbg_port_buf()
3608 writel(temp & ~(PORT_RWC_BITS | PORT_POWER), in oxu_hub_control()
3738 if (temp & PORT_POWER) in oxu_hub_control()
3779 writel(temp | PORT_POWER, status_reg); in oxu_hub_control()
H A Dehci-fsl.c486 tmp &= ~PORT_POWER; in ehci_fsl_mpc512x_drv_suspend()
H A Dxhci.h2417 if (portsc & PORT_POWER) in xhci_decode_portsc()
/linux/include/linux/usb/
H A Dehci_def.h140 #define PORT_POWER (1<<12) /* true: has power (see PPC) */ macro
/linux/drivers/usb/isp1760/
H A Disp1760-regs.h70 PORT_OWNER, PORT_POWER, PORT_LSTATUS, PORT_RESET, PORT_SUSPEND, enumerator
H A Disp1760-core.c204 [PORT_POWER] = REG_FIELD(ISP176x_HC_PORTSC1, 12, 12),
275 [PORT_POWER] = REG_FIELD(ISP1763_HC_PORTSC1, 12, 12),
H A Disp1760-hcd.c187 [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()
/linux/drivers/usb/dwc3/
H A Dhost.c56 reg &= ~PORT_POWER; in dwc3_power_off_all_roothub_ports()
/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h470 portsc & PORT_POWER ? "Powered" : "Powered-off", in cdnsp_decode_portsc()
H A Dcdnsp-gadget.h272 #define PORT_POWER BIT(9) macro
/linux/Documentation/driver-api/usb/
H A Dpower-management.rst568 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