Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/isp1760/
Disp1760-regs.h50 #define PORT_POWER (1 << 12) /* true: has power (see PPC) */ macro
Disp1760-hcd.c1881 temp & ~PORT_POWER); in isp1760_hub_control()
1996 if (temp & PORT_POWER) in isp1760_hub_control()
2036 temp | PORT_POWER); in isp1760_hub_control()
/Linux-v4.19/include/linux/usb/
Dehci_def.h152 #define PORT_POWER (1<<12) /* true: has power (see PPC) */ macro
/Linux-v4.19/drivers/usb/host/
Dehci-hub.c61 if (!(status & PORT_POWER)) in ehci_handover_companion_ports()
1140 if (temp & PORT_POWER) in ehci_hub_control()
1342 ehci_writel(ehci, temp | PORT_POWER, status_reg); in ehci_port_power()
1344 ehci_writel(ehci, temp & ~PORT_POWER, status_reg); in ehci_port_power()
Dxhci-hub.c571 writel(temp | PORT_POWER, port->addr); in xhci_set_port_power()
577 writel(temp & ~PORT_POWER, port->addr); in xhci_set_port_power()
875 && (raw_port_status & PORT_POWER)) in xhci_get_port_status()
969 (raw_port_status & PORT_POWER)) { in xhci_get_port_status()
988 if (raw_port_status & PORT_POWER) { in xhci_get_port_status()
Doxu210hp.h152 #define PORT_POWER (1<<12) /* true: has power (see PPC) */ macro
Dehci-fsl.c449 tmp &= ~PORT_POWER; in ehci_fsl_mpc512x_drv_suspend()
Doxu210hp-hcd.c156 (status & PORT_POWER) ? " POWER" : "", in dbg_port_buf()
3199 writel(temp & ~(PORT_RWC_BITS | PORT_POWER), in oxu_hub_control()
3329 if (temp & PORT_POWER) in oxu_hub_control()
3370 writel(temp | PORT_POWER, status_reg); in oxu_hub_control()
Dxhci.h318 #define PORT_POWER (1 << 9) macro
2474 portsc & PORT_POWER ? "Powered" : "Powered-off", in xhci_decode_portsc()
Dehci-dbg.c245 (status & PORT_POWER) ? " POWER" : "", in dbg_port_buf()
/Linux-v4.19/Documentation/driver-api/usb/
Dpower-management.rst564 controlled through ``Set/ClearPortFeature(PORT_POWER)`` requests to a hub.
566 driver translates ``PORT_POWER`` requests into platform firmware (ACPI)
570 Upon receiving a ``ClearPortFeature(PORT_POWER)`` request a USB port is
614 ``ClearPortFeature(PORT_POWER)`` request. Otherwise, it will honor the pm