Searched refs:remove_slot (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/mmc/host/
H A Dsdhci-pci.h54 void (*remove_slot) (struct sdhci_pci_slot *, int); member in struct:sdhci_pci_fixes
H A Dsdhci-acpi.c70 int (*remove_slot)(struct platform_device *); member in struct:sdhci_acpi_slot
401 if (c->slot && c->slot->remove_slot) sdhci_acpi_remove()
402 c->slot->remove_slot(pdev); sdhci_acpi_remove()
H A Dsdhci-pci.c561 .remove_slot = jmicron_remove_slot,
1520 if (chip->fixes && chip->fixes->remove_slot) sdhci_pci_probe_slot()
1521 chip->fixes->remove_slot(slot, 0); sdhci_pci_probe_slot()
1556 if (slot->chip->fixes && slot->chip->fixes->remove_slot) sdhci_pci_remove_slot()
1557 slot->chip->fixes->remove_slot(slot, dead); sdhci_pci_remove_slot()
/linux-4.1.27/drivers/pci/hotplug/
H A Drpadlpar_sysfs.c28 #define REMOVE_SLOT_ATTR_NAME remove_slot
/linux-4.1.27/drivers/xen/xen-pciback/
H A Dpci_stub.c1166 static DRIVER_ATTR(remove_slot, S_IWUSR, NULL, pcistub_slot_remove);

Completed in 168 milliseconds