Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dpci_hotplug.h72 struct hotplug_slot_ops { struct
73 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