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

/linux-master/drivers/pci/hotplug/
H A Dshpchp_core.c49 static int get_attention_status(struct hotplug_slot *slot, u8 *value);
58 .get_attention_status = get_attention_status,
113 get_attention_status(hotplug_slot, &slot->attention_save);
193 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) function
201 retval = slot->hpc_ops->get_attention_status(slot, value);
H A Dacpiphp_ampere_altra.c75 static int get_attention_status(struct hotplug_slot *slot, u8 *status) function
82 .get_attn = get_attention_status,
H A Dacpiphp_core.c55 static int get_attention_status(struct hotplug_slot *slot, u8 *value);
64 .get_attention_status = get_attention_status,
191 * get_attention_status - get attention LED status
200 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) function
H A Dcpci_hotplug_core.c56 static int get_attention_status(struct hotplug_slot *slot, u8 *value);
65 .get_attention_status = get_attention_status,
149 get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) function
H A Dpciehp_core.c70 ops->get_attention_status = pciehp_get_attention_status;
73 ops->get_attention_status = pciehp_get_raw_indicator_status;
H A Drpaphp_core.c93 * get_attention_status - get attention LED status
97 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) function
536 .get_attention_status = get_attention_status,
H A Dpci_hotplug_core.c129 retval = get_attention_status(pci_slot->hotplug, &value);
254 (slot->ops->get_attention_status))
H A Dshpchp.h309 int (*get_attention_status)(struct slot *slot, u8 *status); member in struct:hpc_ops
H A Dibmphp_core.c254 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) function
260 debug("get_attention_status - Entry hotplug_slot[%lx] pvalue[%lx]\n",
277 debug("get_attention_status - Exit rc[%d] value[%x]\n", rc, *value);
1160 .get_attention_status = get_attention_status,
H A Dcpqphp_core.c524 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) function
565 .get_attention_status = get_attention_status,
H A Dshpchp_ctrl.c450 slot->hpc_ops->get_attention_status(slot, &slot->attention_save);
H A Dshpchp_hpc.c881 .get_attention_status = hpc_get_attention_status,
H A Dpnv_php.c601 .get_attention_status = pnv_php_get_attention_state,
/linux-master/include/linux/
H A Dpci_hotplug.h26 * @get_attention_status: Called to get the current attention status of a slot.
44 int (*get_attention_status) (struct hotplug_slot *slot, u8 *value); member in struct:hotplug_slot_ops

Completed in 245 milliseconds