Lines Matching defs:hotplug_slot
42 struct hotplug_slot *hotplug_slot; member
95 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot()
109 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot()
123 static int set_attention_status(struct hotplug_slot *hotplug_slot, u8 status) in set_attention_status()
148 static int hardware_test(struct hotplug_slot *hotplug_slot, u32 value) in hardware_test()
167 static int get_power_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_power_status()
182 static int get_attention_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_attention_status()
197 static int get_latch_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_latch_status()
212 static int get_adapter_status(struct hotplug_slot *hotplug_slot, u8 *value) in get_adapter_status()
227 static void release_slot(struct hotplug_slot *hotplug_slot) in release_slot()
253 struct hotplug_slot *hotplug_slot; in init_slots() local