Searched refs:pciehp_set_indicators (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/pci/hotplug/ |
D | pciehp_ctrl.c | 48 pciehp_set_indicators(ctrl, PCI_EXP_SLTCTL_PWR_IND_OFF, in set_slot_off() 71 pciehp_set_indicators(ctrl, PCI_EXP_SLTCTL_PWR_IND_BLINK, in board_added() 95 pciehp_set_indicators(ctrl, PCI_EXP_SLTCTL_PWR_IND_ON, in board_added() 128 pciehp_set_indicators(ctrl, PCI_EXP_SLTCTL_PWR_IND_OFF, in remove_board() 177 pciehp_set_indicators(ctrl, PCI_EXP_SLTCTL_PWR_IND_BLINK, in pciehp_handle_button_press() 191 pciehp_set_indicators(ctrl, PCI_EXP_SLTCTL_PWR_IND_ON, in pciehp_handle_button_press() 197 pciehp_set_indicators(ctrl, PCI_EXP_SLTCTL_PWR_IND_OFF, in pciehp_handle_button_press() 263 pciehp_set_indicators(ctrl, PCI_EXP_SLTCTL_PWR_IND_OFF, in pciehp_handle_presence_or_link_change() 326 pciehp_set_indicators(ctrl, PCI_EXP_SLTCTL_PWR_IND_OFF, in pciehp_enable_slot()
|
D | pciehp.h | 178 void pciehp_set_indicators(struct controller *ctrl, int pwr, int attn);
|
D | pciehp_core.c | 111 pciehp_set_indicators(ctrl, INDICATOR_NOOP, status); in set_attention_status()
|
D | pciehp_hpc.c | 508 void pciehp_set_indicators(struct controller *ctrl, int pwr, int attn) in pciehp_set_indicators() function 725 pciehp_set_indicators(ctrl, PCI_EXP_SLTCTL_PWR_IND_OFF, in pciehp_ist()
|