Symbol: disable_slot
drivers/pci/hotplug/acpiphp_core.c
52
static int disable_slot(struct hotplug_slot *slot);
drivers/pci/hotplug/acpiphp_core.c
61
.disable_slot = disable_slot,
drivers/pci/hotplug/acpiphp_glue.c
1012
disable_slot(slot);
drivers/pci/hotplug/acpiphp_glue.c
724
disable_slot(slot);
drivers/pci/hotplug/cpci_hotplug_core.c
53
static int disable_slot(struct hotplug_slot *slot);
drivers/pci/hotplug/cpci_hotplug_core.c
62
.disable_slot = disable_slot,
drivers/pci/hotplug/cpqphp_core.c
562
.disable_slot = process_SS,
drivers/pci/hotplug/ibmphp_core.c
1157
.disable_slot = ibmphp_disable_slot,
drivers/pci/hotplug/octep_hp.c
127
.disable_slot = octep_hp_disable_slot,
drivers/pci/hotplug/pci_hotplug_core.c
207
(slot->ops->disable_slot) ||
drivers/pci/hotplug/pci_hotplug_core.c
81
if (slot->ops->disable_slot)
drivers/pci/hotplug/pci_hotplug_core.c
82
retval = slot->ops->disable_slot(slot);
drivers/pci/hotplug/pciehp_core.c
63
ops->disable_slot = pciehp_sysfs_disable_slot;
drivers/pci/hotplug/pnv_php.c
757
.disable_slot = pnv_php_disable_slot,
drivers/pci/hotplug/rpaphp_core.c
533
.disable_slot = disable_slot,
drivers/pci/hotplug/s390_pci_hpc.c
120
.disable_slot = disable_slot,
drivers/pci/hotplug/shpchp_core.c
44
static int disable_slot(struct hotplug_slot *slot);
drivers/pci/hotplug/shpchp_core.c
53
.disable_slot = disable_slot,
drivers/usb/host/xhci.c
4257
goto disable_slot;
drivers/usb/host/xhci.c
4267
goto disable_slot;
drivers/usb/host/xhci.c
4288
disable_slot:
include/linux/pci_hotplug.h
40
int (*disable_slot) (struct hotplug_slot *slot);