Searched defs:hotplug_slot_ops (Results 1 – 1 of 1) sorted by relevance
92595 struct hotplug_slot_ops { struct92596 int (*enable_slot)(struct hotplug_slot *);92597 int (*disable_slot)(struct hotplug_slot *);92598 int (*set_attention_status)(struct hotplug_slot *, u8);92599 int (*hardware_test)(struct hotplug_slot *, u32);92600 int (*get_power_status)(struct hotplug_slot *, u8 *);92601 int (*get_attention_status)(struct hotplug_slot *, u8 *);92602 int (*get_latch_status)(struct hotplug_slot *, u8 *);92603 int (*get_adapter_status)(struct hotplug_slot *, u8 *);92604 int (*reset_slot)(struct hotplug_slot *, bool);