Searched refs:pciehp_set_indicators (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/pci/hotplug/ |
H A D | pciehp_ctrl.c | 50 pciehp_set_indicators(ctrl, PCI_EXP_SLTCTL_PWR_IND_OFF, in set_slot_off() 73 pciehp_set_indicators(ctrl, PCI_EXP_SLTCTL_PWR_IND_BLINK, in board_added() 97 pciehp_set_indicators(ctrl, PCI_EXP_SLTCTL_PWR_IND_ON, in board_added() 130 pciehp_set_indicators(ctrl, PCI_EXP_SLTCTL_PWR_IND_OFF, in remove_board() 182 pciehp_set_indicators(ctrl, PCI_EXP_SLTCTL_PWR_IND_BLINK, in pciehp_handle_button_press() 196 pciehp_set_indicators(ctrl, PCI_EXP_SLTCTL_PWR_IND_ON, in pciehp_handle_button_press() 202 pciehp_set_indicators(ctrl, PCI_EXP_SLTCTL_PWR_IND_OFF, in pciehp_handle_button_press() 268 pciehp_set_indicators(ctrl, PCI_EXP_SLTCTL_PWR_IND_OFF, in pciehp_handle_presence_or_link_change() 331 pciehp_set_indicators(ctrl, PCI_EXP_SLTCTL_PWR_IND_OFF, in pciehp_enable_slot()
|
H A D | pciehp.h | 182 void pciehp_set_indicators(struct controller *ctrl, int pwr, int attn);
|
H A D | pciehp_core.c | 112 pciehp_set_indicators(ctrl, INDICATOR_NOOP, status); in set_attention_status()
|
H A D | pciehp_hpc.c | 498 * pciehp_set_indicators() - set attention indicator, power indicator, or both 512 void pciehp_set_indicators(struct controller *ctrl, int pwr, int attn) in pciehp_set_indicators() function 759 pciehp_set_indicators(ctrl, PCI_EXP_SLTCTL_PWR_IND_OFF, in pciehp_ist()
|