Searched refs:hotplug_slot (Results 26 - 31 of 31) sorted by relevance

12

/linux-master/drivers/pci/hotplug/
H A Dcpqphp.h263 struct hotplug_slot hotplug_slot; member in struct:slot
448 return hotplug_slot_name(&slot->hotplug_slot);
451 static inline struct slot *to_slot(struct hotplug_slot *hotplug_slot) argument
453 return container_of(hotplug_slot, struct slot, hotplug_slot);
H A Dibmphp_ebda.c664 static int fillslotinfo(struct hotplug_slot *hotplug_slot) argument
669 slot = to_slot(hotplug_slot);
879 rc = fillslotinfo(&tmp_slot->hotplug_slot);
886 tmp_slot->hotplug_slot.ops = &ibmphp_hotplug_slot_ops;
900 pci_hp_register(&tmp_slot->hotplug_slot,
/linux-master/drivers/pci/
H A Dslot.c228 struct hotplug_slot *hotplug)
335 struct hotplug_slot *slot = pci_slot->hotplug;
H A Dpci.c4906 static int pci_reset_hotplug_slot(struct hotplug_slot *hotplug, bool probe)
/linux-master/drivers/platform/x86/
H A Dasus-wmi.c293 struct hotplug_slot hotplug_slot; member in struct:asus_wmi
1673 if (asus->hotplug_slot.ops) {
1769 static int asus_get_adapter_status(struct hotplug_slot *hotplug_slot, argument
1772 struct asus_wmi *asus = container_of(hotplug_slot,
1773 struct asus_wmi, hotplug_slot);
1813 asus->hotplug_slot.ops = &asus_hotplug_slot_ops;
1815 ret = pci_hp_register(&asus->hotplug_slot, bus, 0, "asus-wifi");
1824 asus->hotplug_slot
[all...]
/linux-master/include/linux/
H A Dpci.h79 struct hotplug_slot *hotplug; /* Hotplug info (move here) */
1154 struct hotplug_slot *hotplug);

Completed in 229 milliseconds

12