Searched defs:hotplug_slot_ops (Results 1 – 1 of 1) sorted by relevance
72 struct hotplug_slot_ops { struct73 struct module *owner;74 const char *mod_name;75 int (*enable_slot) (struct hotplug_slot *slot);76 int (*disable_slot) (struct hotplug_slot *slot);77 int (*set_attention_status) (struct hotplug_slot *slot, u8 value);78 int (*hardware_test) (struct hotplug_slot *slot, u32 value);79 int (*get_power_status) (struct hotplug_slot *slot, u8 *value);103 * @ops: pointer to the &struct hotplug_slot_ops to be used for this slot argument