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

/drivers/pci/hotplug/
H A Dpcihp_skeleton.c81 static int get_latch_status (struct hotplug_slot *slot, u8 *value);
91 .get_latch_status = get_latch_status,
197 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) function
297 get_latch_status(hotplug_slot, &info->latch_status);
H A Dshpchp_core.c65 static int get_latch_status (struct hotplug_slot *slot, u8 *value);
74 .get_latch_status = get_latch_status,
160 get_latch_status(hotplug_slot, &info->latch_status);
260 static int get_latch_status (struct hotplug_slot *hotplug_slot, u8 *value) function
268 retval = slot->hpc_ops->get_latch_status(slot, value);
H A Dacpiphp_core.c71 static int get_latch_status (struct hotplug_slot *slot, u8 *value);
80 .get_latch_status = get_latch_status,
233 * get_latch_status - get latch status of a slot
240 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) function
H A Dpciehp_core.c70 static int get_latch_status (struct hotplug_slot *slot, u8 *value);
118 ops->get_latch_status = get_latch_status;
212 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) function
H A Dshpchp_ctrl.c93 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
474 slot->hpc_ops->get_latch_status(slot, &(info->latch_status));
582 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
600 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
616 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
643 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
H A Dcpci_hotplug_core.c71 static int get_latch_status(struct hotplug_slot *slot, u8 *value);
80 .get_latch_status = get_latch_status,
205 get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) function
H A Dpci_hotplug_core.c192 retval = get_latch_status(slot->hotplug, &value);
283 if (slot->ops->get_latch_status)
H A Dshpchp.h335 int (*get_latch_status)(struct slot *slot, u8 *status); member in struct:hpc_ops
H A Dcpqphp_core.c562 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) function
593 .get_latch_status = get_latch_status,
H A Dibmphp_core.c314 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) function
320 debug("get_latch_status - Entry hotplug_slot[%lx] pvalue[%lx]\n",
335 debug("get_latch_status - Exit rc[%d] rc[%x] value[%x]\n",
1285 .get_latch_status = get_latch_status,
H A Dshpchp_hpc.c921 .get_latch_status = hpc_get_latch_status,

Completed in 180 milliseconds