Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/hotplug/
Drpadlpar_sysfs.c25 #define REMOVE_SLOT_ATTR_NAME remove_slot
/Linux-v5.4/drivers/mmc/host/
Dsdhci-pci.h136 void (*remove_slot) (struct sdhci_pci_slot *, int); member
Dsdhci-acpi.c65 int (*remove_slot)(struct platform_device *); member
829 if (c->slot && c->slot->remove_slot) in sdhci_acpi_remove()
830 c->slot->remove_slot(pdev); in sdhci_acpi_remove()
Dsdhci-pci-core.c1356 .remove_slot = jmicron_remove_slot,
1971 if (chip->fixes && chip->fixes->remove_slot) in sdhci_pci_probe_slot()
1972 chip->fixes->remove_slot(slot, 0); in sdhci_pci_probe_slot()
1998 if (slot->chip->fixes && slot->chip->fixes->remove_slot) in sdhci_pci_remove_slot()
1999 slot->chip->fixes->remove_slot(slot, dead); in sdhci_pci_remove_slot()
/Linux-v5.4/drivers/xen/xen-pciback/
Dpci_stub.c1212 static DRIVER_ATTR_WO(remove_slot);