• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/

Lines Matching refs:hotplug_slot

69 	struct hotplug_slot *slot = to_hotplug_slot(kobj);
77 struct hotplug_slot *slot = to_hotplug_slot(kobj);
89 struct hotplug_slot *slot = to_hotplug_slot(kobj);
136 static int get_##name (struct hotplug_slot *slot, type *value) \
158 static ssize_t power_read_file (struct hotplug_slot *slot, char *buf)
171 static ssize_t power_write_file (struct hotplug_slot *slot, const char *buf,
215 static ssize_t attention_read_file (struct hotplug_slot *slot, char *buf)
229 static ssize_t attention_write_file (struct hotplug_slot *slot, const char *buf,
260 static ssize_t latch_read_file (struct hotplug_slot *slot, char *buf)
279 static ssize_t presence_read_file (struct hotplug_slot *slot, char *buf)
298 static ssize_t address_read_file (struct hotplug_slot *slot, char *buf)
322 static ssize_t max_bus_speed_read_file (struct hotplug_slot *slot, char *buf)
348 static ssize_t cur_bus_speed_read_file (struct hotplug_slot *slot, char *buf)
374 static ssize_t test_write_file (struct hotplug_slot *slot, const char *buf,
404 static int has_power_file (struct hotplug_slot *slot)
415 static int has_attention_file (struct hotplug_slot *slot)
425 static int has_latch_file (struct hotplug_slot *slot)
434 static int has_adapter_file (struct hotplug_slot *slot)
443 static int has_address_file (struct hotplug_slot *slot)
452 static int has_max_bus_speed_file (struct hotplug_slot *slot)
461 static int has_cur_bus_speed_file (struct hotplug_slot *slot)
470 static int has_test_file (struct hotplug_slot *slot)
479 static int fs_add_slot (struct hotplug_slot *slot)
572 static void fs_remove_slot (struct hotplug_slot *slot)
599 static struct hotplug_slot *get_slot_from_name (const char *name)
601 struct hotplug_slot *slot;
605 slot = list_entry (tmp, struct hotplug_slot, slot_list);
613 * pci_hp_register - register a hotplug_slot with the PCI hotplug subsystem
614 * @slot: pointer to the &struct hotplug_slot to register
621 int pci_hp_register (struct hotplug_slot *slot)
652 * pci_hp_deregister - deregister a hotplug_slot with the PCI hotplug subsystem
653 * @slot: pointer to the &struct hotplug_slot to deregister
660 int pci_hp_deregister (struct hotplug_slot *slot)
662 struct hotplug_slot *temp;
689 int __must_check pci_hp_change_slot_info(struct hotplug_slot *slot,