disable_slot       53 drivers/pci/hotplug/acpiphp_core.c static int disable_slot(struct hotplug_slot *slot);
disable_slot       62 drivers/pci/hotplug/acpiphp_core.c 	.disable_slot		= disable_slot,
disable_slot      713 drivers/pci/hotplug/acpiphp_glue.c 			disable_slot(slot);
disable_slot     1001 drivers/pci/hotplug/acpiphp_glue.c 	disable_slot(slot);
disable_slot       53 drivers/pci/hotplug/cpci_hotplug_core.c static int disable_slot(struct hotplug_slot *slot);
disable_slot       62 drivers/pci/hotplug/cpci_hotplug_core.c 	.disable_slot = disable_slot,
disable_slot      561 drivers/pci/hotplug/cpqphp_core.c 	.disable_slot =		process_SS,
disable_slot     1228 drivers/pci/hotplug/ibmphp_core.c 	.disable_slot =			ibmphp_disable_slot,
disable_slot       97 drivers/pci/hotplug/pci_hotplug_core.c 		if (slot->ops->disable_slot)
disable_slot       98 drivers/pci/hotplug/pci_hotplug_core.c 			retval = slot->ops->disable_slot(slot);
disable_slot      241 drivers/pci/hotplug/pci_hotplug_core.c 	    (slot->ops->disable_slot) ||
disable_slot       62 drivers/pci/hotplug/pciehp_core.c 	ops->disable_slot = pciehp_sysfs_disable_slot;
disable_slot      593 drivers/pci/hotplug/pnv_php.c 	.disable_slot		= pnv_php_disable_slot,
disable_slot      481 drivers/pci/hotplug/rpaphp_core.c 	.disable_slot = disable_slot,
disable_slot      140 drivers/pci/hotplug/s390_pci_hpc.c 	.disable_slot =		disable_slot,
disable_slot       48 drivers/pci/hotplug/shpchp_core.c static int disable_slot(struct hotplug_slot *slot);
disable_slot       57 drivers/pci/hotplug/shpchp_core.c 	.disable_slot =		disable_slot,
disable_slot     4003 drivers/usb/host/xhci.c 			goto disable_slot;
disable_slot     4013 drivers/usb/host/xhci.c 		goto disable_slot;
disable_slot     4036 drivers/usb/host/xhci.c disable_slot:
disable_slot       40 include/linux/pci_hotplug.h 	int (*disable_slot)		(struct hotplug_slot *slot);