Searched refs:get_latch_status (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/pci/hotplug/ |
D | acpiphp_core.c | 56 static int get_latch_status(struct hotplug_slot *slot, u8 *value); 65 .get_latch_status = get_latch_status, 224 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
|
D | shpchp_core.c | 50 static int get_latch_status(struct hotplug_slot *slot, u8 *value); 59 .get_latch_status = get_latch_status, 113 get_latch_status(hotplug_slot, &slot->latch_save); in init_slots() 207 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
|
D | pciehp_core.c | 48 static int get_latch_status(struct hotplug_slot *slot, u8 *value); 68 ops->get_latch_status = get_latch_status; in init_slot() 128 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
|
D | cpci_hotplug_core.c | 58 static int get_latch_status(struct hotplug_slot *slot, u8 *value); 67 .get_latch_status = get_latch_status, 173 get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
|
D | pci_hotplug_core.c | 174 retval = get_latch_status(pci_slot->hotplug, &value); in latch_read_file() 265 if (slot->ops->get_latch_status) in has_latch_file()
|
D | ibmphp_core.c | 281 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function 1161 .get_latch_status = get_latch_status,
|
D | cpqphp_core.c | 535 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function 566 .get_latch_status = get_latch_status,
|
/linux-6.12.1/include/linux/ |
D | pci_hotplug.h | 45 int (*get_latch_status) (struct hotplug_slot *slot, u8 *value); member
|