/drivers/mmc/host/ |
D | cb710-mmc.c | 28 static void cb710_mmc_select_clock_divider(struct mmc_host *mmc, int hz) in cb710_mmc_select_clock_divider() 444 static int cb710_mmc_command(struct mmc_host *mmc, struct mmc_command *cmd) in cb710_mmc_command() 484 static void cb710_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in cb710_mmc_request() 561 static void cb710_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in cb710_mmc_set_ios() 600 static int cb710_mmc_get_ro(struct mmc_host *mmc) in cb710_mmc_get_ro() 608 static int cb710_mmc_get_cd(struct mmc_host *mmc) in cb710_mmc_get_cd() 618 struct mmc_host *mmc = cb710_slot_to_mmc(slot); in cb710_mmc_irq_handler() local 650 struct mmc_host *mmc = (void *)data; in cb710_mmc_finish_request_tasklet() local 670 struct mmc_host *mmc = cb710_slot_to_mmc(slot); in cb710_mmc_suspend() local 684 struct mmc_host *mmc = cb710_slot_to_mmc(slot); in cb710_mmc_resume() local [all …]
|
D | tmio_mmc_pio.c | 126 static void tmio_mmc_enable_sdio_irq(struct mmc_host *mmc, int enable) in tmio_mmc_enable_sdio_irq() 568 struct mmc_host *mmc = host->mmc; in __tmio_mmc_card_detect_irq() local 640 struct mmc_host *mmc = host->mmc; in tmio_mmc_sdio_irq() local 710 static void tmio_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in tmio_mmc_request() 760 static void tmio_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in tmio_mmc_set_ios() 840 static int tmio_mmc_get_ro(struct mmc_host *mmc) in tmio_mmc_get_ro() 849 static int tmio_mmc_get_cd(struct mmc_host *mmc) in tmio_mmc_get_cd() 873 struct mmc_host *mmc; in tmio_mmc_host_probe() local 1004 struct mmc_host *mmc = host->mmc; in tmio_mmc_host_remove() local 1034 struct mmc_host *mmc = dev_get_drvdata(dev); in tmio_mmc_host_suspend() local [all …]
|
D | sdricoh_cs.c | 94 struct mmc_host *mmc; /* MMC structure */ member 265 static void sdricoh_request(struct mmc_host *mmc, struct mmc_request *mrq) in sdricoh_request() 355 static void sdricoh_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sdricoh_set_ios() 376 static int sdricoh_get_ro(struct mmc_host *mmc) in sdricoh_get_ro() 403 struct mmc_host *mmc = NULL; in sdricoh_init_mmc() local 500 struct mmc_host *mmc = link->priv; in sdricoh_pcmcia_detach() local 519 struct mmc_host *mmc = link->priv; in sdricoh_pcmcia_suspend() local 527 struct mmc_host *mmc = link->priv; in sdricoh_pcmcia_resume() local
|
D | at91_mci.c | 115 struct mmc_host *mmc; member 690 static void at91_mci_request(struct mmc_host *mmc, struct mmc_request *mrq) in at91_mci_request() 705 static void at91_mci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in at91_mci_set_ios() 895 static int at91_mci_get_ro(struct mmc_host *mmc) in at91_mci_get_ro() 908 static void at91_mci_enable_sdio_irq(struct mmc_host *mmc, int enable) in at91_mci_enable_sdio_irq() 931 struct mmc_host *mmc; in at91_mci_probe() local 1114 struct mmc_host *mmc = platform_get_drvdata(pdev); in at91_mci_remove() local 1161 struct mmc_host *mmc = platform_get_drvdata(pdev); in at91_mci_suspend() local 1176 struct mmc_host *mmc = platform_get_drvdata(pdev); in at91_mci_resume() local
|
D | mvsdio.c | 50 struct mmc_host *mmc; member 138 static void mvsd_request(struct mmc_host *mmc, struct mmc_request *mrq) in mvsd_request() 548 static void mvsd_enable_sdio_irq(struct mmc_host *mmc, int enable) in mvsd_enable_sdio_irq() 567 static int mvsd_get_ro(struct mmc_host *mmc) in mvsd_get_ro() 609 static void mvsd_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mvsd_set_ios() 706 struct mmc_host *mmc = NULL; in mvsd_probe() local 840 struct mmc_host *mmc = platform_get_drvdata(pdev); in mvsd_remove() local 866 struct mmc_host *mmc = platform_get_drvdata(dev); in mvsd_suspend() local 877 struct mmc_host *mmc = platform_get_drvdata(dev); in mvsd_resume() local
|
D | omap_hsmmc.c | 141 struct mmc_host *mmc; member 185 struct omap_mmc_platform_data *mmc = dev->platform_data; in omap_hsmmc_card_detect() local 193 struct omap_mmc_platform_data *mmc = dev->platform_data; in omap_hsmmc_get_wp() local 201 struct omap_mmc_platform_data *mmc = dev->platform_data; in omap_hsmmc_get_cover_state() local 211 struct omap_mmc_platform_data *mmc = dev->platform_data; in omap_hsmmc_suspend_cdirq() local 219 struct omap_mmc_platform_data *mmc = dev->platform_data; in omap_hsmmc_resume_cdirq() local 713 struct mmc_host *mmc = container_of(dev, struct mmc_host, class_dev); in omap_hsmmc_show_cover_switch() local 726 struct mmc_host *mmc = container_of(dev, struct mmc_host, class_dev); in omap_hsmmc_show_slot_name() local 1435 static void omap_hsmmc_post_req(struct mmc_host *mmc, struct mmc_request *mrq, in omap_hsmmc_post_req() 1450 static void omap_hsmmc_pre_req(struct mmc_host *mmc, struct mmc_request *mrq, in omap_hsmmc_pre_req() [all …]
|
D | pxamci.c | 51 struct mmc_host *mmc; member 417 static void pxamci_request(struct mmc_host *mmc, struct mmc_request *mrq) in pxamci_request() 446 static int pxamci_get_ro(struct mmc_host *mmc) in pxamci_get_ro() 465 static void pxamci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in pxamci_set_ios() 578 struct mmc_host *mmc; in pxamci_probe() local 783 struct mmc_host *mmc = platform_get_drvdata(pdev); in pxamci_remove() local 837 struct mmc_host *mmc = dev_get_drvdata(dev); in pxamci_suspend() local 848 struct mmc_host *mmc = dev_get_drvdata(dev); in pxamci_resume() local
|
D | s3cmci.c | 1124 static void s3cmci_send_request(struct mmc_host *mmc) in s3cmci_send_request() 1176 static int s3cmci_card_present(struct mmc_host *mmc) in s3cmci_card_present() 1189 static void s3cmci_request(struct mmc_host *mmc, struct mmc_request *mrq) in s3cmci_request() 1228 static void s3cmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in s3cmci_set_ios() 1297 static int s3cmci_get_ro(struct mmc_host *mmc) in s3cmci_get_ro() 1312 static void s3cmci_enable_sdio_irq(struct mmc_host *mmc, int enable) in s3cmci_enable_sdio_irq() 1373 struct mmc_host *mmc; in s3cmci_cpufreq_transition() local 1550 struct mmc_host *mmc; in s3cmci_probe() local 1814 struct mmc_host *mmc = platform_get_drvdata(pdev); in s3cmci_shutdown() local 1828 struct mmc_host *mmc = platform_get_drvdata(pdev); in s3cmci_remove() local [all …]
|
D | wbsd.c | 754 static void wbsd_request(struct mmc_host *mmc, struct mmc_request *mrq) in wbsd_request() 851 static void wbsd_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in wbsd_set_ios() 924 static int wbsd_get_ro(struct mmc_host *mmc) in wbsd_get_ro() 1201 struct mmc_host *mmc; in wbsd_alloc_mmc() local 1270 struct mmc_host *mmc; in wbsd_free_mmc() local 1651 struct mmc_host *mmc = NULL; in wbsd_init() local 1740 struct mmc_host *mmc = dev_get_drvdata(dev); in wbsd_shutdown() local 1836 struct mmc_host *mmc = platform_get_drvdata(dev); in wbsd_platform_suspend() local 1858 struct mmc_host *mmc = platform_get_drvdata(dev); in wbsd_platform_resume() local 1882 struct mmc_host *mmc = dev_get_drvdata(&pnp_dev->dev); in wbsd_pnp_suspend() local [all …]
|
D | bfin_sdh.c | 60 struct mmc_host *mmc; member 323 static void sdh_request(struct mmc_host *mmc, struct mmc_request *mrq) in sdh_request() 343 static void sdh_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sdh_set_ios() 454 struct mmc_host *mmc; in sdh_probe() local 551 struct mmc_host *mmc = platform_get_drvdata(pdev); in sdh_remove() local 574 struct mmc_host *mmc = platform_get_drvdata(dev); in sdh_suspend() local 589 struct mmc_host *mmc = platform_get_drvdata(dev); in sdh_resume() local
|
D | mmci.c | 520 static void mmci_pre_request(struct mmc_host *mmc, struct mmc_request *mrq, in mmci_pre_request() 545 static void mmci_post_request(struct mmc_host *mmc, struct mmc_request *mrq, in mmci_post_request() 1031 static void mmci_request(struct mmc_host *mmc, struct mmc_request *mrq) in mmci_request() 1063 static void mmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mmci_set_ios() 1149 static int mmci_get_ro(struct mmc_host *mmc) in mmci_get_ro() 1159 static int mmci_get_cd(struct mmc_host *mmc) in mmci_get_cd() 1205 struct mmc_host *mmc; in mmci_probe() local 1456 struct mmc_host *mmc = amba_get_drvdata(dev); in mmci_remove() local 1510 struct mmc_host *mmc = amba_get_drvdata(adev); in mmci_suspend() local 1529 struct mmc_host *mmc = amba_get_drvdata(adev); in mmci_resume() local
|
D | mxs-mmc.c | 142 struct mmc_host *mmc; member 166 static int mxs_mmc_get_ro(struct mmc_host *mmc) in mxs_mmc_get_ro() 181 static int mxs_mmc_get_cd(struct mmc_host *mmc) in mxs_mmc_get_cd() 568 static void mxs_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in mxs_mmc_request() 613 static void mxs_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mxs_mmc_set_ios() 628 static void mxs_mmc_enable_sdio_irq(struct mmc_host *mmc, int enable) in mxs_mmc_enable_sdio_irq() 682 struct mmc_host *mmc; in mxs_mmc_probe() local 799 struct mmc_host *mmc = platform_get_drvdata(pdev); in mxs_mmc_remove() local 827 struct mmc_host *mmc = dev_get_drvdata(dev); in mxs_mmc_suspend() local 840 struct mmc_host *mmc = dev_get_drvdata(dev); in mxs_mmc_resume() local
|
D | mxcmmc.c | 116 struct mmc_host *mmc; member 636 static void mxcmci_request(struct mmc_host *mmc, struct mmc_request *req) in mxcmci_request() 704 static int mxcmci_setup_dma(struct mmc_host *mmc) in mxcmci_setup_dma() 720 static void mxcmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mxcmci_set_ios() 771 struct mmc_host *mmc = data; in mxcmci_detect_irq() local 779 static int mxcmci_get_ro(struct mmc_host *mmc) in mxcmci_get_ro() 792 static void mxcmci_enable_sdio_irq(struct mmc_host *mmc, int enable) in mxcmci_enable_sdio_irq() 848 struct mmc_host *mmc; in mxcmci_probe() local 983 struct mmc_host *mmc = platform_get_drvdata(pdev); in mxcmci_remove() local 1015 struct mmc_host *mmc = dev_get_drvdata(dev); in mxcmci_suspend() local [all …]
|
D | msm_sdcc.c | 899 msmsdcc_request(struct mmc_host *mmc, struct mmc_request *mrq) in msmsdcc_request() 982 msmsdcc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in msmsdcc_set_ios() 1048 static void msmsdcc_enable_sdio_irq(struct mmc_host *mmc, int enable) in msmsdcc_enable_sdio_irq() 1067 static void msmsdcc_init_card(struct mmc_host *mmc, struct mmc_card *card) in msmsdcc_init_card() 1172 struct mmc_host *mmc; in msmsdcc_probe() local 1414 struct mmc_host *mmc = host->mmc; in do_resume_work() local 1428 struct mmc_host *mmc = mmc_get_drvdata(dev); in msmsdcc_suspend() local 1450 struct mmc_host *mmc = mmc_get_drvdata(dev); in msmsdcc_resume() local
|
D | imxmmc.c | 43 struct mmc_host *mmc; member 779 static void imxmci_request(struct mmc_host *mmc, struct mmc_request *req) in imxmci_request() 807 static void imxmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in imxmci_set_ios() 890 static int imxmci_get_ro(struct mmc_host *mmc) in imxmci_get_ro() 939 struct mmc_host *mmc; in imxmci_probe() local 1080 struct mmc_host *mmc = platform_get_drvdata(pdev); in imxmci_remove() local 1114 struct mmc_host *mmc = platform_get_drvdata(dev); in imxmci_suspend() local 1125 struct mmc_host *mmc = platform_get_drvdata(dev); in imxmci_resume() local
|
D | mmc_spi.c | 125 struct mmc_host *mmc; member 1055 static void mmc_spi_request(struct mmc_host *mmc, struct mmc_request *mrq) in mmc_spi_request() 1186 static void mmc_spi_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mmc_spi_set_ios() 1275 static int mmc_spi_get_ro(struct mmc_host *mmc) in mmc_spi_get_ro() 1288 static int mmc_spi_get_cd(struct mmc_host *mmc) in mmc_spi_get_cd() 1312 mmc_spi_detect_irq(int irq, void *mmc) in mmc_spi_detect_irq() 1324 struct mmc_host *mmc; in mmc_spi_probe() local 1490 struct mmc_host *mmc = dev_get_drvdata(&spi->dev); in mmc_spi_remove() local
|
D | dw_mmc.c | 87 struct mmc_host *mmc; member 186 struct mmc_host *mmc = slot->mmc; in dw_mci_init_debugfs() local 232 static u32 dw_mci_prepare_command(struct mmc_host *mmc, struct mmc_command *cmd) in dw_mci_prepare_command() 480 static void dw_mci_pre_req(struct mmc_host *mmc, in dw_mci_pre_req() 499 static void dw_mci_post_req(struct mmc_host *mmc, in dw_mci_post_req() 737 static void dw_mci_request(struct mmc_host *mmc, struct mmc_request *mrq) in dw_mci_request() 763 static void dw_mci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in dw_mci_set_ios() 810 static int dw_mci_get_ro(struct mmc_host *mmc) in dw_mci_get_ro() 829 static int dw_mci_get_cd(struct mmc_host *mmc) in dw_mci_get_cd() 852 static void dw_mci_enable_sdio_irq(struct mmc_host *mmc, int enb) in dw_mci_enable_sdio_irq() [all …]
|
D | sdhci.c | 1241 static void sdhci_request(struct mmc_host *mmc, struct mmc_request *mrq) in sdhci_request() 1485 static void sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sdhci_set_ios() 1536 static void sdhci_hw_reset(struct mmc_host *mmc) in sdhci_hw_reset() 1544 static int sdhci_get_ro(struct mmc_host *mmc) in sdhci_get_ro() 1577 static void sdhci_enable_sdio_irq(struct mmc_host *mmc, int enable) in sdhci_enable_sdio_irq() 1686 static int sdhci_start_signal_voltage_switch(struct mmc_host *mmc, in sdhci_start_signal_voltage_switch() 1700 static int sdhci_execute_tuning(struct mmc_host *mmc, u32 opcode) in sdhci_execute_tuning() 1925 static void sdhci_enable_preset_value(struct mmc_host *mmc, bool enable) in sdhci_enable_preset_value() 2573 struct mmc_host *mmc; in sdhci_alloc_host() local 2592 struct mmc_host *mmc; in sdhci_add_host() local
|
D | ushc.c | 95 struct mmc_host *mmc; member 252 static void ushc_request(struct mmc_host *mmc, struct mmc_request *req) in ushc_request() 375 static void ushc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in ushc_set_ios() 384 static int ushc_get_cd(struct mmc_host *mmc) in ushc_get_cd() 391 static void ushc_enable_sdio_irq(struct mmc_host *mmc, int enable) in ushc_enable_sdio_irq() 425 struct mmc_host *mmc; in ushc_probe() local
|
D | goldfish.c | 125 struct mmc_host * mmc; member 425 static void goldfish_mmc_request(struct mmc_host *mmc, struct mmc_request *req) in goldfish_mmc_request() 442 static void goldfish_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in goldfish_mmc_set_ios() 450 static int goldfish_mmc_get_ro(struct mmc_host *mmc) in goldfish_mmc_get_ro() 467 struct mmc_host *mmc; in goldfish_mmc_probe() local
|
D | omap.c | 116 struct mmc_host *mmc; member 126 struct mmc_host * mmc; member 316 struct mmc_host *mmc = container_of(dev, struct mmc_host, class_dev); in mmc_omap_show_cover_switch() local 329 struct mmc_host *mmc = container_of(dev, struct mmc_host, class_dev); in mmc_omap_show_slot_name() local 452 struct mmc_host *mmc; in mmc_omap_xfer_done() local 585 struct mmc_host *mmc; in mmc_omap_cmd_done() local 614 struct mmc_host *mmc; in mmc_omap_abort_command() local 1164 static void mmc_omap_request(struct mmc_host *mmc, struct mmc_request *req) in mmc_omap_request() 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() [all …]
|
D | davinci_mmc.c | 180 struct mmc_host *mmc; member 731 static void mmc_davinci_request(struct mmc_host *mmc, struct mmc_request *req) in mmc_davinci_request() 786 static void calculate_clk_divider(struct mmc_host *mmc, struct mmc_ios *ios) in calculate_clk_divider() 832 static void mmc_davinci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mmc_davinci_set_ios() 1157 static int mmc_davinci_get_cd(struct mmc_host *mmc) in mmc_davinci_get_cd() 1167 static int mmc_davinci_get_ro(struct mmc_host *mmc) in mmc_davinci_get_ro() 1177 static void mmc_davinci_enable_sdio_irq(struct mmc_host *mmc, int enable) in mmc_davinci_enable_sdio_irq() 1213 struct mmc_host *mmc; in mmc_davinci_cpufreq_transition() local 1271 struct mmc_host *mmc = NULL; in davinci_mmcsd_probe() local
|
D | tifm_sd.c | 621 static void tifm_sd_request(struct mmc_host *mmc, struct mmc_request *mrq) in tifm_sd_request() 739 struct mmc_host *mmc = tifm_get_drvdata(sock); in tifm_sd_end_cmd() local 797 static void tifm_sd_ios(struct mmc_host *mmc, struct mmc_ios *ios) in tifm_sd_ios() 864 static int tifm_sd_ro(struct mmc_host *mmc) in tifm_sd_ro() 949 struct mmc_host *mmc; in tifm_sd_probe() local 1000 struct mmc_host *mmc = tifm_get_drvdata(sock); in tifm_sd_remove() local 1038 struct mmc_host *mmc = tifm_get_drvdata(sock); in tifm_sd_resume() local
|
/drivers/mfd/ |
D | tc6387xb.c | 81 static void tc6387xb_mmc_pwr(struct platform_device *mmc, int state) in tc6387xb_mmc_pwr() 89 static void tc6387xb_mmc_clk_div(struct platform_device *mmc, int state) in tc6387xb_mmc_clk_div() 98 static int tc6387xb_mmc_enable(struct platform_device *mmc) in tc6387xb_mmc_enable() 111 static int tc6387xb_mmc_disable(struct platform_device *mmc) in tc6387xb_mmc_disable()
|
D | t7l66xb.c | 83 static int t7l66xb_mmc_enable(struct platform_device *mmc) in t7l66xb_mmc_enable() 106 static int t7l66xb_mmc_disable(struct platform_device *mmc) in t7l66xb_mmc_disable() 126 static void t7l66xb_mmc_pwr(struct platform_device *mmc, int state) in t7l66xb_mmc_pwr() 134 static void t7l66xb_mmc_clk_div(struct platform_device *mmc, int state) in t7l66xb_mmc_clk_div()
|