Home
last modified time | relevance | path

Searched refs:platform_send_init_74_clocks (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/mmc/host/
H A Dsdhci-bcm-kona.c180 .platform_send_init_74_clocks = sdhci_bcm_kona_init_74_clocks,
H A Dsdhci-pxav3.c319 .platform_send_init_74_clocks = pxav3_gen_init_74_clocks,
H A Dsdhci.h652 void (*platform_send_init_74_clocks)(struct sdhci_host *host, member
H A Dsdhci-omap.c935 .platform_send_init_74_clocks = sdhci_omap_init_74_clocks,
H A Dsdhci.c2375 if (host->ops->platform_send_init_74_clocks) in sdhci_set_ios()
2376 host->ops->platform_send_init_74_clocks(host, ios->power_mode); in sdhci_set_ios()