Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/hotplug/
Dacpiphp_core.c67 static int disable_slot (struct hotplug_slot *slot);
76 .disable_slot = disable_slot,
150 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
Dpcihp_skeleton.c76 static int disable_slot (struct hotplug_slot *slot);
86 .disable_slot = disable_slot,
109 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
Ds390_pci_hpc.c93 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
144 .disable_slot = disable_slot,
Dpciehp_core.c67 static int disable_slot (struct hotplug_slot *slot);
113 ops->disable_slot = disable_slot; in init_slot()
180 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
Dshpchp_core.c62 static int disable_slot (struct hotplug_slot *slot);
71 .disable_slot = disable_slot,
220 static int disable_slot (struct hotplug_slot *hotplug_slot) in disable_slot() function
Drpaphp_core.c423 static int disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
440 .disable_slot = disable_slot,
Dsgi_hotplug.c83 static int disable_slot(struct hotplug_slot *slot);
88 .disable_slot = disable_slot,
473 static int disable_slot(struct hotplug_slot *bss_hotplug_slot) in disable_slot() function
Dcpci_hotplug_core.c66 static int disable_slot(struct hotplug_slot *slot);
75 .disable_slot = disable_slot,
117 disable_slot(struct hotplug_slot *hotplug_slot) in disable_slot() function
Dpci_hotplug_core.c116 if (slot->ops->disable_slot) in power_write_file()
117 retval = slot->ops->disable_slot(slot); in power_write_file()
259 (slot->ops->disable_slot) || in has_power_file()
Dacpiphp_glue.c540 static void disable_slot(struct acpiphp_slot *slot) in disable_slot() function
695 disable_slot(slot); in acpiphp_check_bridge()
982 disable_slot(slot); in acpiphp_disable_and_eject_slot()
Dibmphp_core.c1283 .disable_slot = ibmphp_disable_slot,
Dcpqphp_core.c589 .disable_slot = process_SS,
/linux-4.1.27/include/linux/
Dpci_hotplug.h66 int (*disable_slot) (struct hotplug_slot *slot); member
/linux-4.1.27/drivers/usb/host/
Dxhci.c3755 goto disable_slot; in xhci_alloc_dev()
3765 goto disable_slot; in xhci_alloc_dev()
3784 disable_slot: in xhci_alloc_dev()