1PCI_HP_CHANGE_SLOT_I(9) Hardware Interfaces PCI_HP_CHANGE_SLOT_I(9)
2
3
4
6 pci_hp_change_slot_info - changes the slot's information structure in
7 the core
8
10 int __must_check pci_hp_change_slot_info(struct hotplug_slot * hotplug,
11 struct hotplug_slot_info * info);
12
14 hotplug
15 pointer to the slot whose info has changed
16
17 info
18 pointer to the info copy into the slot's info structure
19
21 slot must have been registered with the pci hotplug subsystem
22 previously with a call to pci_hp_register.
23
24 Returns 0 if successful, anything else for an error.
25
27Kernel Hackers Manual 2.6. November 2011 PCI_HP_CHANGE_SLOT_I(9)