Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Dshpchp_core.c50 static int get_latch_status(struct hotplug_slot *slot, u8 *value);
59 .get_latch_status = get_latch_status,
114 get_latch_status(hotplug_slot, &slot->latch_save); in init_slots()
208 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
216 retval = slot->hpc_ops->get_latch_status(slot, value); in get_latch_status()
H A Dacpiphp_core.c56 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
H A Dpciehp_core.c48 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
H A Dshpchp_ctrl.c79 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_handle_switch_change()
451 slot->hpc_ops->get_latch_status(slot, &slot->latch_save); in update_slot_info()
555 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
573 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
589 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
616 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_disable_slot()
H A Dcpci_hotplug_core.c58 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
H A Dpci_hotplug_core.c174 retval = get_latch_status(pci_slot->hotplug, &value); in latch_read_file()
265 if (slot->ops->get_latch_status) in has_latch_file()
H A Dibmphp_core.c281 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
1161 .get_latch_status = get_latch_status,
H A Dcpqphp_core.c535 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status() function
566 .get_latch_status = get_latch_status,
H A Dshpchp.h311 int (*get_latch_status)(struct slot *slot, u8 *status); member
H A Dshpchp_hpc.c882 .get_latch_status = hpc_get_latch_status,
/linux/include/linux/
H A Dpci_hotplug.h45 int (*get_latch_status) (struct hotplug_slot *slot, u8 *value); member