/Linux-v5.15/drivers/pci/hotplug/ |
D | shpchp_core.c | 67 struct hotplug_slot *hotplug_slot; in init_slots() local 146 static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 status) in set_attention_status() 159 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() 169 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() 179 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() 194 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_attention_status() 209 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() 224 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status()
|
D | acpiphp_core.c | 119 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() 136 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() 156 static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 status) in set_attention_status() 180 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() 202 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_attention_status() 226 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() 246 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status()
|
D | s390_pci_hpc.c | 23 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() 41 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() 60 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() 69 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status()
|
D | cpci_hotplug_core.c | 71 enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() 84 disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() 140 get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() 149 get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_attention_status() 158 set_attention_status(struct hotplug_slot *hotplug_slot, u8 status) in set_attention_status() 164 get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status() 173 get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status()
|
D | pciehp_core.c | 91 struct hotplug_slot *hotplug_slot = &ctrl->hotplug_slot; in cleanup_slot() local 100 static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 status) in set_attention_status() 116 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() 127 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() 138 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status()
|
D | rpaphp_core.c | 52 static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 value) in set_attention_status() 79 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() 95 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_attention_status() 102 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status() 482 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() 514 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot()
|
D | cpqphp_core.c | 415 static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 status) in set_attention_status() 442 static int process_SI(struct hotplug_slot *hotplug_slot) in process_SI() 474 static int process_SS(struct hotplug_slot *hotplug_slot) in process_SS() 502 static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value) in hardware_test() 513 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() 524 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_attention_status() 535 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() 547 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status()
|
D | ibmphp_core.c | 221 static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 value) in set_attention_status() 262 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_attention_status() 289 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() 314 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status() 338 static int get_adapter_present(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_present() 1133 static int ibmphp_disable_slot(struct hotplug_slot *hotplug_slot) in ibmphp_disable_slot()
|
D | pciehp_ctrl.c | 360 int pciehp_sysfs_enable_slot(struct hotplug_slot *hotplug_slot) in pciehp_sysfs_enable_slot() 399 int pciehp_sysfs_disable_slot(struct hotplug_slot *hotplug_slot) in pciehp_sysfs_disable_slot()
|
D | rpaphp.h | 71 struct hotplug_slot hotplug_slot; member 77 static inline struct slot *to_slot(struct hotplug_slot *hotplug_slot) in to_slot()
|
D | cpci_hotplug.h | 38 struct hotplug_slot hotplug_slot; member 66 static inline struct slot *to_slot(struct hotplug_slot *hotplug_slot) in to_slot()
|
D | pciehp_hpc.c | 352 int pciehp_get_raw_indicator_status(struct hotplug_slot *hotplug_slot, in pciehp_get_raw_indicator_status() 366 int pciehp_get_attention_status(struct hotplug_slot *hotplug_slot, u8 *status) in pciehp_get_attention_status() 484 int pciehp_set_raw_indicator_status(struct hotplug_slot *hotplug_slot, in pciehp_set_raw_indicator_status() 873 int pciehp_reset_slot(struct hotplug_slot *hotplug_slot, bool probe) in pciehp_reset_slot()
|
D | pciehp.h | 107 struct hotplug_slot hotplug_slot; /* hotplug core interface */ member 197 static inline struct controller *to_ctrl(struct hotplug_slot *hotplug_slot) in to_ctrl()
|
D | acpiphp.h | 36 struct hotplug_slot hotplug_slot; member 46 static inline struct slot *to_slot(struct hotplug_slot *hotplug_slot) in to_slot()
|
D | shpchp.h | 76 struct hotplug_slot hotplug_slot; member 210 static inline struct slot *get_slot(struct hotplug_slot *hotplug_slot) in get_slot()
|
D | ibmphp_ebda.c | 664 static int fillslotinfo(struct hotplug_slot *hotplug_slot) in fillslotinfo()
|
D | cpqphp.h | 263 struct hotplug_slot hotplug_slot; member 451 static inline struct slot *to_slot(struct hotplug_slot *hotplug_slot) in to_slot()
|
D | ibmphp.h | 700 struct hotplug_slot hotplug_slot; member 744 static inline struct slot *to_slot(struct hotplug_slot *hotplug_slot) in to_slot()
|
/Linux-v5.15/include/linux/ |
D | pci_hotplug.h | 58 struct hotplug_slot { struct 59 const struct hotplug_slot_ops *ops; argument 68 static inline const char *hotplug_slot_name(const struct hotplug_slot *slot) in hotplug_slot_name() argument
|
/Linux-v5.15/drivers/platform/x86/ |
D | eeepc-laptop.c | 171 struct hotplug_slot hotplug_slot; member 704 static int eeepc_get_adapter_status(struct hotplug_slot *hotplug_slot, in eeepc_get_adapter_status()
|
D | asus-wmi.c | 232 struct hotplug_slot hotplug_slot; member 1123 static int asus_get_adapter_status(struct hotplug_slot *hotplug_slot, in asus_get_adapter_status()
|
/Linux-v5.15/arch/s390/include/asm/ |
D | pci.h | 121 struct hotplug_slot hotplug_slot; member
|