Home
last modified time | relevance | path

Searched defs:mmc (Results 1 – 25 of 51) 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 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 Dmtk-sd.c850 struct mmc_host *mmc = mmc_from_priv(host); in msdc_timeout_cal() local
965 struct mmc_host *mmc = mmc_from_priv(host); in msdc_set_mclk() local
1132 struct mmc_host *mmc = mmc_from_priv(host); in msdc_cmd_prepare_raw_cmd() local
1236 struct mmc_host *mmc = mmc_from_priv(host); in msdc_recheck_sdio_irq() local
1264 struct mmc_host *mmc = mmc_from_priv(host); in msdc_request_done() local
1460 static void msdc_ops_request(struct mmc_host *mmc, struct mmc_request *mrq) in msdc_ops_request()
1482 static void msdc_pre_req(struct mmc_host *mmc, struct mmc_request *mrq) in msdc_pre_req()
1494 static void msdc_post_req(struct mmc_host *mmc, struct mmc_request *mrq, in msdc_post_req()
1606 static int msdc_ops_switch_volt(struct mmc_host *mmc, struct mmc_ios *ios) in msdc_ops_switch_volt()
1634 static int msdc_card_busy(struct mmc_host *mmc) in msdc_card_busy()
[all …]
H A Dtoshsd.c78 static void __toshsd_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in __toshsd_set_ios()
496 static void toshsd_request(struct mmc_host *mmc, struct mmc_request *mrq) in toshsd_request()
524 static void toshsd_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in toshsd_set_ios()
534 static int toshsd_get_ro(struct mmc_host *mmc) in toshsd_get_ro()
542 static int toshsd_get_cd(struct mmc_host *mmc) in toshsd_get_cd()
608 struct mmc_host *mmc; in toshsd_probe() local
H A Dmmci.c371 static int mmci_card_busy(struct mmc_host *mmc) in mmci_card_busy()
1208 static void mmci_pre_request(struct mmc_host *mmc, struct mmc_request *mrq) in mmci_pre_request()
1224 static void mmci_post_request(struct mmc_host *mmc, struct mmc_request *mrq, in mmci_post_request()
1879 static void mmci_request(struct mmc_host *mmc, struct mmc_request *mrq) in mmci_request()
1911 static void mmci_set_max_busy_timeout(struct mmc_host *mmc) in mmci_set_max_busy_timeout()
1926 static void mmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mmci_set_ios()
2038 static int mmci_get_cd(struct mmc_host *mmc) in mmci_get_cd()
2053 static int mmci_sig_volt_switch(struct mmc_host *mmc, struct mmc_ios *ios) in mmci_sig_volt_switch()
2071 static void mmci_enable_sdio_irq(struct mmc_host *mmc, int enable) in mmci_enable_sdio_irq()
2090 static void mmci_ack_sdio_irq(struct mmc_host *mmc) in mmci_ack_sdio_irq()
[all …]
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
476 struct mmc_host *mmc = link->priv; in sdricoh_pcmcia_detach() local
501 struct mmc_host *mmc = link->priv; in sdricoh_pcmcia_resume() local
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 Dcavium.c625 static u64 prepare_ext_dma(struct mmc_host *mmc, struct mmc_request *mrq) in prepare_ext_dma()
649 static void cvm_mmc_dma_request(struct mmc_host *mmc, in cvm_mmc_dma_request()
750 static void cvm_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in cvm_mmc_request()
822 static void cvm_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in cvm_mmc_set_ios()
906 struct mmc_host *mmc = slot->mmc; in cvm_mmc_set_clock() local
953 struct mmc_host *mmc = slot->mmc; in cvm_mmc_of_parse() local
1012 struct mmc_host *mmc; in cvm_mmc_of_slot_probe() local
H A Dsdhci-msm.c280 struct mmc_host *mmc; member
407 struct mmc_host *mmc = host->mmc; in msm_dll_poll_ck_out_en() local
439 struct mmc_host *mmc = host->mmc; in msm_config_cm_dll_phase() local
509 struct mmc_host *mmc = host->mmc; in msm_find_most_appropriate_phase() local
635 struct mmc_host *mmc = host->mmc; in msm_init_cm_dll() local
1015 struct mmc_host *mmc = host->mmc; in sdhci_msm_cm_dll_sdc4_calibration() local
1093 struct mmc_host *mmc = host->mmc; in sdhci_msm_hs400_dll_calibration() local
1195 static int sdhci_msm_execute_tuning(struct mmc_host *mmc, u32 opcode) in sdhci_msm_execute_tuning()
1328 struct mmc_host *mmc = host->mmc; in sdhci_msm_set_uhs_signaling() local
1415 static void msm_config_vmmc_regulator(struct mmc_host *mmc, bool hpm) in msm_config_vmmc_regulator()
[all …]
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 Ddw_mmc.c170 struct mmc_host *mmc = slot->mmc; in dw_mci_init_debugfs() local
252 static u32 dw_mci_prepare_command(struct mmc_host *mmc, struct mmc_command *cmd) in dw_mci_prepare_command()
913 static void dw_mci_pre_req(struct mmc_host *mmc, in dw_mci_pre_req()
930 static void dw_mci_post_req(struct mmc_host *mmc, in dw_mci_post_req()
948 static int dw_mci_get_cd(struct mmc_host *mmc) in dw_mci_get_cd()
1415 static void dw_mci_request(struct mmc_host *mmc, struct mmc_request *mrq) in dw_mci_request()
1441 static void dw_mci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in dw_mci_set_ios()
1546 static int dw_mci_card_busy(struct mmc_host *mmc) in dw_mci_card_busy()
1560 static int dw_mci_switch_voltage(struct mmc_host *mmc, struct mmc_ios *ios) in dw_mci_switch_voltage()
1597 static int dw_mci_get_ro(struct mmc_host *mmc) in dw_mci_get_ro()
[all …]
H A Dsdhci-pci-core.c235 static void sdhci_pci_dumpregs(struct mmc_host *mmc) in sdhci_pci_dumpregs()
297 static void ene_714_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in ene_714_set_ios()
518 struct mmc_host *mmc) in intel_dsm_init()
571 static int bxt_get_cd(struct mmc_host *mmc) in bxt_get_cd()
581 static int mrfld_get_cd(struct mmc_host *mmc) in mrfld_get_cd()
642 static void intel_hs400_enhanced_strobe(struct mmc_host *mmc, in intel_hs400_enhanced_strobe()
656 static int intel_start_signal_voltage_switch(struct mmc_host *mmc, in intel_start_signal_voltage_switch()
714 struct mmc_host *mmc = slot->host->mmc; in byt_read_dsm() local
720 static int intel_execute_tuning(struct mmc_host *mmc, u32 opcode) in intel_execute_tuning()
844 struct mmc_host *mmc = slot->host->mmc; in byt_probe_slot() local
[all …]
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 Drenesas_sdhi_core.c95 struct mmc_host *mmc = host->mmc; in renesas_sdhi_clk_enable() local
243 static int renesas_sdhi_card_busy(struct mmc_host *mmc) in renesas_sdhi_card_busy()
251 static int renesas_sdhi_start_signal_voltage_switch(struct mmc_host *mmc, in renesas_sdhi_start_signal_voltage_switch()
381 static void renesas_sdhi_hs400_complete(struct mmc_host *mmc) in renesas_sdhi_hs400_complete()
442 static void renesas_sdhi_disable_scc(struct mmc_host *mmc) in renesas_sdhi_disable_scc()
556 static int renesas_sdhi_prepare_hs400_tuning(struct mmc_host *mmc, struct mmc_ios *ios) in renesas_sdhi_prepare_hs400_tuning()
683 static int renesas_sdhi_execute_tuning(struct mmc_host *mmc, u32 opcode) in renesas_sdhi_execute_tuning()
H A Dtifm_sd.c613 static void tifm_sd_request(struct mmc_host *mmc, struct mmc_request *mrq) in tifm_sd_request()
731 struct mmc_host *mmc = tifm_get_drvdata(sock); in tifm_sd_end_cmd() local
789 static void tifm_sd_ios(struct mmc_host *mmc, struct mmc_ios *ios) in tifm_sd_ios()
856 static int tifm_sd_ro(struct mmc_host *mmc) in tifm_sd_ro()
939 struct mmc_host *mmc; in tifm_sd_probe() local
994 struct mmc_host *mmc = tifm_get_drvdata(sock); in tifm_sd_remove() local
1031 struct mmc_host *mmc = tifm_get_drvdata(sock); in tifm_sd_resume() local
H A Dsdhci-tegra.c696 static void tegra_sdhci_request(struct mmc_host *mmc, struct mmc_request *mrq) in tegra_sdhci_request()
792 static void tegra_sdhci_hs400_enhanced_strobe(struct mmc_host *mmc, in tegra_sdhci_hs400_enhanced_strobe()
994 static int tegra_sdhci_execute_hw_tuning(struct mmc_host *mmc, u32 opcode) in tegra_sdhci_execute_hw_tuning()
1103 static int sdhci_tegra_start_signal_voltage_switch(struct mmc_host *mmc, in sdhci_tegra_start_signal_voltage_switch()
1186 struct mmc_host *mmc = cq_host->mmc; in tegra_cqhci_writel() local
1223 static void sdhci_tegra_update_dcmd_desc(struct mmc_host *mmc, in sdhci_tegra_update_dcmd_desc()
1235 static void sdhci_tegra_cqe_enable(struct mmc_host *mmc) in sdhci_tegra_cqe_enable()
1270 static void sdhci_tegra_dumpregs(struct mmc_host *mmc) in sdhci_tegra_dumpregs()
1316 static void sdhci_tegra_cqe_pre_enable(struct mmc_host *mmc) in sdhci_tegra_cqe_pre_enable()
1326 static void sdhci_tegra_cqe_post_disable(struct mmc_host *mmc) in sdhci_tegra_cqe_post_disable()
H A Dsdhci-of-dwcmshc.c308 static void dwcmshc_check_auto_cmd23(struct mmc_host *mmc, in dwcmshc_check_auto_cmd23()
324 static void dwcmshc_request(struct mmc_host *mmc, struct mmc_request *mrq) in dwcmshc_request()
503 static void dwcmshc_hs400_enhanced_strobe(struct mmc_host *mmc, in dwcmshc_hs400_enhanced_strobe()
521 static int dwcmshc_execute_tuning(struct mmc_host *mmc, u32 opcode) in dwcmshc_execute_tuning()
552 static void dwcmshc_sdhci_cqe_enable(struct mmc_host *mmc) in dwcmshc_sdhci_cqe_enable()
600 static void dwcmshc_cqhci_dumpregs(struct mmc_host *mmc) in dwcmshc_cqhci_dumpregs()
957 static int cv18xx_retry_tuning(struct mmc_host *mmc, u32 opcode, int *cmd_error) in cv18xx_retry_tuning()
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 Dvia-sdmmc.c297 struct mmc_host *mmc; member
662 static void via_sdc_request(struct mmc_host *mmc, struct mmc_request *mrq) in via_sdc_request()
720 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()
1029 struct mmc_host *mmc = host->mmc; in via_init_mmc_host() local
1081 struct mmc_host *mmc; in via_sd_probe() local
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 Dvub300.c336 struct mmc_host *mmc; member
372 struct mmc_host *mmc = vub300->mmc; in vub300_delete() local
1899 static void vub300_mmc_request(struct mmc_host *mmc, struct mmc_request *req) in vub300_mmc_request()
2005 static void vub300_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in vub300_mmc_set_ios()
2040 static int vub300_mmc_get_ro(struct mmc_host *mmc) in vub300_mmc_get_ro()
2046 static void vub300_enable_sdio_irq(struct mmc_host *mmc, int enable) in vub300_enable_sdio_irq()
2093 struct mmc_host *mmc; in vub300_probe() local
2364 struct mmc_host *mmc = vub300->mmc; in vub300_disconnect() local
/linux/drivers/mmc/core/
H A Dregulator.c106 int mmc_regulator_set_ocr(struct mmc_host *mmc, in mmc_regulator_set_ocr()
182 int mmc_regulator_set_vqmmc(struct mmc_host *mmc, struct mmc_ios *ios) in mmc_regulator_set_vqmmc()
241 int mmc_regulator_set_vqmmc2(struct mmc_host *mmc, struct mmc_ios *ios) in mmc_regulator_set_vqmmc2()
275 int mmc_regulator_get_supply(struct mmc_host *mmc) in mmc_regulator_get_supply()
324 int mmc_regulator_enable_vqmmc(struct mmc_host *mmc) in mmc_regulator_enable_vqmmc()
348 void mmc_regulator_disable_vqmmc(struct mmc_host *mmc) in mmc_regulator_disable_vqmmc()
/linux/drivers/staging/greybus/
H A Dsdio.c22 struct mmc_host *mmc; member
118 struct mmc_host *mmc = host->mmc; in gb_sdio_get_caps() local
551 static void gb_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in gb_mmc_request()
588 static void gb_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in gb_mmc_set_ios()
721 static int gb_mmc_get_ro(struct mmc_host *mmc) in gb_mmc_get_ro()
735 static int gb_mmc_get_cd(struct mmc_host *mmc) in gb_mmc_get_cd()
749 static int gb_mmc_switch_voltage(struct mmc_host *mmc, struct mmc_ios *ios) in gb_mmc_switch_voltage()
766 struct mmc_host *mmc; in gb_sdio_probe() local
848 struct mmc_host *mmc; in gb_sdio_remove() local
/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