Searched refs:get_latch_status (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/drivers/pci/hotplug/ |
D | shpchp_core.c | 51 static int get_latch_status(struct hotplug_slot *slot, u8 *value); 60 .get_latch_status = get_latch_status, 115 get_latch_status(hotplug_slot, &slot->latch_save); in init_slots() 209 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function 217 retval = slot->hpc_ops->get_latch_status(slot, value); in get_latch_status()
|
D | acpiphp_core.c | 57 static int get_latch_status(struct hotplug_slot *slot, u8 *value); 66 .get_latch_status = get_latch_status, 226 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
|
D | pciehp_core.c | 47 static int get_latch_status(struct hotplug_slot *slot, u8 *value); 67 ops->get_latch_status = get_latch_status; in init_slot() 127 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
|
D | shpchp_ctrl.c | 79 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_handle_switch_change() 453 slot->hpc_ops->get_latch_status(slot, &slot->latch_save); in update_slot_info() 557 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot() 575 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot() 591 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot() 618 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_disable_slot()
|
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 | 289 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function 1232 .get_latch_status = get_latch_status,
|
D | cpqphp_core.c | 534 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function 565 .get_latch_status = get_latch_status,
|
D | shpchp.h | 311 int (*get_latch_status)(struct slot *slot, u8 *status); member
|
D | shpchp_hpc.c | 904 .get_latch_status = hpc_get_latch_status,
|
/Linux-v5.4/include/linux/ |
D | pci_hotplug.h | 45 int (*get_latch_status) (struct hotplug_slot *slot, u8 *value); member
|