Searched refs:get_max_clock (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/drivers/mmc/host/ |
D | sdhci-cns3xxx.c | 80 .get_max_clock = sdhci_cns3xxx_get_max_clk,
|
D | sdhci-iproc.c | 167 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 181 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-of-dwcmshc.c | 24 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-tegra.c | 324 .get_max_clock = tegra_sdhci_get_max_clock, 381 .get_max_clock = tegra_sdhci_get_max_clock,
|
D | sdhci-sirf.c | 154 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-pic32.c | 92 .get_max_clock = pic32_sdhci_get_max_clock,
|
D | sdhci-bcm-kona.c | 191 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-pxav2.c | 116 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-of-arasan.c | 294 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 350 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-s3c.c | 418 .get_max_clock = sdhci_s3c_get_max_clk, 638 sdhci_s3c_ops.get_max_clock = sdhci_cmu_get_max_clock; in sdhci_s3c_probe()
|
D | sdhci-of-esdhc.c | 775 .get_max_clock = esdhc_of_get_max_clock, 792 .get_max_clock = esdhc_of_get_max_clock,
|
D | sdhci-st.c | 333 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci.h | 588 unsigned int (*get_max_clock)(struct sdhci_host *host); member
|
D | sdhci-pxav3.c | 334 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-xenon.c | 246 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-omap.c | 690 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-esdhc-imx.c | 1055 .get_max_clock = esdhc_pltfm_get_max_clock,
|
D | sdhci-msm.c | 1642 .get_max_clock = sdhci_msm_get_max_clock,
|
D | sdhci.c | 3629 if (!host->ops->get_max_clock) { in sdhci_setup_host() 3635 host->max_clk = host->ops->get_max_clock(host); in sdhci_setup_host()
|