Searched refs:select_drive_strength (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/mmc/host/ |
D | sdhci-pci.h | 85 int (*select_drive_strength)(struct sdhci_host *host, member
|
D | sdhci-pci-core.c | 371 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,
|
D | sdhci.h | 549 int (*select_drive_strength)(struct sdhci_host *host, member
|
D | sdhci.c | 2098 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/ |
D | host.h | 135 int (*select_drive_strength)(struct mmc_card *card, member
|
/linux-4.4.14/drivers/mmc/core/ |
D | core.c | 1674 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()
|