Lines Matching +full:core +full:- +full:module
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * PCI HotPlug Core Functions
6 * Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com)
18 * struct hotplug_slot_ops -the callbacks that the hotplug pci core can use
33 * The table of function pointers that is passed to the hotplug pci core by a
34 * hotplug pci driver. These functions are called by the hotplug pci core when
51 * struct hotplug_slot - used to register a physical slot with the hotplug pci core
53 * @owner: The module owner of this structure
54 * @mod_name: The module name (KBUILD_MODNAME) of this structure
59 /* Variables below this are for use only by the hotplug pci core. */
62 struct module *owner;
68 return pci_slot_name(slot->pci_slot); in hotplug_slot_name()
72 const char *name, struct module *owner,
75 const char *name, struct module *owner,