Home
last modified time | relevance | path

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

123456789

/kernel/linux/linux-6.6/drivers/mmc/host/
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_pump_requests() local
132 bool mmc_hsq_finalize_request(struct mmc_host *mmc, struct mmc_request *mrq) in mmc_hsq_finalize_request()
159 static void mmc_hsq_recovery_start(struct mmc_host *mmc) in mmc_hsq_recovery_start()
171 static void mmc_hsq_recovery_finish(struct mmc_host *mmc) in mmc_hsq_recovery_finish()
191 static int mmc_hsq_request(struct mmc_host *mmc, struct mmc_request *mrq) in mmc_hsq_request()
233 static void mmc_hsq_post_req(struct mmc_host *mmc, struct mmc_request *mrq) in mmc_hsq_post_req()
256 static int mmc_hsq_wait_for_idle(struct mmc_host *mmc) in mmc_hsq_wait_for_idle()
267 static void mmc_hsq_disable(struct mmc_host *mmc) in mmc_hsq_disable()
297 static int mmc_hsq_enable(struct mmc_host *mmc, struct mmc_card *card) in mmc_hsq_enable()
[all …]
Dmeson-mx-sdhc-mmc.c45 struct mmc_host *mmc; member
68 static void meson_mx_sdhc_hw_reset(struct mmc_host *mmc) in meson_mx_sdhc_hw_reset()
82 static void meson_mx_sdhc_clear_fifo(struct mmc_host *mmc) in meson_mx_sdhc_clear_fifo()
105 static void meson_mx_sdhc_wait_cmd_ready(struct mmc_host *mmc) in meson_mx_sdhc_wait_cmd_ready()
134 static void meson_mx_sdhc_start_cmd(struct mmc_host *mmc, in meson_mx_sdhc_start_cmd()
239 static void meson_mx_sdhc_disable_clks(struct mmc_host *mmc) in meson_mx_sdhc_disable_clks()
251 static int meson_mx_sdhc_enable_clks(struct mmc_host *mmc) in meson_mx_sdhc_enable_clks()
269 static int meson_mx_sdhc_set_clk(struct mmc_host *mmc, struct mmc_ios *ios) in meson_mx_sdhc_set_clk()
309 static void meson_mx_sdhc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in meson_mx_sdhc_set_ios()
365 static int meson_mx_sdhc_map_dma(struct mmc_host *mmc, struct mmc_request *mrq) in meson_mx_sdhc_map_dma()
[all …]
Dcqhci-core.c110 struct mmc_host *mmc = cq_host->mmc; in cqhci_dumpregs() local
248 struct mmc_host *mmc = cq_host->mmc; in __cqhci_enable() local
314 int cqhci_deactivate(struct mmc_host *mmc) in cqhci_deactivate()
325 int cqhci_resume(struct mmc_host *mmc) in cqhci_resume()
332 static int cqhci_enable(struct mmc_host *mmc, struct mmc_card *card) in cqhci_enable()
370 static void cqhci_off(struct mmc_host *mmc) in cqhci_off()
397 static void cqhci_disable(struct mmc_host *mmc) in cqhci_disable()
532 static void cqhci_prep_dcmd_desc(struct mmc_host *mmc, in cqhci_prep_dcmd_desc()
592 static int cqhci_request(struct mmc_host *mmc, struct mmc_request *mrq) in cqhci_request()
662 static void cqhci_recovery_needed(struct mmc_host *mmc, struct mmc_request *mrq, in cqhci_recovery_needed()
[all …]
Dtmio_mmc_core.c137 static void tmio_mmc_enable_sdio_irq(struct mmc_host *mmc, int enable) in tmio_mmc_enable_sdio_irq()
633 struct mmc_host *mmc = host->mmc; in __tmio_mmc_card_detect_irq() local
682 struct mmc_host *mmc = host->mmc; in __tmio_mmc_sdio_irq() local
796 static void tmio_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in tmio_mmc_request()
878 struct mmc_host *mmc = host->mmc; in tmio_mmc_power_on() local
912 struct mmc_host *mmc = host->mmc; in tmio_mmc_power_off() local
946 static void tmio_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in tmio_mmc_set_ios()
1016 static int tmio_mmc_get_ro(struct mmc_host *mmc) in tmio_mmc_get_ro()
1024 static int tmio_mmc_get_cd(struct mmc_host *mmc) in tmio_mmc_get_cd()
1055 struct mmc_host *mmc = host->mmc; in tmio_mmc_init_ocr() local
[all …]
Dmeson-gx-mmc.c154 struct mmc_host *mmc; member
228 static void meson_mmc_get_transfer_mode(struct mmc_host *mmc, in meson_mmc_get_transfer_mode()
288 static void meson_mmc_pre_req(struct mmc_host *mmc, struct mmc_request *mrq) in meson_mmc_pre_req()
307 static void meson_mmc_post_req(struct mmc_host *mmc, struct mmc_request *mrq, in meson_mmc_post_req()
356 struct mmc_host *mmc = host->mmc; in meson_mmc_clk_set() local
526 static int meson_mmc_resampling_tuning(struct mmc_host *mmc, u32 opcode) in meson_mmc_resampling_tuning()
594 static void meson_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in meson_mmc_set_ios()
652 static void meson_mmc_request_done(struct mmc_host *mmc, in meson_mmc_request_done()
663 static void meson_mmc_set_blksz(struct mmc_host *mmc, unsigned int blksz) in meson_mmc_set_blksz()
705 static void meson_mmc_desc_chain_transfer(struct mmc_host *mmc, u32 cmd_cfg) in meson_mmc_desc_chain_transfer()
[all …]
Dsdhci.c239 struct mmc_host *mmc = host->mmc; in sdhci_do_reset() local
361 struct mmc_host *mmc = host->mmc; in sdhci_init() local
449 struct mmc_host *mmc = host->mmc; in sdhci_led_register() local
936 struct mmc_host *mmc = host->mmc; in sdhci_calc_sw_timeout() local
1213 struct mmc_host *mmc = host->mmc; in sdhci_external_dma_init() local
2051 struct mmc_host *mmc = host->mmc; in sdhci_set_power_reg() local
2162 struct mmc_host *mmc = host->mmc; in sdhci_set_power_and_bus_voltage() local
2176 void sdhci_request(struct mmc_host *mmc, struct mmc_request *mrq) in sdhci_request()
2208 int sdhci_request_atomic(struct mmc_host *mmc, struct mmc_request *mrq) in sdhci_request_atomic()
2318 void sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sdhci_set_ios()
[all …]
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
787 struct mmc_host *mmc = platform_get_drvdata(pdev); in pxamci_remove() local
Dalcor.c692 static void alcor_set_timing(struct mmc_host *mmc, struct mmc_ios *ios) in alcor_set_timing()
705 static void alcor_set_bus_width(struct mmc_host *mmc, struct mmc_ios *ios) in alcor_set_bus_width()
720 static int alcor_card_busy(struct mmc_host *mmc) in alcor_card_busy()
732 static int alcor_get_cd(struct mmc_host *mmc) in alcor_get_cd()
744 static int alcor_get_ro(struct mmc_host *mmc) in alcor_get_ro()
756 static void alcor_request(struct mmc_host *mmc, struct mmc_request *mrq) in alcor_request()
775 static void alcor_pre_req(struct mmc_host *mmc, in alcor_pre_req()
825 static void alcor_post_req(struct mmc_host *mmc, in alcor_post_req()
845 static void alcor_set_power_mode(struct mmc_host *mmc, struct mmc_ios *ios) in alcor_set_power_mode()
906 static void alcor_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in alcor_set_ios()
[all …]
Drtsx_pci_sdmmc.c28 struct mmc_host *mmc; member
181 static void sdmmc_pre_req(struct mmc_host *mmc, struct mmc_request *mrq) in sdmmc_pre_req()
197 static void sdmmc_post_req(struct mmc_host *mmc, struct mmc_request *mrq, in sdmmc_post_req()
431 struct mmc_host *mmc = host->mmc; in sd_read_long_data() local
489 struct mmc_host *mmc = host->mmc; in sd_write_long_data() local
802 struct mmc_host *mmc = host->mmc; in sd_request() local
873 static void sdmmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in sdmmc_request()
908 struct mmc_host *mmc = host->mmc; in sd_power_on() local
1087 static void sdmmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sdmmc_set_ios()
1135 static int sdmmc_get_ro(struct mmc_host *mmc) in sdmmc_get_ro()
[all …]
Dcb710-mmc.c27 static void cb710_mmc_select_clock_divider(struct mmc_host *mmc, int hz) in cb710_mmc_select_clock_divider()
443 static int cb710_mmc_command(struct mmc_host *mmc, struct mmc_command *cmd) in cb710_mmc_command()
483 static void cb710_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in cb710_mmc_request()
560 static void cb710_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in cb710_mmc_set_ios()
601 static int cb710_mmc_get_ro(struct mmc_host *mmc) in cb710_mmc_get_ro()
609 static int cb710_mmc_get_cd(struct mmc_host *mmc) in cb710_mmc_get_cd()
619 struct mmc_host *mmc = cb710_slot_to_mmc(slot); in cb710_mmc_irq_handler() local
690 struct mmc_host *mmc; in cb710_mmc_init() local
751 struct mmc_host *mmc = cb710_slot_to_mmc(slot); in cb710_mmc_exit() local
Dmxs-mmc.c50 struct mmc_host *mmc; member
61 static int mxs_mmc_get_cd(struct mmc_host *mmc) in mxs_mmc_get_cd()
481 static void mxs_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in mxs_mmc_request()
494 static void mxs_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mxs_mmc_set_ios()
509 static void mxs_mmc_enable_sdio_irq(struct mmc_host *mmc, int enable) in mxs_mmc_enable_sdio_irq()
563 struct mmc_host *mmc; in mxs_mmc_probe() local
678 struct mmc_host *mmc = platform_get_drvdata(pdev); in mxs_mmc_remove() local
695 struct mmc_host *mmc = dev_get_drvdata(dev); in mxs_mmc_suspend() local
705 struct mmc_host *mmc = dev_get_drvdata(dev); in mxs_mmc_resume() local
Dwmt-sdmmc.c185 struct mmc_host *mmc; member
222 static void wmt_mci_read_response(struct mmc_host *mmc) in wmt_mci_read_response()
253 static int wmt_mci_send_command(struct mmc_host *mmc, u8 command, u8 cmdtype, in wmt_mci_send_command()
461 static void wmt_reset_hardware(struct mmc_host *mmc) in wmt_reset_hardware()
500 static int wmt_dma_init(struct mmc_host *mmc) in wmt_dma_init()
524 static void wmt_dma_config(struct mmc_host *mmc, u32 descaddr, u8 dir) in wmt_dma_config()
558 static void wmt_mci_request(struct mmc_host *mmc, struct mmc_request *req) in wmt_mci_request()
669 static void wmt_mci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in wmt_mci_set_ios()
709 static int wmt_mci_get_ro(struct mmc_host *mmc) in wmt_mci_get_ro()
716 static int wmt_mci_get_cd(struct mmc_host *mmc) in wmt_mci_get_cd()
[all …]
/kernel/linux/linux-5.10/drivers/mmc/host/
Dmmc_hsq.c22 struct mmc_host *mmc = hsq->mmc; in mmc_hsq_retry_handler() local
29 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()
248 static void mmc_hsq_post_req(struct mmc_host *mmc, struct mmc_request *mrq) in mmc_hsq_post_req()
271 static int mmc_hsq_wait_for_idle(struct mmc_host *mmc) in mmc_hsq_wait_for_idle()
282 static void mmc_hsq_disable(struct mmc_host *mmc) in mmc_hsq_disable()
312 static int mmc_hsq_enable(struct mmc_host *mmc, struct mmc_card *card) in mmc_hsq_enable()
[all …]
Dmeson-mx-sdhc-mmc.c45 struct mmc_host *mmc; member
68 static void meson_mx_sdhc_hw_reset(struct mmc_host *mmc) in meson_mx_sdhc_hw_reset()
82 static void meson_mx_sdhc_clear_fifo(struct mmc_host *mmc) in meson_mx_sdhc_clear_fifo()
105 static void meson_mx_sdhc_wait_cmd_ready(struct mmc_host *mmc) in meson_mx_sdhc_wait_cmd_ready()
134 static void meson_mx_sdhc_start_cmd(struct mmc_host *mmc, in meson_mx_sdhc_start_cmd()
239 static void meson_mx_sdhc_disable_clks(struct mmc_host *mmc) in meson_mx_sdhc_disable_clks()
251 static int meson_mx_sdhc_enable_clks(struct mmc_host *mmc) in meson_mx_sdhc_enable_clks()
269 static int meson_mx_sdhc_set_clk(struct mmc_host *mmc, struct mmc_ios *ios) in meson_mx_sdhc_set_clk()
309 static void meson_mx_sdhc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in meson_mx_sdhc_set_ios()
365 static int meson_mx_sdhc_map_dma(struct mmc_host *mmc, struct mmc_request *mrq) in meson_mx_sdhc_map_dma()
[all …]
Dcqhci.c103 struct mmc_host *mmc = cq_host->mmc; in cqhci_dumpregs() local
242 struct mmc_host *mmc = cq_host->mmc; in __cqhci_enable() local
305 int cqhci_deactivate(struct mmc_host *mmc) in cqhci_deactivate()
316 int cqhci_resume(struct mmc_host *mmc) in cqhci_resume()
323 static int cqhci_enable(struct mmc_host *mmc, struct mmc_card *card) in cqhci_enable()
361 static void cqhci_off(struct mmc_host *mmc) in cqhci_off()
388 static void cqhci_disable(struct mmc_host *mmc) in cqhci_disable()
510 static void cqhci_prep_dcmd_desc(struct mmc_host *mmc, in cqhci_prep_dcmd_desc()
570 static int cqhci_request(struct mmc_host *mmc, struct mmc_request *mrq) in cqhci_request()
643 static void cqhci_recovery_needed(struct mmc_host *mmc, struct mmc_request *mrq, in cqhci_recovery_needed()
[all …]
Dtmio_mmc_core.c137 static void tmio_mmc_enable_sdio_irq(struct mmc_host *mmc, int enable) in tmio_mmc_enable_sdio_irq()
587 struct mmc_host *mmc = host->mmc; in __tmio_mmc_card_detect_irq() local
633 struct mmc_host *mmc = host->mmc; in __tmio_mmc_sdio_irq() local
747 static void tmio_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in tmio_mmc_request()
827 struct mmc_host *mmc = host->mmc; in tmio_mmc_power_on() local
861 struct mmc_host *mmc = host->mmc; in tmio_mmc_power_off() local
894 static void tmio_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in tmio_mmc_set_ios()
960 static int tmio_mmc_get_ro(struct mmc_host *mmc) in tmio_mmc_get_ro()
968 static int tmio_mmc_get_cd(struct mmc_host *mmc) in tmio_mmc_get_cd()
999 struct mmc_host *mmc = host->mmc; in tmio_mmc_init_ocr() local
[all …]
Dpxamci.c51 struct mmc_host *mmc; member
79 struct mmc_host *mmc = host->mmc; in pxamci_init_ocr() local
100 struct mmc_host *mmc = host->mmc; in pxamci_set_power() local
400 static void pxamci_request(struct mmc_host *mmc, struct mmc_request *mrq) in pxamci_request()
426 static int pxamci_get_ro(struct mmc_host *mmc) in pxamci_get_ro()
441 static void pxamci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in pxamci_set_ios()
579 struct mmc_host *mmc) in pxamci_of_init()
601 struct mmc_host *mmc) in pxamci_of_init()
609 struct mmc_host *mmc; in pxamci_probe() local
789 struct mmc_host *mmc = platform_get_drvdata(pdev); in pxamci_remove() local
Dcb710-mmc.c27 static void cb710_mmc_select_clock_divider(struct mmc_host *mmc, int hz) in cb710_mmc_select_clock_divider()
443 static int cb710_mmc_command(struct mmc_host *mmc, struct mmc_command *cmd) in cb710_mmc_command()
483 static void cb710_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in cb710_mmc_request()
560 static void cb710_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in cb710_mmc_set_ios()
601 static int cb710_mmc_get_ro(struct mmc_host *mmc) in cb710_mmc_get_ro()
609 static int cb710_mmc_get_cd(struct mmc_host *mmc) in cb710_mmc_get_cd()
619 struct mmc_host *mmc = cb710_slot_to_mmc(slot); in cb710_mmc_irq_handler() local
651 struct mmc_host *mmc = (void *)data; in cb710_mmc_finish_request_tasklet() local
690 struct mmc_host *mmc; in cb710_mmc_init() local
751 struct mmc_host *mmc = cb710_slot_to_mmc(slot); in cb710_mmc_exit() local
Dalcor.c692 static void alcor_set_timing(struct mmc_host *mmc, struct mmc_ios *ios) in alcor_set_timing()
705 static void alcor_set_bus_width(struct mmc_host *mmc, struct mmc_ios *ios) in alcor_set_bus_width()
720 static int alcor_card_busy(struct mmc_host *mmc) in alcor_card_busy()
732 static int alcor_get_cd(struct mmc_host *mmc) in alcor_get_cd()
744 static int alcor_get_ro(struct mmc_host *mmc) in alcor_get_ro()
756 static void alcor_request(struct mmc_host *mmc, struct mmc_request *mrq) in alcor_request()
775 static void alcor_pre_req(struct mmc_host *mmc, in alcor_pre_req()
825 static void alcor_post_req(struct mmc_host *mmc, in alcor_post_req()
845 static void alcor_set_power_mode(struct mmc_host *mmc, struct mmc_ios *ios) in alcor_set_power_mode()
906 static void alcor_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in alcor_set_ios()
[all …]
Dsdhci.c239 struct mmc_host *mmc = host->mmc; in sdhci_do_reset() local
322 struct mmc_host *mmc = host->mmc; in sdhci_init() local
410 struct mmc_host *mmc = host->mmc; in sdhci_led_register() local
911 struct mmc_host *mmc = host->mmc; in sdhci_calc_sw_timeout() local
1191 struct mmc_host *mmc = host->mmc; in sdhci_external_dma_init() local
2026 struct mmc_host *mmc = host->mmc; in sdhci_set_power_reg() local
2137 struct mmc_host *mmc = host->mmc; in sdhci_set_power_and_bus_voltage() local
2151 void sdhci_request(struct mmc_host *mmc, struct mmc_request *mrq) in sdhci_request()
2183 int sdhci_request_atomic(struct mmc_host *mmc, struct mmc_request *mrq) in sdhci_request_atomic()
2293 void sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in sdhci_set_ios()
[all …]
Dmeson-gx-mmc.c151 struct mmc_host *mmc; member
226 static void meson_mmc_get_transfer_mode(struct mmc_host *mmc, in meson_mmc_get_transfer_mode()
275 static void meson_mmc_pre_req(struct mmc_host *mmc, struct mmc_request *mrq) in meson_mmc_pre_req()
294 static void meson_mmc_post_req(struct mmc_host *mmc, struct mmc_request *mrq, in meson_mmc_post_req()
343 struct mmc_host *mmc = host->mmc; in meson_mmc_clk_set() local
511 static int meson_mmc_resampling_tuning(struct mmc_host *mmc, u32 opcode) in meson_mmc_resampling_tuning()
579 static void meson_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in meson_mmc_set_ios()
651 static void meson_mmc_request_done(struct mmc_host *mmc, in meson_mmc_request_done()
662 static void meson_mmc_set_blksz(struct mmc_host *mmc, unsigned int blksz) in meson_mmc_set_blksz()
704 static void meson_mmc_desc_chain_transfer(struct mmc_host *mmc, u32 cmd_cfg) in meson_mmc_desc_chain_transfer()
[all …]
Dmxs-mmc.c51 struct mmc_host *mmc; member
62 static int mxs_mmc_get_cd(struct mmc_host *mmc) in mxs_mmc_get_cd()
482 static void mxs_mmc_request(struct mmc_host *mmc, struct mmc_request *mrq) in mxs_mmc_request()
495 static void mxs_mmc_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in mxs_mmc_set_ios()
510 static void mxs_mmc_enable_sdio_irq(struct mmc_host *mmc, int enable) in mxs_mmc_enable_sdio_irq()
579 struct mmc_host *mmc; in mxs_mmc_probe() local
694 struct mmc_host *mmc = platform_get_drvdata(pdev); in mxs_mmc_remove() local
713 struct mmc_host *mmc = dev_get_drvdata(dev); in mxs_mmc_suspend() local
723 struct mmc_host *mmc = dev_get_drvdata(dev); in mxs_mmc_resume() local
Dwmt-sdmmc.c186 struct mmc_host *mmc; member
223 static void wmt_mci_read_response(struct mmc_host *mmc) in wmt_mci_read_response()
254 static int wmt_mci_send_command(struct mmc_host *mmc, u8 command, u8 cmdtype, in wmt_mci_send_command()
462 static void wmt_reset_hardware(struct mmc_host *mmc) in wmt_reset_hardware()
501 static int wmt_dma_init(struct mmc_host *mmc) in wmt_dma_init()
525 static void wmt_dma_config(struct mmc_host *mmc, u32 descaddr, u8 dir) in wmt_dma_config()
559 static void wmt_mci_request(struct mmc_host *mmc, struct mmc_request *req) in wmt_mci_request()
670 static void wmt_mci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) in wmt_mci_set_ios()
710 static int wmt_mci_get_ro(struct mmc_host *mmc) in wmt_mci_get_ro()
717 static int wmt_mci_get_cd(struct mmc_host *mmc) in wmt_mci_get_cd()
[all …]
/kernel/linux/linux-5.10/drivers/mmc/core/
Dregulator.c106 int mmc_regulator_set_ocr(struct mmc_host *mmc, in mmc_regulator_set_ocr()
179 int mmc_regulator_set_vqmmc(struct mmc_host *mmc, struct mmc_ios *ios) in mmc_regulator_set_vqmmc()
245 int mmc_regulator_get_supply(struct mmc_host *mmc) in mmc_regulator_get_supply()
283 int mmc_regulator_enable_vqmmc(struct mmc_host *mmc) in mmc_regulator_enable_vqmmc()
307 void mmc_regulator_disable_vqmmc(struct mmc_host *mmc) in mmc_regulator_disable_vqmmc()
/kernel/linux/linux-6.6/drivers/mmc/core/
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()
248 int mmc_regulator_get_supply(struct mmc_host *mmc) in mmc_regulator_get_supply()
286 int mmc_regulator_enable_vqmmc(struct mmc_host *mmc) in mmc_regulator_enable_vqmmc()
310 void mmc_regulator_disable_vqmmc(struct mmc_host *mmc) in mmc_regulator_disable_vqmmc()

123456789