Searched refs:disable_slot (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/pci/hotplug/
H A Ds390_pci_hpc.c47 static int disable_slot(struct hotplug_slot *hotplug_slot) function
122 .disable_slot = disable_slot,
H A Dacpiphp_core.c52 static int disable_slot(struct hotplug_slot *slot);
61 .disable_slot = disable_slot,
129 * disable_slot - disable and power off a slot
134 static int disable_slot(struct hotplug_slot *hotplug_slot) function
H A Dshpchp_core.c47 static int disable_slot(struct hotplug_slot *slot);
56 .disable_slot = disable_slot,
168 static int disable_slot(struct hotplug_slot *hotplug_slot) function
H A Dcpci_hotplug_core.c53 static int disable_slot(struct hotplug_slot *slot);
62 .disable_slot = disable_slot,
84 disable_slot(struct hotplug_slot *hotplug_slot) function
H A Dpci_hotplug_core.c97 if (slot->ops->disable_slot)
98 retval = slot->ops->disable_slot(slot);
241 (slot->ops->disable_slot) ||
H A Drpaphp_core.c516 static int disable_slot(struct hotplug_slot *hotplug_slot) function
533 .disable_slot = disable_slot,
H A Dpciehp_core.c63 ops->disable_slot = pciehp_sysfs_disable_slot;
H A Dacpiphp_glue.c550 * disable_slot - disable a slot
553 static void disable_slot(struct acpiphp_slot *slot) function
724 disable_slot(slot);
1012 disable_slot(slot);
H A Dibmphp_core.c1121 debug("in disable_slot. after unconfigure_card\n");
1157 .disable_slot = ibmphp_disable_slot,
H A Dcpqphp_core.c562 .disable_slot = process_SS,
H A Dpnv_php.c604 .disable_slot = pnv_php_disable_slot,
/linux-master/include/linux/
H A Dpci_hotplug.h20 * @disable_slot: Called when the user wants to disable a specific pci slot
40 int (*disable_slot) (struct hotplug_slot *slot); member in struct:hotplug_slot_ops
/linux-master/drivers/usb/host/
H A Dxhci.c4022 goto disable_slot;
4032 goto disable_slot;
4053 disable_slot:

Completed in 183 milliseconds