Home
last modified time | relevance | path

Searched refs:PWR_LED (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/pci/hotplug/
Dpciehp_hpc.c455 if (!PWR_LED(ctrl)) in pciehp_green_led_on()
469 if (!PWR_LED(ctrl)) in pciehp_green_led_off()
483 if (!PWR_LED(ctrl)) in pciehp_green_led_blink()
786 PWR_LED(ctrl) ? "yes" : "no"); in dbg_ctrl()
Dpciehp.h127 #define PWR_LED(ctrl) ((ctrl)->slot_cap & PCI_EXP_SLTCAP_PIP) macro