Searched refs:disable_slot (Results 1 – 11 of 11) sorted by relevance
/drivers/pci/hotplug/ |
D | pcihp_skeleton.c | 76 static int disable_slot (struct hotplug_slot *slot); 87 .disable_slot = disable_slot, 110 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
|
D | acpiphp_core.c | 72 static int disable_slot (struct hotplug_slot *slot); 82 .disable_slot = disable_slot, 154 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
|
D | fakephp.c | 80 static int disable_slot (struct hotplug_slot *slot); 85 .disable_slot = disable_slot, 318 static int disable_slot(struct hotplug_slot *slot) in disable_slot() function
|
D | shpchp_core.c | 63 static int disable_slot (struct hotplug_slot *slot); 75 .disable_slot = disable_slot, 213 static int disable_slot (struct hotplug_slot *hotplug_slot) in disable_slot() function
|
D | rpaphp_core.c | 414 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function 428 .disable_slot = disable_slot,
|
D | pciehp_core.c | 67 static int disable_slot (struct hotplug_slot *slot); 79 .disable_slot = disable_slot, 303 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
|
D | cpci_hotplug_core.c | 67 static int disable_slot(struct hotplug_slot *slot); 77 .disable_slot = disable_slot, 119 disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
|
D | sgi_hotplug.c | 82 static int disable_slot(struct hotplug_slot *slot); 88 .disable_slot = disable_slot, 488 static int disable_slot(struct hotplug_slot *bss_hotplug_slot) in disable_slot() function
|
D | pci_hotplug_core.c | 154 if (slot->ops->disable_slot) in power_write_file() 155 retval = slot->ops->disable_slot(slot); in power_write_file() 356 (slot->ops->disable_slot) || in has_power_file()
|
D | ibmphp_core.c | 1322 .disable_slot = ibmphp_disable_slot,
|
D | cpqphp_core.c | 97 .disable_slot = process_SS,
|