Home
last modified time | relevance | path

Searched defs:hotplug_slot_ops (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dpci_hotplug.h62 struct hotplug_slot_ops { struct
63 struct module *owner;
64 const char *mod_name;
65 int (*enable_slot) (struct hotplug_slot *slot);
66 int (*disable_slot) (struct hotplug_slot *slot);
67 int (*set_attention_status) (struct hotplug_slot *slot, u8 value);
68 int (*hardware_test) (struct hotplug_slot *slot, u32 value);
69 int (*get_power_status) (struct hotplug_slot *slot, u8 *value);
70 int (*get_attention_status) (struct hotplug_slot *slot, u8 *value);
94 * @ops: pointer to the &struct hotplug_slot_ops to be used for this slot argument