Home
last modified time | relevance | path

Searched refs:select_drive_strength (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
Dsdhci-pci.h85 int (*select_drive_strength)(struct sdhci_host *host, member
Dsdhci-pci-core.c371 slot->select_drive_strength = spt_select_drive_strength; in byt_emmc_probe_slot()
1411 if (!slot->select_drive_strength) in sdhci_pci_select_drive_strength()
1414 return slot->select_drive_strength(host, card, max_dtr, host_drv, in sdhci_pci_select_drive_strength()
1425 .select_drive_strength = sdhci_pci_select_drive_strength,
Dsdhci.h549 int (*select_drive_strength)(struct sdhci_host *host, member
Dsdhci.c2098 if (!host->ops->select_drive_strength) in sdhci_select_drive_strength()
2101 return host->ops->select_drive_strength(host, card, max_dtr, host_drv, in sdhci_select_drive_strength()
2229 .select_drive_strength = sdhci_select_drive_strength,
/linux-4.4.14/include/linux/mmc/
Dhost.h135 int (*select_drive_strength)(struct mmc_card *card, member
/linux-4.4.14/drivers/mmc/core/
Dcore.c1674 if (!host->ops->select_drive_strength) in mmc_select_drive_strength()
1693 return host->ops->select_drive_strength(card, max_dtr, in mmc_select_drive_strength()