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

/linux-master/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);
208 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) function
216 retval = slot->hpc_ops->get_latch_status(slot, value);
H A Dpciehp_core.c48 static int get_latch_status(struct hotplug_slot *slot, u8 *value);
68 ops->get_latch_status = get_latch_status;
128 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) function
H A Dacpiphp_core.c56 static int get_latch_status(struct hotplug_slot *slot, u8 *value);
65 .get_latch_status = get_latch_status,
217 * get_latch_status - get latch status of a slot
224 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) function
H A Dshpchp_ctrl.c79 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
451 slot->hpc_ops->get_latch_status(slot, &slot->latch_save);
555 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
573 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
589 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
616 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
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) function
H A Dpci_hotplug_core.c174 retval = get_latch_status(pci_slot->hotplug, &value);
265 if (slot->ops->get_latch_status)
H A Dshpchp.h311 int (*get_latch_status)(struct slot *slot, u8 *status); member in struct:hpc_ops
H A Dibmphp_core.c281 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) function
287 debug("get_latch_status - Entry hotplug_slot[%lx] pvalue[%lx]\n",
300 debug("get_latch_status - Exit rc[%d] rc[%x] value[%x]\n",
1161 .get_latch_status = get_latch_status,
H A Dcpqphp_core.c535 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) function
566 .get_latch_status = get_latch_status,
H A Dshpchp_hpc.c882 .get_latch_status = hpc_get_latch_status,
/linux-master/include/linux/
H A Dpci_hotplug.h27 * @get_latch_status: Called to get the current latch status of a slot.
45 int (*get_latch_status) (struct hotplug_slot *slot, u8 *value); member in struct:hotplug_slot_ops

Completed in 199 milliseconds