Lines Matching refs:hotplug_slot
69 struct hotplug_slot;
110 int (*enable_slot) (struct hotplug_slot *slot);
111 int (*disable_slot) (struct hotplug_slot *slot);
112 int (*set_attention_status) (struct hotplug_slot *slot, u8 value);
113 int (*hardware_test) (struct hotplug_slot *slot, u32 value);
114 int (*get_power_status) (struct hotplug_slot *slot, u8 *value);
115 int (*get_attention_status) (struct hotplug_slot *slot, u8 *value);
116 int (*get_latch_status) (struct hotplug_slot *slot, u8 *value);
117 int (*get_adapter_status) (struct hotplug_slot *slot, u8 *value);
118 int (*get_address) (struct hotplug_slot *slot, u32 *value);
119 int (*get_max_bus_speed) (struct hotplug_slot *slot, enum pci_bus_speed *value);
120 int (*get_cur_bus_speed) (struct hotplug_slot *slot, enum pci_bus_speed *value);
153 struct hotplug_slot { struct
164 extern int pci_hp_register (struct hotplug_slot *slot); argument
165 extern int pci_hp_deregister (struct hotplug_slot *slot);