Searched refs:get_max_clock (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/drivers/mmc/host/ |
D | sdhci-cns3xxx.c | 80 .get_max_clock = sdhci_cns3xxx_get_max_clk,
|
D | sdhci-tegra.c | 175 .get_max_clock = sdhci_pltfm_clk_get_max_clock, 219 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-of-arasan.c | 57 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-bcm2835.c | 135 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-iproc.c | 152 .get_max_clock = sdhci_pltfm_clk_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-esdhc.c | 526 .get_max_clock = esdhc_of_get_max_clock, 543 .get_max_clock = esdhc_of_get_max_clock,
|
D | sdhci-sirf.c | 154 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-s3c.c | 383 .get_max_clock = sdhci_s3c_get_max_clk, 603 sdhci_s3c_ops.get_max_clock = sdhci_cmu_get_max_clock; in sdhci_s3c_probe()
|
D | sdhci-st.c | 332 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci.h | 531 unsigned int (*get_max_clock)(struct sdhci_host *host); member
|
D | sdhci-pxav3.c | 313 .get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
D | sdhci-esdhc-imx.c | 939 .get_max_clock = esdhc_pltfm_get_max_clock,
|
D | sdhci.c | 3049 if (!host->ops->get_max_clock) { in sdhci_add_host() 3054 host->max_clk = host->ops->get_max_clock(host); in sdhci_add_host()
|