Searched refs:get_power_status (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dpcihp_skeleton.c79 static int get_power_status (struct hotplug_slot *slot, u8 *value);
90 .get_power_status = get_power_status,
168 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) function
290 get_power_status(hotplug_slot, &info->power_status);
H A Dshpchp_core.c64 static int get_power_status (struct hotplug_slot *slot, u8 *value);
77 .get_power_status = get_power_status,
147 get_power_status(hotplug_slot, &info->power_status);
224 static int get_power_status (struct hotplug_slot *hotplug_slot, u8 *value) function
231 retval = slot->hpc_ops->get_power_status(slot, value);
H A Dacpiphp_core.c71 static int get_power_status (struct hotplug_slot *slot, u8 *value);
82 .get_power_status = get_power_status,
192 * get_power_status - get power status of a slot
200 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) function
H A Dpciehp_core.c68 static int get_power_status (struct hotplug_slot *slot, u8 *value);
81 .get_power_status = get_power_status,
240 get_power_status(hotplug_slot, &info->power_status);
334 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) function
341 retval = slot->hpc_ops->get_power_status(slot, value);
H A Drpaphp_core.c85 * get_power_status - get power status of a slot
89 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 * value) function
420 .get_power_status = get_power_status,
H A Dshpchp_ctrl.c473 slot->hpc_ops->get_power_status(slot, &(info->power_status));
492 p_slot->hpc_ops->get_power_status(p_slot, &getstatus);
585 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus);
595 p_slot->hpc_ops->get_power_status(p_slot, &(p_slot->pwr_save));
644 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus);
H A Dcpci_hotplug_core.c69 static int get_power_status(struct hotplug_slot *slot, u8 * value);
79 .get_power_status = get_power_status,
175 get_power_status(struct hotplug_slot *hotplug_slot, u8 * value) function
H A Dpciehp_ctrl.c392 slot->hpc_ops->get_power_status(slot, &(info->power_status));
412 p_slot->hpc_ops->get_power_status(p_slot, &getstatus);
556 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus);
611 ret = p_slot->hpc_ops->get_power_status(p_slot, &getstatus);
H A Dsgi_hotplug.c83 static inline int get_power_status(struct hotplug_slot *slot, u8 *value);
89 .get_power_status = get_power_status,
591 static inline int get_power_status(struct hotplug_slot *bss_hotplug_slot, function
H A Dpciehp.h180 int (*get_power_status)(struct slot *slot, u8 *status); member in struct:hpc_ops
H A Dpci_hotplug_core.c163 retval = get_power_status (slot, &value);
410 (slot->ops->get_power_status))
H A Dcpqphp_core.c86 static int get_power_status (struct hotplug_slot *slot, u8 *value);
99 .get_power_status = get_power_status,
723 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) function
H A Dshpchp.h319 int (*get_power_status)(struct slot *slot, u8 *status); member in struct:hpc_ops
H A Dibmphp_core.c335 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 * value) function
341 debug("get_power_status - Entry hotplug_slot[%lx] pvalue[%lx]\n",
356 debug("get_power_status - Exit rc[%d] rc[%x] value[%x]\n",
1317 .get_power_status = get_power_status,
H A Dpciehp_hpc.c1067 .get_power_status = hpc_get_power_status,
H A Dshpchp_hpc.c924 .get_power_status = hpc_get_power_status,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci_hotplug.h86 * @get_power_status: Called to get the current power status of a slot.
119 int (*get_power_status) (struct hotplug_slot *slot, u8 *value); member in struct:hotplug_slot_ops

Completed in 178 milliseconds