Searched refs:enable_slot (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/pci/hotplug/ |
A D | acpiphp_core.c | 52 static int enable_slot(struct hotplug_slot *slot); 61 .enable_slot = enable_slot, 119 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
|
A D | s390_pci_hpc.c | 23 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function 100 .enable_slot = enable_slot,
|
A D | shpchp_core.c | 47 static int enable_slot(struct hotplug_slot *slot); 56 .enable_slot = enable_slot, 159 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function
|
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
|
A D | rpaphp_core.c | 482 static int enable_slot(struct hotplug_slot *hotplug_slot) in enable_slot() function 530 .enable_slot = enable_slot,
|
A D | pci_hotplug_core.c | 102 if (slot->ops->enable_slot) in power_write_file() 103 retval = slot->ops->enable_slot(slot); in power_write_file() 240 if ((slot->ops->enable_slot) || in has_power_file()
|
A D | acpiphp_glue.c | 473 static void enable_slot(struct acpiphp_slot *slot, bool bridge) in enable_slot() function 713 enable_slot(slot, true); in acpiphp_check_bridge() 797 enable_slot(slot, false); in hotplug_event() 985 enable_slot(slot, false); in acpiphp_enable_slot()
|
A D | ibmphp_core.c | 964 static int enable_slot(struct hotplug_slot *hs) in enable_slot() function 1227 .enable_slot = enable_slot,
|
A D | pciehp_core.c | 61 ops->enable_slot = pciehp_sysfs_enable_slot; in init_slot()
|
A D | pnv_php.c | 601 .enable_slot = pnv_php_enable_slot,
|
A D | cpqphp_core.c | 561 .enable_slot = process_SI,
|
/linux/include/linux/ |
A D | pci_hotplug.h | 39 int (*enable_slot) (struct hotplug_slot *slot); member
|
/linux/ |
A D | System.map | 21602 ffff8000105c2264 t enable_slot 21613 ffff8000105c2dd0 t enable_slot
|
A D | .tmp_System.map | 21602 ffff8000105c2264 t enable_slot 21613 ffff8000105c2dd0 t enable_slot
|
Completed in 283 milliseconds