Searched refs:enable_slot (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/pci/hotplug/ |
H A D | acpiphp_core.c | 51 static int enable_slot(struct hotplug_slot *slot); 60 .enable_slot = enable_slot, 117 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
|
H A D | s390_pci_hpc.c | 23 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function 121 .enable_slot = enable_slot,
|
H A D | shpchp_core.c | 46 static int enable_slot(struct hotplug_slot *slot); 55 .enable_slot = enable_slot, 157 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
|
H A D | cpci_hotplug_core.c | 52 static int enable_slot(struct hotplug_slot *slot); 61 .enable_slot = enable_slot, 71 enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
|
H A D | rpaphp_core.c | 484 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function 532 .enable_slot = enable_slot,
|
H A D | acpiphp_glue.c | 482 static void enable_slot(struct acpiphp_slot *slot, bool bridge) in enable_slot() function 722 enable_slot(slot, true); in acpiphp_check_bridge() 806 enable_slot(slot, false); in hotplug_event() 994 enable_slot(slot, false); in acpiphp_enable_slot()
|
H A D | ibmphp_core.c | 893 static int enable_slot(struct hotplug_slot *hs) in enable_slot() function 1156 .enable_slot = enable_slot,
|
H A D | pciehp_core.c | 62 ops->enable_slot = pciehp_sysfs_enable_slot; in init_slot()
|
H A D | pnv_php.c | 602 .enable_slot = pnv_php_enable_slot,
|
H A D | cpqphp_core.c | 561 .enable_slot = process_SI,
|
/linux/include/linux/ |
H A D | pci_hotplug.h | 39 int (*enable_slot) (struct hotplug_slot *slot); member
|