Lines Matching full:hotplug
3 * PCI HotPlug Controller Core
72 retval = get_power_status(pci_slot->hotplug, &value); in GET_STATUS()
82 struct hotplug_slot *slot = pci_slot->hotplug; in power_write_file()
129 retval = get_attention_status(pci_slot->hotplug, &value); in attention_read_file()
139 struct hotplug_slot *slot = pci_slot->hotplug; in attention_write_file()
174 retval = get_latch_status(pci_slot->hotplug, &value); in latch_read_file()
191 retval = get_adapter_status(pci_slot->hotplug, &value); in presence_read_file()
206 struct hotplug_slot *slot = pci_slot->hotplug; in test_write_file()
236 struct hotplug_slot *slot = pci_slot->hotplug; in has_power_file()
249 struct hotplug_slot *slot = pci_slot->hotplug; in has_attention_file()
261 struct hotplug_slot *slot = pci_slot->hotplug; in has_latch_file()
272 struct hotplug_slot *slot = pci_slot->hotplug; in has_adapter_file()
283 struct hotplug_slot *slot = pci_slot->hotplug; in has_test_file()
296 /* Create symbolic link to the hotplug driver module */ in fs_add_slot()
390 * __pci_hp_register - register a hotplug_slot with the PCI hotplug subsystem
398 * Prepares a hotplug slot for in-kernel use and immediately publishes it to
423 * __pci_hp_initialize - prepare hotplug slot for in-kernel use
431 * Allocate and fill in a PCI slot for use by a hotplug driver. Once this has
462 pci_slot->hotplug = slot; in __pci_hp_initialize()
468 * pci_hp_add - publish hotplug slot to user space
471 * Make a hotplug slot's sysfs interface available and inform user space of its
472 * addition by sending a uevent. The hotplug driver must be prepared to handle
496 * pci_hp_deregister - deregister a hotplug_slot with the PCI hotplug subsystem
499 * The @slot must have been registered with the pci hotplug subsystem
512 * pci_hp_del - unpublish hotplug slot from user space
515 * Remove a hotplug slot's sysfs interface.
541 * pci_hp_destroy - remove hotplug slot from in-kernel use
544 * Destroy a PCI slot used by a hotplug driver. Once this has been called,
556 pci_slot->hotplug = NULL; in pci_hp_destroy()