Home
last modified time | relevance | path

Searched defs:mmc (Results 1 – 78 of 78) sorted by relevance

/linux-4.4.14/drivers/mmc/host/
Dtmio_mmc_pio.c131 static void tmio_mmc_enable_sdio_irq(struct mmc_host *mmc, int enable) in tmio_mmc_enable_sdio_irq()
641 struct mmc_host *mmc = host->mmc; in __tmio_mmc_card_detect_irq() local
713 struct mmc_host *mmc = host->mmc; in tmio_mmc_sdio_irq() local
788 static void tmio_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in tmio_mmc_request()
839 struct mmc_host *mmc = host->mmc; in tmio_mmc_clk_update() local
854 struct mmc_host *mmc = host->mmc; in tmio_mmc_power_on() local
888 struct mmc_host *mmc = host->mmc; in tmio_mmc_power_off() local
919 static void tmio_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in tmio_mmc_set_ios()
988 static int tmio_mmc_get_ro(struct mmc_host *mmc) in tmio_mmc_get_ro()
1028 struct mmc_host *mmc = host->mmc; in tmio_mmc_init_ocr() local
[all …]
Dcb710-mmc.c28 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
689 struct mmc_host *mmc; in cb710_mmc_init() local
744 struct mmc_host *mmc = cb710_slot_to_mmc(slot); in cb710_mmc_exit() local
Dtoshsd.c81 static void __toshsd_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in __toshsd_set_ios()
499 static void toshsd_request(struct mmc_host *mmc, struct mmc_request *mrq) in toshsd_request()
527 static void toshsd_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in toshsd_set_ios()
537 static int toshsd_get_ro(struct mmc_host *mmc) in toshsd_get_ro()
545 static int toshsd_get_cd(struct mmc_host *mmc) in toshsd_get_cd()
611 struct mmc_host *mmc; in toshsd_probe() local
Dmxs-mmc.c65 struct mmc_host *mmc; member
76 static int mxs_mmc_get_cd(struct mmc_host *mmc) in mxs_mmc_get_cd()
490 static void mxs_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in mxs_mmc_request()
499 static void mxs_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mxs_mmc_set_ios()
514 static void mxs_mmc_enable_sdio_irq(struct mmc_host *mmc, int enable) in mxs_mmc_enable_sdio_irq()
578 struct mmc_host *mmc; in mxs_mmc_probe() local
690 struct mmc_host *mmc = platform_get_drvdata(pdev); in mxs_mmc_remove() local
709 struct mmc_host *mmc = dev_get_drvdata(dev); in mxs_mmc_suspend() local
719 struct mmc_host *mmc = dev_get_drvdata(dev); in mxs_mmc_resume() local
Dwmt-sdmmc.c189 struct mmc_host *mmc; member
226 static void wmt_mci_read_response(struct mmc_host *mmc) in wmt_mci_read_response()
257 static int wmt_mci_send_command(struct mmc_host *mmc, u8 command, u8 cmdtype, in wmt_mci_send_command()
465 static void wmt_reset_hardware(struct mmc_host *mmc) in wmt_reset_hardware()
504 static int wmt_dma_init(struct mmc_host *mmc) in wmt_dma_init()
528 static void wmt_dma_config(struct mmc_host *mmc, u32 descaddr, u8 dir) in wmt_dma_config()
562 static void wmt_mci_request(struct mmc_host *mmc, struct mmc_request *req) in wmt_mci_request()
673 static void wmt_mci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in wmt_mci_set_ios()
713 static int wmt_mci_get_ro(struct mmc_host *mmc) in wmt_mci_get_ro()
720 static int wmt_mci_get_cd(struct mmc_host *mmc) in wmt_mci_get_cd()
[all …]
Dsdhci.c1288 struct mmc_host *mmc = host->mmc; in sdhci_set_power() local
1370 static void sdhci_request(struct mmc_host *mmc, struct mmc_request *mrq) in sdhci_request()
1468 struct mmc_host *mmc = host->mmc; in sdhci_do_set_ios() local
1622 static void sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sdhci_set_ios()
1657 static int sdhci_get_cd(struct mmc_host *mmc) in sdhci_get_cd()
1710 static void sdhci_hw_reset(struct mmc_host *mmc) in sdhci_hw_reset()
1718 static int sdhci_get_ro(struct mmc_host *mmc) in sdhci_get_ro()
1743 static void sdhci_enable_sdio_irq(struct mmc_host *mmc, int enable) in sdhci_enable_sdio_irq()
1765 struct mmc_host *mmc = host->mmc; in sdhci_do_start_signal_voltage_switch() local
1853 static int sdhci_start_signal_voltage_switch(struct mmc_host *mmc, in sdhci_start_signal_voltage_switch()
[all …]
Drtsx_pci_sdmmc.c39 struct mmc_host *mmc; member
194 static void sdmmc_pre_req(struct mmc_host *mmc, struct mmc_request *mrq, in sdmmc_pre_req()
211 static void sdmmc_post_req(struct mmc_host *mmc, struct mmc_request *mrq, in sdmmc_post_req()
445 struct mmc_host *mmc = host->mmc; in sd_read_long_data() local
503 struct mmc_host *mmc = host->mmc; in sd_write_long_data() local
805 struct mmc_host *mmc = host->mmc; in sd_request() local
876 static void sdmmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in sdmmc_request()
1050 static void sdmmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sdmmc_set_ios()
1098 static int sdmmc_get_ro(struct mmc_host *mmc) in sdmmc_get_ro()
1123 static int sdmmc_get_cd(struct mmc_host *mmc) in sdmmc_get_cd()
[all …]
Dsdricoh_cs.c94 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
525 struct mmc_host *mmc = link->priv; in sdricoh_pcmcia_resume() local
Dsdhci-msm.c62 struct mmc_host *mmc; member
71 struct mmc_host *mmc = host->mmc; in msm_dll_poll_ck_out_en() local
101 struct mmc_host *mmc = host->mmc; in msm_config_cm_dll_phase() local
166 struct mmc_host *mmc = host->mmc; in msm_find_most_appropriate_phase() local
290 struct mmc_host *mmc = host->mmc; in msm_init_cm_dll() local
351 struct mmc_host *mmc = host->mmc; in sdhci_msm_execute_tuning() local
Drtsx_usb_sdmmc.c47 struct mmc_host *mmc; member
763 static int sdmmc_get_ro(struct mmc_host *mmc) in sdmmc_get_ro()
791 static int sdmmc_get_cd(struct mmc_host *mmc) in sdmmc_get_cd()
822 static void sdmmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in sdmmc_request()
1133 static void sdmmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sdmmc_set_ios()
1179 static int sdmmc_switch_voltage(struct mmc_host *mmc, struct mmc_ios *ios) in sdmmc_switch_voltage()
1228 static int sdmmc_card_busy(struct mmc_host *mmc) in sdmmc_card_busy()
1268 static int sdmmc_execute_tuning(struct mmc_host *mmc, u32 opcode) in sdmmc_execute_tuning()
1330 struct mmc_host *mmc = host->mmc; in rtsx_usb_init_host() local
1355 struct mmc_host *mmc; in rtsx_usb_sdmmc_drv_probe() local
[all …]
Dwbsd.c754 static void wbsd_request(struct mmc_host *mmc, struct mmc_request *mrq) in wbsd_request()
850 static void wbsd_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in wbsd_set_ios()
923 static int wbsd_get_ro(struct mmc_host *mmc) in wbsd_get_ro()
1200 struct mmc_host *mmc; in wbsd_alloc_mmc() local
1269 struct mmc_host *mmc; in wbsd_free_mmc() local
1650 struct mmc_host *mmc = NULL; in wbsd_init() local
1734 struct mmc_host *mmc = dev_get_drvdata(dev); in wbsd_shutdown() local
1814 struct mmc_host *mmc = platform_get_drvdata(dev); in wbsd_platform_suspend() local
1830 struct mmc_host *mmc = platform_get_drvdata(dev); in wbsd_platform_resume() local
1855 struct mmc_host *mmc = dev_get_drvdata(&pnp_dev->dev); in wbsd_pnp_suspend() local
[all …]
Domap_hsmmc.c178 struct mmc_host *mmc; member
248 static int omap_hsmmc_enable_supply(struct mmc_host *mmc) in omap_hsmmc_enable_supply()
279 static int omap_hsmmc_disable_supply(struct mmc_host *mmc) in omap_hsmmc_disable_supply()
358 struct mmc_host *mmc = host->mmc; in omap_hsmmc_set_power() local
438 struct mmc_host *mmc = host->mmc; in omap_hsmmc_disable_boot_regulators() local
473 struct mmc_host *mmc = host->mmc; in omap_hsmmc_reg_get() local
526 static int omap_hsmmc_gpio_init(struct mmc_host *mmc, in omap_hsmmc_gpio_init()
858 struct mmc_host *mmc = container_of(dev, struct mmc_host, class_dev); in omap_hsmmc_show_cover_switch() local
871 struct mmc_host *mmc = container_of(dev, struct mmc_host, class_dev); in omap_hsmmc_show_slot_name() local
1558 static void omap_hsmmc_post_req(struct mmc_host *mmc, struct mmc_request *mrq, in omap_hsmmc_post_req()
[all …]
Dmxcmmc.c126 struct mmc_host *mmc; member
761 static void mxcmci_request(struct mmc_host *mmc, struct mmc_request *req) in mxcmci_request()
829 static int mxcmci_setup_dma(struct mmc_host *mmc) in mxcmci_setup_dma()
845 static void mxcmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mxcmci_set_ios()
896 struct mmc_host *mmc = data; in mxcmci_detect_irq() local
904 static int mxcmci_get_ro(struct mmc_host *mmc) in mxcmci_get_ro()
918 static void mxcmci_enable_sdio_irq(struct mmc_host *mmc, int enable) in mxcmci_enable_sdio_irq()
968 struct mmc_host *mmc = (struct mmc_host *)data; in mxcmci_watchdog() local
1005 struct mmc_host *mmc; in mxcmci_probe() local
1185 struct mmc_host *mmc = platform_get_drvdata(pdev); in mxcmci_remove() local
[all …]
Dmmci.c223 static int mmci_card_busy(struct mmc_host *mmc) in mmci_card_busy()
695 static void mmci_pre_request(struct mmc_host *mmc, struct mmc_request *mrq, in mmci_pre_request()
714 static void mmci_post_request(struct mmc_host *mmc, struct mmc_request *mrq, in mmci_post_request()
1280 static void mmci_request(struct mmc_host *mmc, struct mmc_request *mrq) in mmci_request()
1313 static void mmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mmci_set_ios()
1422 static int mmci_get_cd(struct mmc_host *mmc) in mmci_get_cd()
1437 static int mmci_sig_volt_switch(struct mmc_host *mmc, struct mmc_ios *ios) in mmci_sig_volt_switch()
1480 static int mmci_of_parse(struct device_node *np, struct mmc_host *mmc) in mmci_of_parse()
1516 struct mmc_host *mmc; in mmci_probe() local
1755 struct mmc_host *mmc = amba_get_drvdata(dev); in mmci_remove() local
[all …]
Dmvsdio.c54 struct mmc_host *mmc; member
142 static void mvsd_request(struct mmc_host *mmc, struct mmc_request *mrq) in mvsd_request()
556 static void mvsd_enable_sdio_irq(struct mmc_host *mmc, int enable) in mvsd_enable_sdio_irq()
603 static void mvsd_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mvsd_set_ios()
701 struct mmc_host *mmc = NULL; in mvsd_probe() local
835 struct mmc_host *mmc = platform_get_drvdata(pdev); in mvsd_remove() local
Dandroid-goldfish.c118 struct mmc_host *mmc; member
413 static void goldfish_mmc_request(struct mmc_host *mmc, struct mmc_request *req) in goldfish_mmc_request()
432 static void goldfish_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in goldfish_mmc_set_ios()
440 static int goldfish_mmc_get_ro(struct mmc_host *mmc) in goldfish_mmc_get_ro()
457 struct mmc_host *mmc; in goldfish_mmc_probe() local
Dpxamci.c56 struct mmc_host *mmc; member
425 static void pxamci_request(struct mmc_host *mmc, struct mmc_request *mrq) in pxamci_request()
454 static int pxamci_get_ro(struct mmc_host *mmc) in pxamci_get_ro()
469 static void pxamci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in pxamci_set_ios()
644 struct mmc_host *mmc; in pxamci_probe() local
849 struct mmc_host *mmc = platform_get_drvdata(pdev); in pxamci_remove() local
Dushc.c95 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
Domap.c116 struct mmc_host *mmc; member
125 struct mmc_host * mmc; member
313 struct mmc_host *mmc = container_of(dev, struct mmc_host, class_dev); in mmc_omap_show_cover_switch() local
326 struct mmc_host *mmc = container_of(dev, struct mmc_host, class_dev); in mmc_omap_show_slot_name() local
459 struct mmc_host *mmc; in mmc_omap_xfer_done() local
582 struct mmc_host *mmc; in mmc_omap_cmd_done() local
611 struct mmc_host *mmc; in mmc_omap_abort_command() local
1084 static void mmc_omap_request(struct mmc_host *mmc, struct mmc_request *req) in mmc_omap_request()
1126 static int mmc_omap_calc_divisor(struct mmc_host *mmc, struct mmc_ios *ios) in mmc_omap_calc_divisor()
1154 static void mmc_omap_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mmc_omap_set_ios()
[all …]
Ds3cmci.c1129 static void s3cmci_send_request(struct mmc_host *mmc) in s3cmci_send_request()
1181 static int s3cmci_card_present(struct mmc_host *mmc) in s3cmci_card_present()
1194 static void s3cmci_request(struct mmc_host *mmc, struct mmc_request *mrq) in s3cmci_request()
1233 static void s3cmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in s3cmci_set_ios()
1299 static int s3cmci_get_ro(struct mmc_host *mmc) in s3cmci_get_ro()
1314 static void s3cmci_enable_sdio_irq(struct mmc_host *mmc, int enable) in s3cmci_enable_sdio_irq()
1375 struct mmc_host *mmc; in s3cmci_cpufreq_transition() local
1552 struct mmc_host *mmc; in s3cmci_probe() local
1812 struct mmc_host *mmc = platform_get_drvdata(pdev); in s3cmci_shutdown() local
1826 struct mmc_host *mmc = platform_get_drvdata(pdev); in s3cmci_remove() local
Dmtk-sd.c297 struct mmc_host *mmc; /* mmc structure */ member
880 static void msdc_ops_request(struct mmc_host *mmc, struct mmc_request *mrq) in msdc_ops_request()
904 static void msdc_pre_req(struct mmc_host *mmc, struct mmc_request *mrq, in msdc_pre_req()
917 static void msdc_post_req(struct mmc_host *mmc, struct mmc_request *mrq, in msdc_post_req()
1020 static int msdc_ops_switch_volt(struct mmc_host *mmc, struct mmc_ios *ios) in msdc_ops_switch_volt()
1054 static int msdc_card_busy(struct mmc_host *mmc) in msdc_card_busy()
1205 static void msdc_ops_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in msdc_ops_set_ios()
1312 static int msdc_tune_response(struct mmc_host *mmc, u32 opcode) in msdc_tune_response()
1358 static int msdc_tune_data(struct mmc_host *mmc, u32 opcode) in msdc_tune_data()
1412 static int msdc_execute_tuning(struct mmc_host *mmc, u32 opcode) in msdc_execute_tuning()
[all …]
Dbfin_sdh.c59 struct mmc_host *mmc; member
333 static void sdh_request(struct mmc_host *mmc, struct mmc_request *mrq) in sdh_request()
356 static void sdh_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sdh_set_ios()
526 struct mmc_host *mmc; in sdh_probe() local
621 struct mmc_host *mmc = platform_get_drvdata(pdev); in sdh_remove() local
Dsh_mobile_sdhi.c116 struct mmc_host *mmc = platform_get_drvdata(pdev); in sh_mobile_sdhi_clk_enable() local
133 struct mmc_host *mmc = platform_get_drvdata(pdev); in sh_mobile_sdhi_clk_disable() local
364 struct mmc_host *mmc = platform_get_drvdata(pdev); in sh_mobile_sdhi_remove() local
Dmmc_spi.c126 struct mmc_host *mmc; member
1050 static void mmc_spi_request(struct mmc_host *mmc, struct mmc_request *mrq) in mmc_spi_request()
1181 static void mmc_spi_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mmc_spi_set_ios()
1285 mmc_spi_detect_irq(int irq, void *mmc) in mmc_spi_detect_irq()
1297 struct mmc_host *mmc; in mmc_spi_probe() local
1486 struct mmc_host *mmc = dev_get_drvdata(&spi->dev); in mmc_spi_remove() local
Dmoxart-mmc.c132 struct mmc_host *mmc; member
397 static void moxart_request(struct mmc_host *mmc, struct mmc_request *mrq) in moxart_request()
493 static void moxart_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in moxart_set_ios()
543 static int moxart_get_ro(struct mmc_host *mmc) in moxart_get_ro()
561 struct mmc_host *mmc; in moxart_probe() local
688 struct mmc_host *mmc = dev_get_drvdata(&pdev->dev); in moxart_remove() local
Ddw_mmc.c190 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()
824 static void dw_mci_pre_req(struct mmc_host *mmc, in dw_mci_pre_req()
843 static void dw_mci_post_req(struct mmc_host *mmc, in dw_mci_post_req()
1247 static void dw_mci_request(struct mmc_host *mmc, struct mmc_request *mrq) in dw_mci_request()
1273 static void dw_mci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in dw_mci_set_ios()
1378 static int dw_mci_card_busy(struct mmc_host *mmc) in dw_mci_card_busy()
1392 static int dw_mci_switch_voltage(struct mmc_host *mmc, struct mmc_ios *ios) in dw_mci_switch_voltage()
1430 static int dw_mci_get_ro(struct mmc_host *mmc) in dw_mci_get_ro()
1449 static int dw_mci_get_cd(struct mmc_host *mmc) in dw_mci_get_cd()
[all …]
Dtifm_sd.c621 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
Dsunxi-mmc.c231 struct mmc_host *mmc; member
279 static int sunxi_mmc_init_host(struct mmc_host *mmc) in sunxi_mmc_init_host()
691 static void sunxi_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sunxi_mmc_set_ios()
746 static void sunxi_mmc_enable_sdio_irq(struct mmc_host *mmc, int enable) in sunxi_mmc_enable_sdio_irq()
766 static void sunxi_mmc_hw_reset(struct mmc_host *mmc) in sunxi_mmc_hw_reset()
775 static void sunxi_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in sunxi_mmc_request()
876 static int sunxi_mmc_card_busy(struct mmc_host *mmc) in sunxi_mmc_card_busy()
1032 struct mmc_host *mmc; in sunxi_mmc_probe() local
1090 struct mmc_host *mmc = platform_get_drvdata(pdev); in sunxi_mmc_remove() local
Ddavinci_mmc.c184 struct mmc_host *mmc; member
628 static void mmc_davinci_request(struct mmc_host *mmc, struct mmc_request *req) in mmc_davinci_request()
683 static void calculate_clk_divider(struct mmc_host *mmc, struct mmc_ios *ios) in calculate_clk_divider()
729 static void mmc_davinci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mmc_davinci_set_ios()
1054 static int mmc_davinci_get_cd(struct mmc_host *mmc) in mmc_davinci_get_cd()
1064 static int mmc_davinci_get_ro(struct mmc_host *mmc) in mmc_davinci_get_ro()
1074 static void mmc_davinci_enable_sdio_irq(struct mmc_host *mmc, int enable) in mmc_davinci_enable_sdio_irq()
1110 struct mmc_host *mmc; in mmc_davinci_cpufreq_transition() local
1233 struct mmc_host *mmc = NULL; in davinci_mmcsd_probe() local
Djz4740_mmc.c123 struct mmc_host *mmc; member
322 static void jz4740_mmc_pre_request(struct mmc_host *mmc, in jz4740_mmc_pre_request()
340 static void jz4740_mmc_post_request(struct mmc_host *mmc, in jz4740_mmc_post_request()
842 static void jz4740_mmc_request(struct mmc_host *mmc, struct mmc_request *req) in jz4740_mmc_request()
859 static void jz4740_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in jz4740_mmc_set_ios()
896 static void jz4740_mmc_enable_sdio_irq(struct mmc_host *mmc, int enable) in jz4740_mmc_enable_sdio_irq()
943 static int jz4740_mmc_request_gpios(struct mmc_host *mmc, in jz4740_mmc_request_gpios()
996 struct mmc_host *mmc; in jz4740_mmc_probe() local
Dof_mmc_spi.c54 irqreturn_t (*irqhandler)(int, void *), void *mmc) in of_mmc_spi_init() argument
62 static void of_mmc_spi_exit(struct device *dev, void *mmc) in of_mmc_spi_exit()
Dau1xmmc.c90 struct mmc_host *mmc; member
218 static int au1xmmc_card_inserted(struct mmc_host *mmc) in au1xmmc_card_inserted()
228 static int au1xmmc_card_readonly(struct mmc_host *mmc) in au1xmmc_card_readonly()
688 static void au1xmmc_request(struct mmc_host* mmc, struct mmc_request* mrq) in au1xmmc_request()
754 static void au1xmmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in au1xmmc_set_ios()
928 static void au1xmmc_enable_sdio_irq(struct mmc_host *mmc, int en) in au1xmmc_enable_sdio_irq()
948 struct mmc_host *mmc; in au1xmmc_probe() local
Dusdhi6rol0.c159 struct mmc_host *mmc; member
788 struct mmc_host *mmc = host->mmc; in usdhi6_set_power() local
810 static void usdhi6_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in usdhi6_set_ios()
1083 static void usdhi6_request(struct mmc_host *mmc, struct mmc_request *mrq) in usdhi6_request()
1101 static int usdhi6_get_cd(struct mmc_host *mmc) in usdhi6_get_cd()
1117 static int usdhi6_get_ro(struct mmc_host *mmc) in usdhi6_get_ro()
1133 static void usdhi6_enable_sdio_irq(struct mmc_host *mmc, int enable) in usdhi6_enable_sdio_irq()
1603 struct mmc_host *mmc = host->mmc; in usdhi6_cd() local
1700 struct mmc_host *mmc; in usdhi6_probe() local
Datmel-mci.c250 struct mmc_host *mmc; member
475 struct mmc_host *mmc = slot->mmc; in atmci_init_debugfs() local
661 static u32 atmci_prepare_command(struct mmc_host *mmc, in atmci_prepare_command()
1251 static void atmci_request(struct mmc_host *mmc, struct mmc_request *mrq) in atmci_request()
1286 static void atmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in atmci_set_ios()
1430 static int atmci_get_ro(struct mmc_host *mmc) in atmci_get_ro()
1444 static int atmci_get_cd(struct mmc_host *mmc) in atmci_get_cd()
1459 static void atmci_enable_sdio_irq(struct mmc_host *mmc, int enable) in atmci_enable_sdio_irq()
2151 struct mmc_host *mmc; in atmci_init_slot() local
Dvia-sdmmc.c299 struct mmc_host *mmc; member
659 static void via_sdc_request(struct mmc_host *mmc, struct mmc_request *mrq) in via_sdc_request()
719 static void via_sdc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in via_sdc_set_ios()
781 static int via_sdc_get_ro(struct mmc_host *mmc) in via_sdc_get_ro()
1033 struct mmc_host *mmc = host->mmc; in via_init_mmc_host() local
1088 struct mmc_host *mmc; in via_sd_probe() local
Dsh_mmcif.c232 struct mmc_host *mmc; member
994 static void sh_mmcif_request(struct mmc_host *mmc, struct mmc_request *mrq) in sh_mmcif_request()
1069 struct mmc_host *mmc = host->mmc; in sh_mmcif_set_power() local
1077 static void sh_mmcif_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sh_mmcif_set_ios()
1137 static int sh_mmcif_get_cd(struct mmc_host *mmc) in sh_mmcif_get_cd()
1453 struct mmc_host *mmc = host->mmc; in sh_mmcif_init_ocr() local
1469 struct mmc_host *mmc; in sh_mmcif_probe() local
Dtmio_mmc.c131 struct mmc_host *mmc = platform_get_drvdata(pdev); in tmio_mmc_remove() local
Dvub300.c339 struct mmc_host *mmc; member
375 struct mmc_host *mmc = vub300->mmc; in vub300_delete() local
1905 static void vub300_mmc_request(struct mmc_host *mmc, struct mmc_request *req) in vub300_mmc_request()
2011 static void vub300_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in vub300_mmc_set_ios()
2046 static int vub300_mmc_get_ro(struct mmc_host *mmc) in vub300_mmc_get_ro()
2052 static void vub300_enable_sdio_irq(struct mmc_host *mmc, int enable) in vub300_enable_sdio_irq()
2080 static void vub300_init_card(struct mmc_host *mmc, struct mmc_card *card) in vub300_init_card()
2104 struct mmc_host *mmc; in vub300_probe() local
2373 struct mmc_host *mmc = vub300->mmc; in vub300_disconnect() local
Ddw_mmc-k3.c67 static int dw_mci_hi6220_switch_voltage(struct mmc_host *mmc, struct mmc_ios *ios) in dw_mci_hi6220_switch_voltage()
Dsdhci-sirf.c88 struct mmc_host *mmc = host->mmc; in sdhci_sirf_execute_tuning() local
Ddw_mmc-rockchip.c90 struct mmc_host *mmc = slot->mmc; in dw_mci_rk3288_execute_tuning() local
Dcb710-mmc.h30 static inline struct cb710_slot *cb710_mmc_to_slot(struct mmc_host *mmc) in cb710_mmc_to_slot()
Ds3cmci.h23 struct mmc_host *mmc; member
Dtmio_mmc.h56 struct mmc_host *mmc; member
Dsdhci-acpi.c149 static int bxt_get_cd(struct mmc_host *mmc) in bxt_get_cd()
Ddw_mmc-exynos.c453 struct mmc_host *mmc = slot->mmc; in dw_mci_exynos_execute_tuning() local
Dtoshsd.h165 struct mmc_host *mmc; member
Dwbsd.h142 struct mmc_host* mmc; /* MMC structure */ member
Dmmci.h204 struct mmc_host *mmc; member
Ddw_mmc.h253 struct mmc_host *mmc; member
Dsdhci-pci-core.c333 static int bxt_get_cd(struct mmc_host *mmc) in bxt_get_cd()
Dsdhci.h427 struct mmc_host *mmc; /* MMC structure */ member
/linux-4.4.14/arch/arm/mach-omap2/
Dhsmmc.c40 struct omap_hsmmc_platform_data *mmc = dev->platform_data; in omap_hsmmc1_before_set_reg() local
112 static void hsmmc2_select_input_clk_src(struct omap_hsmmc_platform_data *mmc) in hsmmc2_select_input_clk_src()
126 struct omap_hsmmc_platform_data *mmc = dev->platform_data; in hsmmc2_before_set_reg() local
137 struct omap_hsmmc_platform_data *mmc = dev->platform_data; in am35x_hsmmc2_set_power() local
236 struct omap_hsmmc_platform_data *mmc) in omap_hsmmc_pdata_init()
Dhsmmc.h12 u8 mmc; /* controller 1/2/3 */ member
Dboard-ldp.c343 static struct omap2_hsmmc_info mmc[] __initdata = { variable
Dboard-rx51-peripherals.c493 static struct omap2_hsmmc_info mmc[] __initdata = { variable
/linux-4.4.14/drivers/mfd/
Dtc6387xb.c81 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()
Dt7l66xb.c83 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()
Dtc6393xb.c352 static int tc6393xb_mmc_enable(struct platform_device *mmc) in tc6393xb_mmc_enable()
363 static int tc6393xb_mmc_resume(struct platform_device *mmc) in tc6393xb_mmc_resume()
374 static void tc6393xb_mmc_pwr(struct platform_device *mmc, int state) in tc6393xb_mmc_pwr()
382 static void tc6393xb_mmc_clk_div(struct platform_device *mmc, int state) in tc6393xb_mmc_clk_div()
/linux-4.4.14/arch/arm/mach-ep93xx/
Dsimone.c106 irqreturn_t (*irq_handler)(int, void *), void *mmc) in simone_mmc_spi_init() argument
137 static void simone_mmc_spi_exit(struct device *dev, void *mmc) in simone_mmc_spi_exit()
/linux-4.4.14/arch/m32r/kernel/
Dsmp.c250 unsigned long *mmc; in smp_flush_tlb_mm() local
320 unsigned long *mmc; in smp_flush_tlb_page() local
451 unsigned long *mmc = &flush_mm->context[cpu_id]; in smp_invalidate_interrupt() local
/linux-4.4.14/drivers/clk/sunxi/
Dclk-mod0.c191 struct clk *mmc, *mmc_parent, *clk = hw->clk; in mmc_get_phase() local
233 struct clk *mmc, *mmc_parent, *clk = hw->clk; in mmc_set_phase() local
/linux-4.4.14/arch/alpha/mm/
Dfault.c42 unsigned long mmc; in __load_new_mm_context() local
/linux-4.4.14/arch/arm64/boot/dts/altera/
Dsocfpga_stratix10.dtsi207 mmc: dwmmc0@ff808000 { label
/linux-4.4.14/arch/alpha/include/asm/
Dtlbflush.h91 unsigned long *mmc = &mm->context[smp_processor_id()]; in flush_tlb_other() local
Dmmu_context.h137 unsigned long mmc; in ev5_switch_mm() local
/linux-4.4.14/arch/arm/boot/dts/
Dhisi-x5hd2.dtsi420 mmc: mmc@1830000 { label
Dsocfpga_arria10.dtsi585 mmc: dwmmc0@ff808000 { label
Dsocfpga.dtsi671 mmc: dwmmc0@ff704000 { label
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Dmmc_core.c160 void dwmac_mmc_read(void __iomem *ioaddr, struct stmmac_counters *mmc) in dwmac_mmc_read()
Dstmmac.h101 struct stmmac_counters mmc; member
/linux-4.4.14/drivers/mmc/core/
Dcore.c1368 int mmc_regulator_set_ocr(struct mmc_host *mmc, in mmc_regulator_set_ocr()
1429 int mmc_regulator_set_vqmmc(struct mmc_host *mmc, struct mmc_ios *ios) in mmc_regulator_set_vqmmc()
1477 int mmc_regulator_get_supply(struct mmc_host *mmc) in mmc_regulator_get_supply()
/linux-4.4.14/include/linux/mmc/
Dhost.h421 static inline int mmc_regulator_set_ocr(struct mmc_host *mmc, in mmc_regulator_set_ocr()
428 static inline int mmc_regulator_set_vqmmc(struct mmc_host *mmc, in mmc_regulator_set_vqmmc()
/linux-4.4.14/drivers/s390/cio/
Dchsc.h186 u16 mmc; member
/linux-4.4.14/drivers/net/ethernet/agere/
Det131x.h1246 struct mmc_regs mmc; member
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe.h724 unsigned int mmc; /* RMON module */ member
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-pciercx-defs.h701 uint32_t mmc:3; member
721 uint32_t mmc:3; member
Dcvmx-pci-defs.h900 uint32_t mmc:3; member