Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/hotplug/
H A Dacpiphp_core.c52 static int disable_slot(struct hotplug_slot *slot);
61 .disable_slot = disable_slot,
134 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
H A Ds390_pci_hpc.c47 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
121 .disable_slot = disable_slot,
H A Dshpchp_core.c44 static int disable_slot(struct hotplug_slot *slot);
53 .disable_slot = disable_slot,
164 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
H A Dcpci_hotplug_core.c53 static int disable_slot(struct hotplug_slot *slot);
62 .disable_slot = disable_slot,
81 disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
H A Drpaphp_core.c516 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
533 .disable_slot = disable_slot,
H A Dpci_hotplug_core.c85 if (slot->ops->disable_slot) in power_write_file()
86 retval = slot->ops->disable_slot(slot); in power_write_file()
211 (slot->ops->disable_slot) || in has_power_file()
H A Dacpiphp_glue.c553 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 Dpciehp_core.c63 ops->disable_slot = pciehp_sysfs_disable_slot; in init_slot()
H A Doctep_hp.c127 .disable_slot = octep_hp_disable_slot,
H A Dpnv_php.c603 .disable_slot = pnv_php_disable_slot,
H A Dibmphp_core.c1157 .disable_slot = ibmphp_disable_slot,
H A Dcpqphp_core.c562 .disable_slot = process_SS,
/linux-6.15/include/linux/
H A Dpci_hotplug.h40 int (*disable_slot) (struct hotplug_slot *slot); member
/linux-6.15/drivers/usb/host/
H A Dxhci.c4098 goto disable_slot; in xhci_alloc_dev()
4108 goto disable_slot; in xhci_alloc_dev()
4129 disable_slot: in xhci_alloc_dev()