Lines Matching refs:hotplug_slot
561 static int get_##name (struct hotplug_slot *slot, type *value) \
586 struct hotplug_slot *slot = file->private_data; in GET_STATUS()
629 struct hotplug_slot *slot = file->private_data; in power_write_file()
697 struct hotplug_slot *slot = file->private_data; in attention_read_file()
740 struct hotplug_slot *slot = file->private_data; in attention_write_file()
790 struct hotplug_slot *slot = file->private_data; in latch_read_file()
834 struct hotplug_slot *slot = file->private_data; in presence_read_file()
878 struct hotplug_slot *slot = file->private_data; in address_read_file()
927 struct hotplug_slot *slot = file->private_data; in max_bus_speed_read_file()
978 struct hotplug_slot *slot = file->private_data; in cur_bus_speed_read_file()
1029 struct hotplug_slot *slot = file->private_data; in test_write_file()
1077 static int fs_add_slot (struct hotplug_slot *slot) in fs_add_slot()
1152 static void fs_remove_slot (struct hotplug_slot *slot) in fs_remove_slot()
1179 static struct hotplug_slot *get_slot_from_name (const char *name) in get_slot_from_name()
1181 struct hotplug_slot *slot; in get_slot_from_name()
1185 slot = list_entry (tmp, struct hotplug_slot, slot_list); in get_slot_from_name()
1201 int pci_hp_register (struct hotplug_slot *slot) in pci_hp_register()
1243 int pci_hp_deregister (struct hotplug_slot *slot) in pci_hp_deregister()
1245 struct hotplug_slot *temp; in pci_hp_deregister()
1288 struct hotplug_slot *temp; in pci_hp_change_slot_info()