Searched refs:remove_slot (Results 1 – 5 of 5) sorted by relevance
25 #define REMOVE_SLOT_ATTR_NAME remove_slot
138 void (*remove_slot) (struct sdhci_pci_slot *, int); member
65 int (*remove_slot)(struct platform_device *); member829 if (c->slot && c->slot->remove_slot) in sdhci_acpi_remove()830 c->slot->remove_slot(pdev); in sdhci_acpi_remove()
1365 .remove_slot = jmicron_remove_slot,2030 if (chip->fixes && chip->fixes->remove_slot) in sdhci_pci_probe_slot()2031 chip->fixes->remove_slot(slot, 0); in sdhci_pci_probe_slot()2057 if (slot->chip->fixes && slot->chip->fixes->remove_slot) in sdhci_pci_remove_slot()2058 slot->chip->fixes->remove_slot(slot, dead); in sdhci_pci_remove_slot()
1212 static DRIVER_ATTR_WO(remove_slot);