Searched refs:get_power_status (Results 1 - 15 of 15) 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.c79 static int get_power_status (struct hotplug_slot *slot, u8 *value);
89 .get_power_status = get_power_status,
167 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) function
289 get_power_status(hotplug_slot, &info->power_status);
H A Dshpchp_core.c65 static int get_power_status (struct hotplug_slot *slot, u8 *value);
74 .get_power_status = get_power_status,
148 get_power_status(hotplug_slot, &info->power_status);
219 static int get_power_status (struct hotplug_slot *hotplug_slot, u8 *value) function
227 retval = slot->hpc_ops->get_power_status(slot, value);
H A Dacpiphp_core.c74 static int get_power_status (struct hotplug_slot *slot, u8 *value);
83 .get_power_status = get_power_status,
193 * 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.c69 static int get_power_status (struct hotplug_slot *slot, u8 *value);
113 ops->get_power_status = get_power_status;
187 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) function
H A Drpaphp_core.c87 * get_power_status - get power status of a slot
91 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 * value) function
431 .get_power_status = get_power_status,
H A Dshpchp_ctrl.c474 slot->hpc_ops->get_power_status(slot, &(info->power_status));
494 p_slot->hpc_ops->get_power_status(p_slot, &getstatus);
589 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus);
600 p_slot->hpc_ops->get_power_status(p_slot, &(p_slot->pwr_save));
650 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus);
H A Dcpci_hotplug_core.c68 static int get_power_status(struct hotplug_slot *slot, u8 * value);
77 .get_power_status = get_power_status,
171 get_power_status(struct hotplug_slot *hotplug_slot, u8 * value) function
H A Dsgi_hotplug.c84 static inline int get_power_status(struct hotplug_slot *slot, u8 *value);
89 .get_power_status = get_power_status,
587 static inline int get_power_status(struct hotplug_slot *bss_hotplug_slot, function
H A Dpci_hotplug_core.c100 retval = get_power_status(slot->hotplug, &value);
275 (slot->ops->get_power_status))
H A Dshpchp.h331 int (*get_power_status)(struct slot *slot, u8 *status); member in struct:hpc_ops
H A Dcpqphp_core.c540 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) function
591 .get_power_status = get_power_status,
H A Dibmphp_core.c341 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 * value) function
347 debug("get_power_status - Entry hotplug_slot[%lx] pvalue[%lx]\n",
362 debug("get_power_status - Exit rc[%d] rc[%x] value[%x]\n",
1277 .get_power_status = get_power_status,
H A Dshpchp_hpc.c928 .get_power_status = hpc_get_power_status,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpci_hotplug.h54 * @get_power_status: Called to get the current power status of a slot.
79 int (*get_power_status) (struct hotplug_slot *slot, u8 *value); member in struct:hotplug_slot_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Deeepc-laptop.c710 .get_power_status = eeepc_get_adapter_status,

Completed in 199 milliseconds