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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dpcihp_skeleton.c81 static int get_latch_status (struct hotplug_slot *slot, u8 *value);
92 .get_latch_status = get_latch_status,
198 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) function
292 get_latch_status(hotplug_slot, &info->latch_status);
H A Dshpchp_core.c66 static int get_latch_status (struct hotplug_slot *slot, u8 *value);
79 .get_latch_status = get_latch_status,
149 get_latch_status(hotplug_slot, &info->latch_status);
252 static int get_latch_status (struct hotplug_slot *hotplug_slot, u8 *value) function
259 retval = slot->hpc_ops->get_latch_status(slot, value);
H A Dacpiphp_core.c74 static int get_latch_status (struct hotplug_slot *slot, u8 *value);
84 .get_latch_status = get_latch_status,
238 * get_latch_status - get latch status of a slot
246 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);
83 .get_latch_status = get_latch_status,
242 get_latch_status(hotplug_slot, &info->latch_status);
362 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) function
369 retval = slot->hpc_ops->get_latch_status(slot, value);
H A Dpciehp_ctrl.c91 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
394 slot->hpc_ops->get_latch_status(slot, &(info->latch_status));
546 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
565 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
569 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
601 ret = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
H A Dshpchp_ctrl.c93 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
475 slot->hpc_ops->get_latch_status(slot, &(info->latch_status));
580 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
597 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
613 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
639 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus);
H A Dcpci_hotplug_core.c72 static int get_latch_status(struct hotplug_slot *slot, u8 * value);
82 .get_latch_status = get_latch_status,
206 get_latch_status(struct hotplug_slot *hotplug_slot, u8 * value) function
H A Dpciehp.h183 int (*get_latch_status)(struct slot *slot, u8 *status); member in struct:hpc_ops
H A Dpci_hotplug_core.c265 retval = get_latch_status (slot, &value);
429 if (slot->ops->get_latch_status)
H A Dcpqphp_core.c88 static int get_latch_status (struct hotplug_slot *slot, u8 *value);
101 .get_latch_status = get_latch_status,
745 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) function
H A Dshpchp.h322 int (*get_latch_status)(struct slot *slot, u8 *status); member in struct:hpc_ops
H A Dibmphp_core.c308 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 * value) function
314 debug("get_latch_status - Entry hotplug_slot[%lx] pvalue[%lx]\n",
329 debug("get_latch_status - Exit rc[%d] rc[%x] value[%x]\n",
1319 .get_latch_status = get_latch_status,
H A Dpciehp_hpc.c1069 .get_latch_status = hpc_get_latch_status,
H A Dshpchp_hpc.c926 .get_latch_status = hpc_get_latch_status,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci_hotplug.h92 * @get_latch_status: Called to get the current latch status of a slot.
121 int (*get_latch_status) (struct hotplug_slot *slot, u8 *value); member in struct:hotplug_slot_ops

Completed in 180 milliseconds