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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
291 get_latch_status(hotplug_slot, &info->latch_status);
H A Dshpchp_core.c67 static int get_latch_status (struct hotplug_slot *slot, u8 *value);
76 .get_latch_status = get_latch_status,
150 get_latch_status(hotplug_slot, &info->latch_status);
249 static int get_latch_status (struct hotplug_slot *hotplug_slot, u8 *value) function
257 retval = slot->hpc_ops->get_latch_status(slot, value);
H A Dacpiphp_core.c76 static int get_latch_status (struct hotplug_slot *slot, u8 *value);
85 .get_latch_status = get_latch_status,
238 * get_latch_status - get latch status of a slot
245 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) function
H A Dpciehp_core.c71 static int get_latch_status (struct hotplug_slot *slot, u8 *value);
116 ops->get_latch_status = get_latch_status;
207 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) function
H A Dshpchp_ctrl.c94 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
476 slot->hpc_ops->get_latch_status(slot, &(info->latch_status));
584 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
602 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
618 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
645 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,
202 get_latch_status(struct hotplug_slot *hotplug_slot, u8 * value) function
H A Dpci_hotplug_core.c204 retval = get_latch_status(slot->hotplug, &value);
296 if (slot->ops->get_latch_status)
H A Dshpchp.h334 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",
1279 .get_latch_status = get_latch_status,
H A Dshpchp_hpc.c930 .get_latch_status = hpc_get_latch_status,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpci_hotplug.h60 * @get_latch_status: Called to get the current latch status of a slot.
81 int (*get_latch_status) (struct hotplug_slot *slot, u8 *value); member in struct:hotplug_slot_ops

Completed in 121 milliseconds