Home
last modified time | relevance | path

Searched refs:disable_slot (Results 1 – 13 of 13) sorted by relevance

/linux-4.19.296/drivers/pci/hotplug/
Dacpiphp_core.c53 static int disable_slot(struct hotplug_slot *slot);
62 .disable_slot = disable_slot,
136 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
Ds390_pci_hpc.c89 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
135 .disable_slot = disable_slot,
Dpciehp_core.c51 static int disable_slot(struct hotplug_slot *slot);
81 ops->disable_slot = disable_slot; in init_slot()
148 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
Dshpchp_core.c48 static int disable_slot(struct hotplug_slot *slot);
57 .disable_slot = disable_slot,
189 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
Drpaphp_core.c465 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
482 .disable_slot = disable_slot,
Dcpci_hotplug_core.c53 static int disable_slot(struct hotplug_slot *slot);
62 .disable_slot = disable_slot,
104 disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
Dsgi_hotplug.c80 static int disable_slot(struct hotplug_slot *slot);
85 .disable_slot = disable_slot,
470 static int disable_slot(struct hotplug_slot *bss_hotplug_slot) in disable_slot() function
Dpci_hotplug_core.c99 if (slot->ops->disable_slot) in power_write_file()
100 retval = slot->ops->disable_slot(slot); in power_write_file()
242 (slot->ops->disable_slot) || in has_power_file()
Dacpiphp_glue.c554 static void disable_slot(struct acpiphp_slot *slot) in disable_slot() function
725 disable_slot(slot); in acpiphp_check_bridge()
1013 disable_slot(slot); in acpiphp_disable_and_eject_slot()
Dpnv_php.c538 .disable_slot = pnv_php_disable_slot,
Dibmphp_core.c1265 .disable_slot = ibmphp_disable_slot,
Dcpqphp_core.c566 .disable_slot = process_SS,
/linux-4.19.296/include/linux/
Dpci_hotplug.h52 int (*disable_slot) (struct hotplug_slot *slot); member