Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dpci_hotplug.h48 struct hotplug_slot_ops { struct
49 struct module *owner;
50 const char *mod_name;
51 int (*enable_slot) (struct hotplug_slot *slot);
52 int (*disable_slot) (struct hotplug_slot *slot);
53 int (*set_attention_status) (struct hotplug_slot *slot, u8 value);
54 int (*hardware_test) (struct hotplug_slot *slot, u32 value);
55 int (*get_power_status) (struct hotplug_slot *slot, u8 *value);
56 int (*get_attention_status) (struct hotplug_slot *slot, u8 *value);
80 * @ops: pointer to the &struct hotplug_slot_ops to be used for this slot argument