Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/hotplug/
Dacpiphp_core.c53 static int disable_slot(struct hotplug_slot *slot);
62 .disable_slot = disable_slot,
136 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
Ds390_pci_hpc.c89 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
135 .disable_slot = disable_slot,
Dpciehp_core.c51 static int disable_slot(struct hotplug_slot *slot);
81 ops->disable_slot = disable_slot; in init_slot()
148 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
Dshpchp_core.c48 static int disable_slot(struct hotplug_slot *slot);
57 .disable_slot = disable_slot,
189 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
Drpaphp_core.c465 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
482 .disable_slot = disable_slot,
Dsgi_hotplug.c80 static int disable_slot(struct hotplug_slot *slot);
85 .disable_slot = disable_slot,
470 static int disable_slot(struct hotplug_slot *bss_hotplug_slot) in disable_slot() function
Dcpci_hotplug_core.c53 static int disable_slot(struct hotplug_slot *slot);
62 .disable_slot = disable_slot,
104 disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
Dpci_hotplug_core.c99 if (slot->ops->disable_slot) in power_write_file()
100 retval = slot->ops->disable_slot(slot); in power_write_file()
242 (slot->ops->disable_slot) || in has_power_file()
Dacpiphp_glue.c536 static void disable_slot(struct acpiphp_slot *slot) in disable_slot() function
707 disable_slot(slot); in acpiphp_check_bridge()
995 disable_slot(slot); in acpiphp_disable_and_eject_slot()
Dpnv_php.c538 .disable_slot = pnv_php_disable_slot,
Dibmphp_core.c1265 .disable_slot = ibmphp_disable_slot,
Dcpqphp_core.c566 .disable_slot = process_SS,
/Linux-v4.19/include/linux/
Dpci_hotplug.h52 int (*disable_slot) (struct hotplug_slot *slot); member
/Linux-v4.19/drivers/usb/host/
Dxhci.c3871 goto disable_slot; in xhci_alloc_dev()
3881 goto disable_slot; in xhci_alloc_dev()
3904 disable_slot: in xhci_alloc_dev()