Searched refs:get_attention_status (Results 1 - 13 of 13) 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.c80 static int get_attention_status (struct hotplug_slot *slot, u8 *value);
90 .get_attention_status = get_attention_status,
182 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) function
290 get_attention_status(hotplug_slot, &info->attention_status);
H A Dshpchp_core.c66 static int get_attention_status (struct hotplug_slot *slot, u8 *value);
75 .get_attention_status = get_attention_status,
149 get_attention_status(hotplug_slot, &info->attention_status);
234 static int get_attention_status (struct hotplug_slot *hotplug_slot, u8 *value) function
242 retval = slot->hpc_ops->get_attention_status(slot, value);
H A Dacpiphp_core.c75 static int get_attention_status (struct hotplug_slot *slot, u8 *value);
84 .get_attention_status = get_attention_status,
213 * get_attention_status - get attention LED status
222 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) function
H A Dpciehp_core.c70 static int get_attention_status (struct hotplug_slot *slot, u8 *value);
118 ops->get_attention_status = get_attention_status;
197 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) function
H A Drpaphp_core.c103 * get_attention_status - get attention LED status
107 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 * value) function
432 .get_attention_status = get_attention_status,
H A Dcpci_hotplug_core.c69 static int get_attention_status(struct hotplug_slot *slot, u8 * value);
78 .get_attention_status = get_attention_status,
180 get_attention_status(struct hotplug_slot *hotplug_slot, u8 * value) function
H A Dpci_hotplug_core.c158 retval = get_attention_status(slot->hotplug, &value);
286 (slot->ops->get_attention_status))
H A Dshpchp.h332 int (*get_attention_status)(struct slot *slot, u8 *status); member in struct:hpc_ops
H A Dcpqphp_core.c551 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) function
592 .get_attention_status = get_attention_status,
H A Dibmphp_core.c283 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 * value) function
289 debug("get_attention_status - Entry hotplug_slot[%lx] pvalue[%lx]\n",
310 debug("get_attention_status - Exit rc[%d] value[%x]\n", rc, *value);
1278 .get_attention_status = get_attention_status,
H A Dshpchp_ctrl.c475 slot->hpc_ops->get_attention_status(slot, &(info->attention_status));
H A Dshpchp_hpc.c929 .get_attention_status = hpc_get_attention_status,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpci_hotplug.h57 * @get_attention_status: Called to get the current attention status of a slot.
80 int (*get_attention_status) (struct hotplug_slot *slot, u8 *value); member in struct:hotplug_slot_ops

Completed in 198 milliseconds