Searched refs:PORT_POWER (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/usb/isp1760/ |
D | isp1760-regs.h | 53 #define PORT_POWER (1 << 12) /* true: has power (see PPC) */ macro
|
D | isp1760-hcd.c | 1881 temp & ~PORT_POWER); in isp1760_hub_control() 1996 if (temp & PORT_POWER) in isp1760_hub_control() 2037 temp | PORT_POWER); in isp1760_hub_control()
|
/linux-4.1.27/include/linux/usb/ |
D | ehci_def.h | 151 #define PORT_POWER (1<<12) /* true: has power (see PPC) */ macro
|
/linux-4.1.27/drivers/usb/host/ |
D | xhci-hub.c | 611 && (raw_port_status & PORT_POWER)) in xhci_get_port_status() 669 && (raw_port_status & PORT_POWER) in xhci_get_port_status() 685 if (raw_port_status & PORT_POWER) { in xhci_get_port_status() 920 writel(temp | PORT_POWER, port_array[wIndex]); in xhci_hub_control() 1033 writel(temp & ~PORT_POWER, port_array[wIndex]); in xhci_hub_control()
|
D | ehci-hub.c | 72 if (!(status & PORT_POWER)) in ehci_handover_companion_ports() 1124 if (temp & PORT_POWER) in ehci_hub_control() 1313 ehci_writel(ehci, temp | PORT_POWER, status_reg); in ehci_port_power() 1315 ehci_writel(ehci, temp & ~PORT_POWER, status_reg); in ehci_port_power()
|
D | oxu210hp.h | 151 #define PORT_POWER (1<<12) /* true: has power (see PPC) */ macro
|
D | ehci-fsl.c | 454 tmp &= ~PORT_POWER; in ehci_fsl_mpc512x_drv_suspend()
|
D | oxu210hp-hcd.c | 169 (status & PORT_POWER) ? " POWER" : "", in dbg_port_buf() 3226 writel(temp & ~(PORT_RWC_BITS | PORT_POWER), in oxu_hub_control() 3356 if (temp & PORT_POWER) in oxu_hub_control() 3397 writel(temp | PORT_POWER, status_reg); in oxu_hub_control()
|
D | ehci-dbg.c | 268 (status & PORT_POWER) ? " POWER" : "", in dbg_port_buf()
|
D | xhci.h | 291 #define PORT_POWER (1 << 9) macro
|
/linux-4.1.27/Documentation/usb/ |
D | power-management.txt | 547 controlled through Set/ClearPortFeature(PORT_POWER) requests to a hub. 549 driver translates PORT_POWER requests into platform firmware (ACPI) 553 Upon receiving a ClearPortFeature(PORT_POWER) request a USB port is 586 ClearPortFeature(PORT_POWER) request. Otherwise, it will honor the pm runtime
|