Searched refs:get_attention_status (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dpcihp_skeleton.c80 static int get_attention_status (struct hotplug_slot *slot, u8 *value);
91 .get_attention_status = get_attention_status,
183 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) function
291 get_attention_status(hotplug_slot, &info->attention_status);
H A Dshpchp_core.c65 static int get_attention_status (struct hotplug_slot *slot, u8 *value);
78 .get_attention_status = get_attention_status,
148 get_attention_status(hotplug_slot, &info->attention_status);
238 static int get_attention_status (struct hotplug_slot *hotplug_slot, u8 *value) function
245 retval = slot->hpc_ops->get_attention_status(slot, value);
H A Dacpiphp_core.c72 static int get_attention_status (struct hotplug_slot *slot, u8 *value);
83 .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.c69 static int get_attention_status (struct hotplug_slot *slot, u8 *value);
82 .get_attention_status = get_attention_status,
241 get_attention_status(hotplug_slot, &info->attention_status);
348 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) function
355 retval = slot->hpc_ops->get_attention_status(slot, value);
H A Drpaphp_core.c101 * get_attention_status - get attention LED status
103 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 * value) function
421 .get_attention_status = get_attention_status,
H A Dcpci_hotplug_core.c70 static int get_attention_status(struct hotplug_slot *slot, u8 * value);
80 .get_attention_status = get_attention_status,
184 get_attention_status(struct hotplug_slot *hotplug_slot, u8 * value) function
H A Dpciehp.h181 int (*get_attention_status)(struct slot *slot, u8 *status); member in struct:hpc_ops
H A Dpci_hotplug_core.c220 retval = get_attention_status (slot, &value);
420 (slot->ops->get_attention_status))
H A Dcpqphp_core.c87 static int get_attention_status (struct hotplug_slot *slot, u8 *value);
100 .get_attention_status = get_attention_status,
734 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) function
H A Dshpchp.h320 int (*get_attention_status)(struct slot *slot, u8 *status); member in struct:hpc_ops
H A Dibmphp_core.c277 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 * value) function
283 debug("get_attention_status - Entry hotplug_slot[%lx] pvalue[%lx]\n",
304 debug("get_attention_status - Exit rc[%d] value[%x]\n", rc, *value);
1318 .get_attention_status = get_attention_status,
H A Dpciehp_ctrl.c393 slot->hpc_ops->get_attention_status(slot, &(info->attention_status));
H A Dshpchp_ctrl.c474 slot->hpc_ops->get_attention_status(slot, &(info->attention_status));
H A Dpciehp_hpc.c1068 .get_attention_status = hpc_get_attention_status,
H A Dshpchp_hpc.c925 .get_attention_status = hpc_get_attention_status,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci_hotplug.h89 * @get_attention_status: Called to get the current attention status of a slot.
120 int (*get_attention_status) (struct hotplug_slot *slot, u8 *value); member in struct:hotplug_slot_ops

Completed in 210 milliseconds