Searched refs:get_max_clock (Results 1 – 24 of 24) sorted by relevance
/Linux-v5.10/drivers/mmc/host/ |
D | sdhci-iproc.c | 178 .get_max_clock = sdhci_iproc_get_max_clock, 192 .get_max_clock = sdhci_iproc_get_max_clock, 273 .get_max_clock = sdhci_iproc_get_max_clock,
|
D | sdhci-cns3xxx.c | 77 .get_max_clock = sdhci_cns3xxx_get_max_clk,
|
D | sdhci_am654.c | 441 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 471 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 495 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-sirf.c | 148 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-of-dwcmshc.c | 82 .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 | 189 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-pxav2.c | 106 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-of-sparx5.c | 146 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-s3c.c | 418 .get_max_clock = sdhci_s3c_get_max_clk, 636 sdhci_s3c_ops.get_max_clock = sdhci_cmu_get_max_clock; in sdhci_s3c_probe()
|
D | sdhci-of-aspeed.c | 128 .get_max_clock = aspeed_sdhci_get_max_clock,
|
D | sdhci-tegra.c | 1316 .get_max_clock = tegra_sdhci_get_max_clock, 1376 .get_max_clock = tegra_sdhci_get_max_clock, 1422 .get_max_clock = tegra_sdhci_get_max_clock, 1459 .get_max_clock = tegra_sdhci_get_max_clock,
|
D | sdhci-esdhc-mcf.c | 339 .get_max_clock = esdhc_mcf_pltfm_get_max_clock,
|
D | sdhci-st.c | 324 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-pxav3.c | 322 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-of-arasan.c | 369 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 417 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-of-esdhc.c | 1268 .get_max_clock = esdhc_of_get_max_clock, 1286 .get_max_clock = esdhc_of_get_max_clock,
|
D | sdhci-xenon.c | 257 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci.h | 629 unsigned int (*get_max_clock)(struct sdhci_host *host); member
|
D | sdhci-sprd.c | 398 .get_max_clock = sdhci_sprd_get_max_clock,
|
D | sdhci-omap.c | 870 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-esdhc-imx.c | 1279 .get_max_clock = esdhc_pltfm_get_max_clock,
|
D | sdhci.c | 4268 if (!host->ops->get_max_clock) { in sdhci_setup_host() 4274 host->max_clk = host->ops->get_max_clock(host); in sdhci_setup_host()
|
D | sdhci-msm.c | 2179 .get_max_clock = sdhci_msm_get_max_clock,
|