/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | s390_pci_hpc.c | 81 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function 125 .disable_slot = disable_slot,
|
H A D | acpiphp_core.c | 53 static int disable_slot(struct hotplug_slot *slot); 62 .disable_slot = disable_slot, 131 * disable_slot - disable and power off a slot 136 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
|
H A D | shpchp_core.c | 48 static int disable_slot(struct hotplug_slot *slot); 57 .disable_slot = disable_slot, 169 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
|
H A D | cpci_hotplug_core.c | 53 static int disable_slot(struct hotplug_slot *slot); 62 .disable_slot = disable_slot, 84 disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
|
H A D | rpaphp_core.c | 514 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function 531 .disable_slot = disable_slot,
|
H A D | pci_hotplug_core.c | 97 if (slot->ops->disable_slot) in power_write_file() 98 retval = slot->ops->disable_slot(slot); in power_write_file() 241 (slot->ops->disable_slot) || in has_power_file()
|
H A D | acpiphp_glue.c | 541 * disable_slot - disable a slot 544 static void disable_slot(struct acpiphp_slot *slot) in disable_slot() function 715 disable_slot(slot); in acpiphp_check_bridge() 1003 disable_slot(slot); in acpiphp_disable_and_eject_slot()
|
H A D | pciehp_core.c | 62 ops->disable_slot = pciehp_sysfs_disable_slot; in init_slot()
|
H A D | ibmphp_core.c | 1192 debug("in disable_slot. after unconfigure_card\n"); in ibmphp_do_disable_slot() 1228 .disable_slot = ibmphp_disable_slot,
|
H A D | pnv_php.c | 601 .disable_slot = pnv_php_disable_slot,
|
H A D | cpqphp_core.c | 561 .disable_slot = process_SS,
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | s390_pci_hpc.c | 41 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function 101 .disable_slot = disable_slot,
|
H A D | acpiphp_core.c | 52 static int disable_slot(struct hotplug_slot *slot); 61 .disable_slot = disable_slot, 130 * disable_slot - disable and power off a slot 135 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
|
H A D | shpchp_core.c | 47 static int disable_slot(struct hotplug_slot *slot); 56 .disable_slot = disable_slot, 168 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
|
H A D | cpci_hotplug_core.c | 53 static int disable_slot(struct hotplug_slot *slot); 62 .disable_slot = disable_slot, 84 disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
|
H A D | pci_hotplug_core.c | 97 if (slot->ops->disable_slot) in power_write_file() 98 retval = slot->ops->disable_slot(slot); in power_write_file() 241 (slot->ops->disable_slot) || in has_power_file()
|
H A D | rpaphp_core.c | 516 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function 533 .disable_slot = disable_slot,
|
H A D | acpiphp_glue.c | 550 * disable_slot - disable a slot 553 static void disable_slot(struct acpiphp_slot *slot) in disable_slot() function 724 disable_slot(slot); in acpiphp_check_bridge() 1012 disable_slot(slot); in acpiphp_disable_and_eject_slot()
|
H A D | pciehp_core.c | 62 ops->disable_slot = pciehp_sysfs_disable_slot; in init_slot()
|
H A D | pnv_php.c | 603 .disable_slot = pnv_php_disable_slot,
|
H A D | ibmphp_core.c | 1121 debug("in disable_slot. after unconfigure_card\n"); in ibmphp_do_disable_slot() 1157 .disable_slot = ibmphp_disable_slot,
|
H A D | cpqphp_core.c | 562 .disable_slot = process_SS,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pci_hotplug.h | 20 * @disable_slot: Called when the user wants to disable a specific pci slot 40 int (*disable_slot) (struct hotplug_slot *slot); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pci_hotplug.h | 20 * @disable_slot: Called when the user wants to disable a specific pci slot 40 int (*disable_slot) (struct hotplug_slot *slot); member
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci.c | 4081 goto disable_slot; in xhci_alloc_dev() 4091 goto disable_slot; in xhci_alloc_dev() 4112 disable_slot: in xhci_alloc_dev()
|