Home
last modified time | relevance | path

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

123

/linux/drivers/mmc/host/
H A Dmmc_hsq.c19 struct mmc_host *mmc = hsq->mmc; in mmc_hsq_retry_handler() local
26 struct mmc_host *mmc = hsq->mmc; in mmc_hsq_modify_threshold() local
45 struct mmc_host *mmc = hsq->mmc; in mmc_hsq_pump_requests() local
153 bool mmc_hsq_finalize_request(struct mmc_host *mmc, struct mmc_request *mrq) in mmc_hsq_finalize_request()
180 static void mmc_hsq_recovery_start(struct mmc_host *mmc) in mmc_hsq_recovery_start()
192 static void mmc_hsq_recovery_finish(struct mmc_host *mmc) in mmc_hsq_recovery_finish()
212 static int mmc_hsq_request(struct mmc_host *mmc, struct mmc_request *mrq) in mmc_hsq_request()
254 static void mmc_hsq_post_req(struct mmc_host *mmc, struct mmc_request *mrq) in mmc_hsq_post_req()
277 static int mmc_hsq_wait_for_idle(struct mmc_host *mmc) in mmc_hsq_wait_for_idle()
288 static void mmc_hsq_disable(struct mmc_host *mmc) in mmc_hsq_disable()
[all …]
H A Dmeson-mx-sdhc-mmc.c45 struct mmc_host *mmc; member
80 static void meson_mx_sdhc_clear_fifo(struct mmc_host *mmc) in meson_mx_sdhc_clear_fifo()
103 static void meson_mx_sdhc_wait_cmd_ready(struct mmc_host *mmc) in meson_mx_sdhc_wait_cmd_ready()
132 static void meson_mx_sdhc_start_cmd(struct mmc_host *mmc, in meson_mx_sdhc_start_cmd()
237 static void meson_mx_sdhc_disable_clks(struct mmc_host *mmc) in meson_mx_sdhc_disable_clks()
249 static int meson_mx_sdhc_enable_clks(struct mmc_host *mmc) in meson_mx_sdhc_enable_clks()
267 static int meson_mx_sdhc_set_clk(struct mmc_host *mmc, struct mmc_ios *ios) in meson_mx_sdhc_set_clk()
307 static void meson_mx_sdhc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in meson_mx_sdhc_set_ios()
363 static int meson_mx_sdhc_map_dma(struct mmc_host *mmc, struct mmc_request *mrq) in meson_mx_sdhc_map_dma()
381 static void meson_mx_sdhc_request(struct mmc_host *mmc, struct mmc_request *mrq) in meson_mx_sdhc_request()
[all …]
H A Dcqhci-core.c115 struct mmc_host *mmc = cq_host->mmc; in cqhci_dumpregs() local
253 struct mmc_host *mmc = cq_host->mmc; in __cqhci_enable() local
319 int cqhci_deactivate(struct mmc_host *mmc) in cqhci_deactivate()
330 int cqhci_resume(struct mmc_host *mmc) in cqhci_resume()
337 static int cqhci_enable(struct mmc_host *mmc, struct mmc_card *card) in cqhci_enable()
375 static void cqhci_off(struct mmc_host *mmc) in cqhci_off()
402 static void cqhci_disable(struct mmc_host *mmc) in cqhci_disable()
542 static void cqhci_prep_dcmd_desc(struct mmc_host *mmc, in cqhci_prep_dcmd_desc()
602 static int cqhci_request(struct mmc_host *mmc, struct mmc_request *mrq) in cqhci_request()
672 static void cqhci_recovery_needed(struct mmc_host *mmc, struct mmc_request *mrq, in cqhci_recovery_needed()
[all …]
H A Dsdhci.c241 struct mmc_host *mmc = host->mmc; in sdhci_do_reset() local
364 struct mmc_host *mmc = host->mmc; in sdhci_init() local
452 struct mmc_host *mmc = host->mmc; in sdhci_led_register() local
940 struct mmc_host *mmc = host->mmc; in sdhci_calc_sw_timeout() local
1223 struct mmc_host *mmc = host->mmc; in sdhci_external_dma_init() local
2081 struct mmc_host *mmc = host->mmc; in sdhci_set_power_reg() local
2197 struct mmc_host *mmc = host->mmc; in sdhci_set_power_and_bus_voltage() local
2211 void sdhci_request(struct mmc_host *mmc, struct mmc_request *mrq) in sdhci_request()
2243 int sdhci_request_atomic(struct mmc_host *mmc, struct mmc_request *mrq) in sdhci_request_atomic()
2353 void sdhci_set_ios_common(struct mmc_host *mmc, struct mmc_ios *ios) in sdhci_set_ios_common()
[all …]
H A Dpxamci.c50 struct mmc_host *mmc; member
78 struct mmc_host *mmc = host->mmc; in pxamci_init_ocr() local
99 struct mmc_host *mmc = host->mmc; in pxamci_set_power() local
399 static void pxamci_request(struct mmc_host *mmc, struct mmc_request *mrq) in pxamci_request()
425 static int pxamci_get_ro(struct mmc_host *mmc) in pxamci_get_ro()
440 static void pxamci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in pxamci_set_ios()
578 struct mmc_host *mmc) in pxamci_of_init()
600 struct mmc_host *mmc) in pxamci_of_init()
608 struct mmc_host *mmc; in pxamci_probe() local
759 struct mmc_host *mmc = platform_get_drvdata(pdev); in pxamci_remove() local
H A Dsdricoh_cs.c80 struct mmc_host *mmc; /* MMC structure */ member
254 static void sdricoh_request(struct mmc_host *mmc, struct mmc_request *mrq) in sdricoh_request()
335 static void sdricoh_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sdricoh_set_ios()
356 static int sdricoh_get_ro(struct mmc_host *mmc) in sdricoh_get_ro()
383 struct mmc_host *mmc; in sdricoh_init_mmc() local
474 struct mmc_host *mmc = link->priv; in sdricoh_pcmcia_detach() local
497 struct mmc_host *mmc = link->priv; in sdricoh_pcmcia_resume() local
H A Dwbsd.c743 static void wbsd_request(struct mmc_host *mmc, struct mmc_request *mrq) in wbsd_request()
837 static void wbsd_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in wbsd_set_ios()
910 static int wbsd_get_ro(struct mmc_host *mmc) in wbsd_get_ro()
1187 struct mmc_host *mmc; in wbsd_alloc_mmc() local
1254 struct mmc_host *mmc; in wbsd_free_mmc() local
1630 struct mmc_host *mmc = NULL; in wbsd_init() local
1722 struct mmc_host *mmc = dev_get_drvdata(dev); in wbsd_shutdown() local
1800 struct mmc_host *mmc = platform_get_drvdata(dev); in wbsd_platform_suspend() local
1816 struct mmc_host *mmc = platform_get_drvdata(dev); in wbsd_platform_resume() local
1841 struct mmc_host *mmc = dev_get_drvdata(&pnp_dev->dev); in wbsd_pnp_suspend() local
[all …]
H A Dof_mmc_spi.c36 irqreturn_t (*irqhandler)(int, void *), void *mmc) in of_mmc_spi_init() argument
44 static void of_mmc_spi_exit(struct device *dev, void *mmc) in of_mmc_spi_exit()
53 struct mmc_host *mmc = dev_get_drvdata(&spi->dev); in mmc_spi_get_pdata() local
H A Dsdhci-msm.c292 struct mmc_host *mmc; member
422 struct mmc_host *mmc = host->mmc; in msm_dll_poll_ck_out_en() local
454 struct mmc_host *mmc = host->mmc; in msm_config_cm_dll_phase() local
524 struct mmc_host *mmc = host->mmc; in msm_find_most_appropriate_phase() local
650 struct mmc_host *mmc = host->mmc; in msm_init_cm_dll() local
1030 struct mmc_host *mmc = host->mmc; in sdhci_msm_cm_dll_sdc4_calibration() local
1108 struct mmc_host *mmc = host->mmc; in sdhci_msm_hs400_dll_calibration() local
1214 static int sdhci_msm_execute_tuning(struct mmc_host *mmc, u32 opcode) in sdhci_msm_execute_tuning()
1357 struct mmc_host *mmc = host->mmc; in sdhci_msm_set_uhs_signaling() local
1444 static void msm_config_vmmc_regulator(struct mmc_host *mmc, bool hpm) in msm_config_vmmc_regulator()
[all …]
H A Dmxcmmc.c120 struct mmc_host *mmc; member
751 static void mxcmci_request(struct mmc_host *mmc, struct mmc_request *req) in mxcmci_request()
819 static int mxcmci_setup_dma(struct mmc_host *mmc) in mxcmci_setup_dma()
835 static void mxcmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mxcmci_set_ios()
886 struct mmc_host *mmc = data; in mxcmci_detect_irq() local
894 static int mxcmci_get_ro(struct mmc_host *mmc) in mxcmci_get_ro()
908 static void mxcmci_enable_sdio_irq(struct mmc_host *mmc, int enable) in mxcmci_enable_sdio_irq()
994 struct mmc_host *mmc; in mxcmci_probe() local
1171 struct mmc_host *mmc = platform_get_drvdata(pdev); in mxcmci_remove() local
1188 struct mmc_host *mmc = dev_get_drvdata(dev); in mxcmci_suspend() local
[all …]
H A Dsdhci-brcmstb.c84 static void sdhci_brcmstb_save_regs(struct mmc_host *mmc, enum cfg_core_ver ver) in sdhci_brcmstb_save_regs()
106 static void sdhci_brcmstb_restore_regs(struct mmc_host *mmc, enum cfg_core_ver ver) in sdhci_brcmstb_restore_regs()
128 static void sdhci_brcmstb_save_restore_regs_v1(struct mmc_host *mmc, int save) in sdhci_brcmstb_save_restore_regs_v1()
136 static void sdhci_brcmstb_save_restore_regs_v2(struct mmc_host *mmc, int save) in sdhci_brcmstb_save_restore_regs_v2()
209 static void sdhci_brcmstb_hs400es(struct mmc_host *mmc, struct mmc_ios *ios) in sdhci_brcmstb_hs400es()
311 static void sdhci_brcmstb_dumpregs(struct mmc_host *mmc) in sdhci_brcmstb_dumpregs()
316 static void sdhci_brcmstb_cqe_enable(struct mmc_host *mmc) in sdhci_brcmstb_cqe_enable()
H A Dlitex_mmc.c81 struct mmc_host *mmc; member
239 static int litex_mmc_get_cd(struct mmc_host *mmc) in litex_mmc_get_cd()
259 struct mmc_host *mmc = arg; in litex_mmc_interrupt() local
342 static void litex_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in litex_mmc_request()
451 static void litex_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in litex_mmc_set_ios()
527 struct mmc_host *mmc; in litex_mmc_probe() local
H A Dowl-mmc.c115 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
663 struct mmc_host *mmc = platform_get_drvdata(pdev); in owl_mmc_remove() local
H A Dmmc_spi.c105 struct mmc_host *mmc; member
897 static void mmc_spi_request(struct mmc_host *mmc, struct mmc_request *mrq) in mmc_spi_request()
1033 static void mmc_spi_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mmc_spi_set_ios()
1135 mmc_spi_detect_irq(int irq, void *mmc) in mmc_spi_detect_irq()
1147 struct mmc_host *mmc; in mmc_spi_probe() local
1316 struct mmc_host *mmc = dev_get_drvdata(&spi->dev); in mmc_spi_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()
419 struct mmc_host *mmc; in ushc_probe() local
H A Dmoxart-mmc.c132 struct mmc_host *mmc; member
393 static void moxart_request(struct mmc_host *mmc, struct mmc_request *mrq) in moxart_request()
488 static void moxart_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in moxart_set_ios()
535 static int moxart_get_ro(struct mmc_host *mmc) in moxart_get_ro()
553 struct mmc_host *mmc; in moxart_probe() local
686 struct mmc_host *mmc = dev_get_drvdata(&pdev->dev); in moxart_remove() local
H A Dusdhi6rol0.c159 struct mmc_host *mmc; member
796 struct mmc_host *mmc = host->mmc; in usdhi6_set_power() local
818 static void usdhi6_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in usdhi6_set_ios()
1091 static void usdhi6_request(struct mmc_host *mmc, struct mmc_request *mrq) in usdhi6_request()
1109 static int usdhi6_get_cd(struct mmc_host *mmc) in usdhi6_get_cd()
1125 static int usdhi6_get_ro(struct mmc_host *mmc) in usdhi6_get_ro()
1141 static void usdhi6_enable_sdio_irq(struct mmc_host *mmc, int enable) in usdhi6_enable_sdio_irq()
1174 static int usdhi6_sig_volt_switch(struct mmc_host *mmc, struct mmc_ios *ios) in usdhi6_sig_volt_switch()
1189 static int usdhi6_card_busy(struct mmc_host *mmc) in usdhi6_card_busy()
1653 struct mmc_host *mmc = host->mmc; in usdhi6_cd() local
[all …]
H A Dbcm2835.c273 static void bcm2835_reset(struct mmc_host *mmc) in bcm2835_reset()
1096 struct mmc_host *mmc = mmc_from_priv(host); in bcm2835_set_clock() local
1154 static void bcm2835_request(struct mmc_host *mmc, struct mmc_request *mrq) in bcm2835_request()
1227 static void bcm2835_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in bcm2835_set_ios()
1261 struct mmc_host *mmc = mmc_from_priv(host); in bcm2835_add_host() local
1370 struct mmc_host *mmc; in bcm2835_probe() local
1461 struct mmc_host *mmc = mmc_from_priv(host); in bcm2835_remove() local
H A Dsunplus-mmc.c167 struct mmc_host *mmc; member
727 static void spmmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in spmmc_request()
772 static void spmmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in spmmc_set_ios()
790 static int spmmc_get_cd(struct mmc_host *mmc) in spmmc_get_cd()
803 static int spmmc_execute_tuning(struct mmc_host *mmc, u32 opcode) in spmmc_execute_tuning()
861 struct mmc_host *mmc; in spmmc_drv_probe() local
H A Dsdhci-of-dwcmshc.c430 static void dwcmshc_check_auto_cmd23(struct mmc_host *mmc, in dwcmshc_check_auto_cmd23()
446 static void dwcmshc_request(struct mmc_host *mmc, struct mmc_request *mrq) in dwcmshc_request()
583 static void dwcmshc_hs400_enhanced_strobe(struct mmc_host *mmc, in dwcmshc_hs400_enhanced_strobe()
601 static int dwcmshc_execute_tuning(struct mmc_host *mmc, u32 opcode) in dwcmshc_execute_tuning()
632 static void dwcmshc_sdhci_cqe_enable(struct mmc_host *mmc) in dwcmshc_sdhci_cqe_enable()
680 static void dwcmshc_cqhci_dumpregs(struct mmc_host *mmc) in dwcmshc_cqhci_dumpregs()
685 static void rk35xx_sdhci_cqe_pre_enable(struct mmc_host *mmc) in rk35xx_sdhci_cqe_pre_enable()
702 static void rk35xx_sdhci_cqe_enable(struct mmc_host *mmc) in rk35xx_sdhci_cqe_enable()
718 static void rk35xx_sdhci_cqe_disable(struct mmc_host *mmc, bool recovery) in rk35xx_sdhci_cqe_disable()
740 static void rk35xx_sdhci_cqe_post_disable(struct mmc_host *mmc) in rk35xx_sdhci_cqe_post_disable()
[all …]
H A Dsdhci-of-ma35d1.c109 static int ma35_start_signal_voltage_switch(struct mmc_host *mmc, struct mmc_ios *ios) in ma35_start_signal_voltage_switch()
138 static int ma35_execute_tuning(struct mmc_host *mmc, u32 opcode) in ma35_execute_tuning()
H A Dsdhci-pci-o2micro.c155 static int sdhci_o2_get_cd(struct mmc_host *mmc) in sdhci_o2_get_cd()
314 static int sdhci_o2_execute_tuning(struct mmc_host *mmc, u32 opcode) in sdhci_o2_execute_tuning()
635 static int sdhci_pci_o2_init_sd_express(struct mmc_host *mmc, struct mmc_ios *ios) in sdhci_pci_o2_init_sd_express()
H A Duniphier-sd.c366 struct mmc_host *mmc = host->mmc; in uniphier_sd_clk_enable() local
419 static void uniphier_sd_hw_reset(struct mmc_host *mmc) in uniphier_sd_hw_reset()
543 static int uniphier_sd_start_signal_voltage_switch(struct mmc_host *mmc, in uniphier_sd_start_signal_voltage_switch()
/linux/drivers/clk/sunxi/
H A Dclk-mod0.c172 struct clk *mmc, *mmc_parent, *clk = hw->clk; in mmc_get_phase() local
214 struct clk *mmc, *mmc_parent, *clk = hw->clk; in mmc_set_phase() local
/linux/arch/arm/boot/dts/moxa/
H A Dmoxart.dtsi96 mmc: mmc@98e00000 { label

123