Home
last modified time | relevance | path

Searched refs:get_latch_status (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/pci/hotplug/
Dshpchp_core.c51 static int get_latch_status(struct hotplug_slot *slot, u8 *value);
60 .get_latch_status = get_latch_status,
129 get_latch_status(hotplug_slot, &info->latch_status); in init_slots()
229 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
237 retval = slot->hpc_ops->get_latch_status(slot, value); in get_latch_status()
Dacpiphp_core.c57 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
Dpciehp_core.c54 static int get_latch_status(struct hotplug_slot *slot, u8 *value);
86 ops->get_latch_status = get_latch_status; in init_slot()
174 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
Dshpchp_ctrl.c79 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_handle_switch_change()
460 slot->hpc_ops->get_latch_status(slot, &(info->latch_status)); in update_slot_info()
568 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
586 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
602 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
629 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_disable_slot()
Dcpci_hotplug_core.c58 static int get_latch_status(struct hotplug_slot *slot, u8 *value);
67 .get_latch_status = get_latch_status,
192 get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
Dpci_hotplug_core.c175 retval = get_latch_status(pci_slot->hotplug, &value); in latch_read_file()
266 if (slot->ops->get_latch_status) in has_latch_file()
Dibmphp_core.c296 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
1269 .get_latch_status = get_latch_status,
Dcpqphp_core.c539 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
570 .get_latch_status = get_latch_status,
Dshpchp.h309 int (*get_latch_status)(struct slot *slot, u8 *status); member
Dshpchp_hpc.c904 .get_latch_status = hpc_get_latch_status,
/Linux-v4.19/include/linux/
Dpci_hotplug.h57 int (*get_latch_status) (struct hotplug_slot *slot, u8 *value); member