Searched refs:mmc_ios (Results 1 – 25 of 37) sorted by relevance
12
/linux-2.6.39/arch/arm/plat-samsung/include/plat/ |
D | sdhci.h | 24 struct mmc_ios; 85 struct mmc_ios *ios, 137 struct mmc_ios *ios, 170 struct mmc_ios *ios, 202 struct mmc_ios *ios, 249 struct mmc_ios *ios, 293 struct mmc_ios *ios, 346 struct mmc_ios *ios,
|
/linux-2.6.39/arch/arm/mach-s3c64xx/ |
D | setup-sdhci.c | 38 struct mmc_ios *ios, in s3c6400_setup_sdhci_cfg_card() 66 struct mmc_ios *ios, in s3c6410_setup_sdhci_cfg_card()
|
/linux-2.6.39/include/linux/mmc/ |
D | host.h | 19 struct mmc_ios { struct 112 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios); 200 struct mmc_ios ios; /* current io bus settings */
|
/linux-2.6.39/arch/arm/mach-s3c2416/ |
D | setup-sdhci.c | 38 struct mmc_ios *ios, in s3c2416_setup_sdhci_cfg_card()
|
/linux-2.6.39/arch/arm/mach-s5pv210/ |
D | setup-sdhci.c | 36 struct mmc_ios *ios, in s5pv210_setup_sdhci_cfg_card()
|
/linux-2.6.39/arch/arm/mach-s5pc100/ |
D | setup-sdhci.c | 38 struct mmc_ios *ios, in s5pc100_setup_sdhci0_cfg_card()
|
/linux-2.6.39/arch/arm/mach-exynos4/ |
D | setup-sdhci.c | 34 struct mmc_ios *ios, struct mmc_card *card) in exynos4_setup_sdhci_cfg_card()
|
/linux-2.6.39/drivers/mmc/core/ |
D | debugfs.c | 45 struct mmc_ios *ios = &host->ios; in mmc_ios_show()
|
/linux-2.6.39/drivers/mmc/host/ |
D | sdricoh_cs.c | 354 static void sdricoh_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sdricoh_set_ios()
|
D | sdhci-s3c.c | 208 struct mmc_ios ios; in sdhci_s3c_set_clock()
|
D | ushc.c | 375 static void ushc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in ushc_set_ios()
|
D | davinci_mmc.c | 761 static void calculate_clk_divider(struct mmc_host *mmc, struct mmc_ios *ios) in calculate_clk_divider() 807 static void mmc_davinci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mmc_davinci_set_ios()
|
D | bfin_sdh.c | 343 static void sdh_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sdh_set_ios()
|
D | cb710-mmc.c | 561 static void cb710_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in cb710_mmc_set_ios()
|
D | omap.c | 1207 static int mmc_omap_calc_divisor(struct mmc_host *mmc, struct mmc_ios *ios) in mmc_omap_calc_divisor() 1235 static void mmc_omap_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mmc_omap_set_ios()
|
D | mxs-mmc.c | 603 static void mxs_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mxs_mmc_set_ios()
|
D | s3cmci.c | 1205 static void s3cmci_set_clk(struct s3cmci_host *host, struct mmc_ios *ios) in s3cmci_set_clk() 1228 static void s3cmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in s3cmci_set_ios()
|
D | sdhci.c | 184 static void sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios); 1160 static void sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sdhci_set_ios()
|
D | tmio_mmc_pio.c | 723 static void tmio_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in tmio_mmc_set_ios()
|
D | pxamci.c | 465 static void pxamci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in pxamci_set_ios()
|
D | jz4740_mmc.c | 616 static void jz4740_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in jz4740_mmc_set_ios()
|
D | mvsdio.c | 609 static void mvsd_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mvsd_set_ios()
|
D | at91_mci.c | 705 static void at91_mci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in at91_mci_set_ios()
|
D | mxcmmc.c | 712 static void mxcmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mxcmci_set_ios()
|
D | au1xmmc.c | 751 static void au1xmmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in au1xmmc_set_ios()
|
12