Home
last modified time | relevance | path

Searched refs:rt_mmcsd_req (Results 1 – 11 of 11) sorted by relevance

/components/drivers/include/drivers/
A Ddev_mmcsd_core.h43 struct rt_mmcsd_req *mrq; /* associated request */
107 struct rt_mmcsd_req *mrq; /* associated request */
110 struct rt_mmcsd_req struct
228 void mmcsd_send_request(struct rt_mmcsd_host *host, struct rt_mmcsd_req *req);
A Dmmcsd_host.h82 struct rt_mmcsd_req;
86 void (*request)(struct rt_mmcsd_host *host, struct rt_mmcsd_req *req);
/components/drivers/sdio/sdhci/include/
A Dsdhci_host.h95 void (*request)(struct rt_mmc_host *host, struct rt_mmcsd_req *req);
233 struct rt_mmcsd_req *ongoing_mrq;
268 void rt_mmc_request_done(struct rt_mmc_host *, struct rt_mmcsd_req *);
269 void mmc_command_done(struct rt_mmc_host *host, struct rt_mmcsd_req *mrq);
271 void mmc_cqe_request_done(struct rt_mmc_host *host, struct rt_mmcsd_req *mrq);
A Dsdhci.h469 struct rt_mmcsd_req *mrqs_done[RT_SDHCI_MAX_MRQS]; /* Requests done */
628 struct rt_mmcsd_req *mrq);
657 void rt_sdhci_start_request(struct rt_mmc_host *mmc, struct rt_mmcsd_req *mrq);
658 int rt_sdhci_start_request_atomic(struct rt_mmc_host *mmc, struct rt_mmcsd_req *mrq);
/components/drivers/sdio/
A Ddev_sd.c156 struct rt_mmcsd_req req; in mmcsd_switch()
189 rt_memset(&req, 0, sizeof(struct rt_mmcsd_req)); in mmcsd_switch()
237 rt_memset(&req, 0, sizeof(struct rt_mmcsd_req)); in mmcsd_switch()
353 struct rt_mmcsd_req req; in mmcsd_send_app_cmd()
365 rt_memset(&req, 0, sizeof(struct rt_mmcsd_req)); in mmcsd_send_app_cmd()
379 rt_memset(&req, 0, sizeof(struct rt_mmcsd_req)); in mmcsd_send_app_cmd()
541 struct rt_mmcsd_req req; in mmcsd_get_scr()
549 rt_memset(&req, 0, sizeof(struct rt_mmcsd_req)); in mmcsd_get_scr()
583 struct rt_mmcsd_req req; in mmcsd_read_sd_status()
591 rt_memset(&req, 0, sizeof(struct rt_mmcsd_req)); in mmcsd_read_sd_status()
A Ddev_mmcsd_core.c60 void mmcsd_send_request(struct rt_mmcsd_host *host, struct rt_mmcsd_req *req) in mmcsd_send_request()
93 struct rt_mmcsd_req req; in mmcsd_send_cmd()
95 rt_memset(&req, 0, sizeof(struct rt_mmcsd_req)); in mmcsd_send_cmd()
180 struct rt_mmcsd_req req; in mmcsd_get_cid()
211 rt_memset(&req, 0, sizeof(struct rt_mmcsd_req)); in mmcsd_get_cid()
258 struct rt_mmcsd_req req; in mmcsd_get_csd()
287 rt_memset(&req, 0, sizeof(struct rt_mmcsd_req)); in mmcsd_get_csd()
A Ddev_block.c109 struct rt_mmcsd_req req; in mmcsd_num_wr_blocks()
152 rt_memset(&req, 0, sizeof(struct rt_mmcsd_req)); in mmcsd_num_wr_blocks()
173 struct rt_mmcsd_req req; in rt_mmcsd_req_blk()
178 rt_memset(&req, 0, sizeof(struct rt_mmcsd_req)); in rt_mmcsd_req_blk()
A Ddev_mmc.c122 struct rt_mmcsd_req req; in mmc_get_ext_csd()
141 rt_memset(&req, 0, sizeof(struct rt_mmcsd_req)); in mmc_get_ext_csd()
A Ddev_sdio.c178 struct rt_mmcsd_req req; in sdio_io_rw_extended()
191 rt_memset(&req, 0, sizeof(struct rt_mmcsd_req)); in sdio_io_rw_extended()
/components/drivers/sdio/sdhci/
A Dfit-mmc.c17 static void rt_plat_request(struct rt_mmcsd_host *host, struct rt_mmcsd_req *req) in rt_plat_request()
141 void rt_mmc_request_done(struct rt_mmc_host *host, struct rt_mmcsd_req *mrq) in rt_mmc_request_done()
A Dsdhci.c72 struct rt_mmcsd_req *mrq) in sdhci_auto_cmd23()
78 struct rt_mmcsd_req *mrq) in sdhci_auto_cmd12()
84 struct rt_mmcsd_req *mrq) in sdhci_manual_cmd23()
604 struct rt_mmcsd_req *mrq) in sdhci_defer_done()
1613 struct rt_mmcsd_req *mrq = host->data_cmd->mrq; in sdhci_cmd_irq()
1654 struct rt_mmcsd_req *mrq = host->cmd->mrq; in sdhci_cmd_irq()
1676 struct rt_mmcsd_req* mrqs_done[RT_SDHCI_MAX_MRQS] = { 0 }; in sdhci_irq()
1750 struct rt_mmcsd_req *mrq = host->mrqs_done[i]; in sdhci_irq()
1837 struct rt_mmcsd_req *mrq; in rt_sdhci_start_request_done()
1974 void rt_sdhci_start_request(struct rt_mmc_host *mmc, struct rt_mmcsd_req *mrq) in rt_sdhci_start_request()
[all …]

Completed in 24 milliseconds