Home
last modified time | relevance | path

Searched defs:mmc (Results 51 – 75 of 256) sorted by relevance

1234567891011

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dmvsdio.c48 struct mmc_host *mmc; member
136 static void mvsd_request(struct mmc_host *mmc, struct mmc_request *mrq) in mvsd_request()
551 static void mvsd_enable_sdio_irq(struct mmc_host *mmc, int enable) in mvsd_enable_sdio_irq()
598 static void mvsd_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mvsd_set_ios()
696 struct mmc_host *mmc = NULL; in mvsd_probe() local
801 struct mmc_host *mmc = platform_get_drvdata(pdev); in mvsd_remove() local
H A Dsunxi-mmc.c269 struct mmc_host *mmc; member
758 struct mmc_host *mmc = host->mmc; in sunxi_mmc_clk_set_rate() local
900 struct mmc_host *mmc = host->mmc; in sunxi_mmc_card_power() local
943 static void sunxi_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sunxi_mmc_set_ios()
952 static int sunxi_mmc_volt_switch(struct mmc_host *mmc, struct mmc_ios *ios) in sunxi_mmc_volt_switch()
969 static void sunxi_mmc_enable_sdio_irq(struct mmc_host *mmc, int enable) in sunxi_mmc_enable_sdio_irq()
995 static void sunxi_mmc_hw_reset(struct mmc_host *mmc) in sunxi_mmc_hw_reset()
1004 static void sunxi_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in sunxi_mmc_request()
1100 static int sunxi_mmc_card_busy(struct mmc_host *mmc) in sunxi_mmc_card_busy()
1336 struct mmc_host *mmc; in sunxi_mmc_probe() local
[all …]
H A Dmxcmmc.c121 struct mmc_host *mmc; member
755 static void mxcmci_request(struct mmc_host *mmc, struct mmc_request *req) in mxcmci_request()
823 static int mxcmci_setup_dma(struct mmc_host *mmc) in mxcmci_setup_dma()
839 static void mxcmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mxcmci_set_ios()
890 struct mmc_host *mmc = data; in mxcmci_detect_irq() local
898 static int mxcmci_get_ro(struct mmc_host *mmc) in mxcmci_get_ro()
912 static void mxcmci_enable_sdio_irq(struct mmc_host *mmc, int enable) in mxcmci_enable_sdio_irq()
998 struct mmc_host *mmc; in mxcmci_probe() local
1191 struct mmc_host *mmc = platform_get_drvdata(pdev); in mxcmci_remove() local
1213 struct mmc_host *mmc = dev_get_drvdata(dev); in mxcmci_suspend() local
[all …]
H A Ddavinci_mmc.c171 struct mmc_host *mmc; member
585 static void mmc_davinci_request(struct mmc_host *mmc, struct mmc_request *req) in mmc_davinci_request()
640 static void calculate_clk_divider(struct mmc_host *mmc, struct mmc_ios *ios) in calculate_clk_divider()
686 static void mmc_davinci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mmc_davinci_set_ios()
1009 static int mmc_davinci_get_cd(struct mmc_host *mmc) in mmc_davinci_get_cd()
1020 static int mmc_davinci_get_ro(struct mmc_host *mmc) in mmc_davinci_get_ro()
1031 static void mmc_davinci_enable_sdio_irq(struct mmc_host *mmc, int enable) in mmc_davinci_enable_sdio_irq()
1067 struct mmc_host *mmc; in mmc_davinci_cpufreq_transition() local
1146 static int mmc_davinci_parse_pdata(struct mmc_host *mmc) in mmc_davinci_parse_pdata()
1194 struct mmc_host *mmc = NULL; in davinci_mmcsd_probe() local
H A Dcavium.c626 static u64 prepare_ext_dma(struct mmc_host *mmc, struct mmc_request *mrq) in prepare_ext_dma()
650 static void cvm_mmc_dma_request(struct mmc_host *mmc, in cvm_mmc_dma_request()
752 static void cvm_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in cvm_mmc_request()
824 static void cvm_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in cvm_mmc_set_ios()
908 struct mmc_host *mmc = slot->mmc; in cvm_mmc_set_clock() local
955 struct mmc_host *mmc = slot->mmc; in cvm_mmc_of_parse() local
1014 struct mmc_host *mmc; in cvm_mmc_of_slot_probe() local
H A Domap.c113 struct mmc_host *mmc; member
122 struct mmc_host * mmc; member
310 struct mmc_host *mmc = container_of(dev, struct mmc_host, class_dev); in mmc_omap_show_cover_switch() local
323 struct mmc_host *mmc = container_of(dev, struct mmc_host, class_dev); in mmc_omap_show_slot_name() local
456 struct mmc_host *mmc; in mmc_omap_xfer_done() local
579 struct mmc_host *mmc; in mmc_omap_cmd_done() local
608 struct mmc_host *mmc; in mmc_omap_abort_command() local
1083 static void mmc_omap_request(struct mmc_host *mmc, struct mmc_request *req) in mmc_omap_request()
1125 static int mmc_omap_calc_divisor(struct mmc_host *mmc, struct mmc_ios *ios) in mmc_omap_calc_divisor()
1153 static void mmc_omap_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mmc_omap_set_ios()
[all …]
H A Dandroid-goldfish.c397 static void goldfish_mmc_request(struct mmc_host *mmc, struct mmc_request *req) in goldfish_mmc_request()
408 static void goldfish_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in goldfish_mmc_set_ios()
416 static int goldfish_mmc_get_ro(struct mmc_host *mmc) in goldfish_mmc_get_ro()
433 struct mmc_host *mmc; in goldfish_mmc_probe() local
523 struct mmc_host *mmc = mmc_from_priv(host); in goldfish_mmc_remove() local
H A Ds3cmci.c1097 static void s3cmci_send_request(struct mmc_host *mmc) in s3cmci_send_request()
1149 static void s3cmci_request(struct mmc_host *mmc, struct mmc_request *mrq) in s3cmci_request()
1188 static void s3cmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in s3cmci_set_ios()
1243 static void s3cmci_enable_sdio_irq(struct mmc_host *mmc, int enable) in s3cmci_enable_sdio_irq()
1297 struct mmc_host *mmc; in s3cmci_cpufreq_transition() local
1439 struct mmc_host *mmc = host->mmc; in s3cmci_probe_pdata() local
1490 struct mmc_host *mmc = host->mmc; in s3cmci_probe_dt() local
1511 struct mmc_host *mmc; in s3cmci_probe() local
1698 struct mmc_host *mmc = platform_get_drvdata(pdev); in s3cmci_shutdown() local
1712 struct mmc_host *mmc = platform_get_drvdata(pdev); in s3cmci_remove() local
H A Dushc.c91 struct mmc_host *mmc; member
248 static void ushc_request(struct mmc_host *mmc, struct mmc_request *req) in ushc_request()
371 static void ushc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in ushc_set_ios()
380 static int ushc_get_cd(struct mmc_host *mmc) in ushc_get_cd()
387 static void ushc_enable_sdio_irq(struct mmc_host *mmc, int enable) in ushc_enable_sdio_irq()
421 struct mmc_host *mmc; in ushc_probe() local
H A Dowl-mmc.c114 struct mmc_host *mmc; member
340 static void owl_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in owl_mmc_request()
485 static void owl_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in owl_mmc_set_ios()
533 static int owl_mmc_start_signal_voltage_switch(struct mmc_host *mmc, in owl_mmc_start_signal_voltage_switch()
566 struct mmc_host *mmc; in owl_mmc_probe() local
675 struct mmc_host *mmc = platform_get_drvdata(pdev); in owl_mmc_remove() local
H A Dsdhci-msm.c268 struct mmc_host *mmc; member
381 struct mmc_host *mmc = host->mmc; in msm_dll_poll_ck_out_en() local
413 struct mmc_host *mmc = host->mmc; in msm_config_cm_dll_phase() local
483 struct mmc_host *mmc = host->mmc; in msm_find_most_appropriate_phase() local
609 struct mmc_host *mmc = host->mmc; in msm_init_cm_dll() local
989 struct mmc_host *mmc = host->mmc; in sdhci_msm_cm_dll_sdc4_calibration() local
1067 struct mmc_host *mmc = host->mmc; in sdhci_msm_hs400_dll_calibration() local
1169 static int sdhci_msm_execute_tuning(struct mmc_host *mmc, u32 opcode) in sdhci_msm_execute_tuning()
1302 struct mmc_host *mmc = host->mmc; in sdhci_msm_set_uhs_signaling() local
1389 static int sdhci_msm_set_vmmc(struct mmc_host *mmc) in sdhci_msm_set_vmmc()
[all …]
H A Drenesas_sdhi_core.c87 struct mmc_host *mmc = host->mmc; in renesas_sdhi_clk_enable() local
206 static int renesas_sdhi_card_busy(struct mmc_host *mmc) in renesas_sdhi_card_busy()
214 static int renesas_sdhi_start_signal_voltage_switch(struct mmc_host *mmc, in renesas_sdhi_start_signal_voltage_switch()
365 static void renesas_sdhi_hs400_complete(struct mmc_host *mmc) in renesas_sdhi_hs400_complete()
439 static void renesas_sdhi_disable_scc(struct mmc_host *mmc) in renesas_sdhi_disable_scc()
547 static int renesas_sdhi_prepare_hs400_tuning(struct mmc_host *mmc, struct mmc_ios *ios) in renesas_sdhi_prepare_hs400_tuning()
642 static int renesas_sdhi_execute_tuning(struct mmc_host *mmc, u32 opcode) in renesas_sdhi_execute_tuning()
H A Dmoxart-mmc.c132 struct mmc_host *mmc; member
395 static void moxart_request(struct mmc_host *mmc, struct mmc_request *mrq) in moxart_request()
492 static void moxart_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in moxart_set_ios()
539 static int moxart_get_ro(struct mmc_host *mmc) in moxart_get_ro()
557 struct mmc_host *mmc; in moxart_probe() local
690 struct mmc_host *mmc = dev_get_drvdata(&pdev->dev); in moxart_remove() local
H A Dsdhci-sprd.c306 struct mmc_host *mmc = host->mmc; in sdhci_sprd_set_uhs_signaling() local
410 static void sdhci_sprd_check_auto_cmd23(struct mmc_host *mmc, in sdhci_sprd_check_auto_cmd23()
429 static void sdhci_sprd_request(struct mmc_host *mmc, struct mmc_request *mrq) in sdhci_sprd_request()
436 static int sdhci_sprd_request_atomic(struct mmc_host *mmc, in sdhci_sprd_request_atomic()
444 static int sdhci_sprd_voltage_switch(struct mmc_host *mmc, struct mmc_ios *ios) in sdhci_sprd_voltage_switch()
495 static void sdhci_sprd_hs400_enhanced_strobe(struct mmc_host *mmc, in sdhci_sprd_hs400_enhanced_strobe()
H A Dsdhci-omap.c183 struct mmc_host *mmc = host->mmc; in sdhci_omap_enable_iov() local
236 static void sdhci_omap_enable_sdio_irq(struct mmc_host *mmc, int enable) in sdhci_omap_enable_sdio_irq()
289 static int sdhci_omap_execute_tuning(struct mmc_host *mmc, u32 opcode) in sdhci_omap_execute_tuning()
472 static int sdhci_omap_card_busy(struct mmc_host *mmc) in sdhci_omap_card_busy()
517 static int sdhci_omap_start_signal_voltage_switch(struct mmc_host *mmc, in sdhci_omap_start_signal_voltage_switch()
621 static void sdhci_omap_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sdhci_omap_set_ios()
687 struct mmc_host *mmc = host->mmc; in sdhci_omap_set_power() local
990 struct mmc_host *mmc = host->mmc; in sdhci_omap_config_iodelay_pinctrl_state() local
1094 struct mmc_host *mmc; in sdhci_omap_probe() local
H A Dtifm_sd.c620 static void tifm_sd_request(struct mmc_host *mmc, struct mmc_request *mrq) in tifm_sd_request()
738 struct mmc_host *mmc = tifm_get_drvdata(sock); in tifm_sd_end_cmd() local
796 static void tifm_sd_ios(struct mmc_host *mmc, struct mmc_ios *ios) in tifm_sd_ios()
863 static int tifm_sd_ro(struct mmc_host *mmc) in tifm_sd_ro()
946 struct mmc_host *mmc; in tifm_sd_probe() local
1002 struct mmc_host *mmc = tifm_get_drvdata(sock); in tifm_sd_remove() local
1039 struct mmc_host *mmc = tifm_get_drvdata(sock); in tifm_sd_resume() local
H A Dof_mmc_spi.c40 irqreturn_t (*irqhandler)(int, void *), void *mmc) in of_mmc_spi_init() argument
48 static void of_mmc_spi_exit(struct device *dev, void *mmc) in of_mmc_spi_exit()
H A Dmmc_spi.c106 struct mmc_host *mmc; member
1033 static void mmc_spi_request(struct mmc_host *mmc, struct mmc_request *mrq) in mmc_spi_request()
1169 static void mmc_spi_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mmc_spi_set_ios()
1272 mmc_spi_detect_irq(int irq, void *mmc) in mmc_spi_detect_irq()
1330 struct mmc_host *mmc; in mmc_spi_probe() local
1507 struct mmc_host *mmc = dev_get_drvdata(&spi->dev); in mmc_spi_remove() local
H A Dau1xmmc.c89 struct mmc_host *mmc; member
217 static int au1xmmc_card_inserted(struct mmc_host *mmc) in au1xmmc_card_inserted()
227 static int au1xmmc_card_readonly(struct mmc_host *mmc) in au1xmmc_card_readonly()
674 static void au1xmmc_request(struct mmc_host* mmc, struct mmc_request* mrq) in au1xmmc_request()
740 static void au1xmmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in au1xmmc_set_ios()
914 static void au1xmmc_enable_sdio_irq(struct mmc_host *mmc, int en) in au1xmmc_enable_sdio_irq()
934 struct mmc_host *mmc; in au1xmmc_probe() local
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dsh_mmcif.c513 static int sh_mmcif_request(struct mmc *mmc, struct mmc_cmd *cmd, in sh_mmcif_request()
542 static int sh_mmcif_set_ios(struct mmc *mmc) in sh_mmcif_set_ios()
561 static int sh_mmcif_init(struct mmc *mmc) in sh_mmcif_init()
587 struct mmc *mmc; in mmcif_mmc_init() local
H A Dtegra_mmc.c23 struct mmc mmc; member
417 struct mmc *mmc = mmc_get_mmc_dev(dev); in tegra_mmc_set_ios() local
476 static void tegra_mmc_reset(struct tegra_mmc_priv *priv, struct mmc *mmc) in tegra_mmc_reset()
515 struct mmc *mmc = mmc_get_mmc_dev(dev); in tegra_mmc_init() local
H A Dfsl_esdhc_spl.c27 struct mmc *mmc = find_mmc_device(0); in mmc_spl_load_image() local
66 struct mmc *mmc; in mmc_boot() local
/OK3568_Linux_fs/u-boot/board/tqc/tqma6/
H A Dtqma6.c89 int board_mmc_getcd(struct mmc *mmc) in board_mmc_getcd()
103 int board_mmc_getwp(struct mmc *mmc) in board_mmc_getwp()
125 struct mmc *mmc = find_mmc_device(0); in board_mmc_init() local
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dt7l66xb.c80 static int t7l66xb_mmc_enable(struct platform_device *mmc) in t7l66xb_mmc_enable()
105 static int t7l66xb_mmc_disable(struct platform_device *mmc) in t7l66xb_mmc_disable()
124 static void t7l66xb_mmc_pwr(struct platform_device *mmc, int state) in t7l66xb_mmc_pwr()
131 static void t7l66xb_mmc_clk_div(struct platform_device *mmc, int state) in t7l66xb_mmc_clk_div()
/OK3568_Linux_fs/u-boot/board/freescale/t102xrdb/
H A Dspl.c38 int board_mmc_getcd(struct mmc *mmc) in board_mmc_getcd()
49 int board_mmc_getwp(struct mmc *mmc) in board_mmc_getwp()

1234567891011