Searched refs:cqe_ops (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/core/ |
D | core.c | 259 host->cqe_ops->cqe_off(host); in __mmc_start_request() 453 err = host->cqe_ops->cqe_request(host, mrq); in mmc_cqe_start_req() 517 if (host->cqe_ops->cqe_post_req) in mmc_cqe_post_req() 518 host->cqe_ops->cqe_post_req(host, mrq); in mmc_cqe_post_req() 547 host->cqe_ops->cqe_recovery_start(host); in mmc_cqe_recovery() 564 host->cqe_ops->cqe_recovery_finish(host); in mmc_cqe_recovery() 930 host->cqe_ops->cqe_off(host); in mmc_execute_tuning() 975 host->cqe_ops->cqe_off(host); in mmc_set_initial_state()
|
D | queue.c | 108 if (host->cqe_ops->cqe_timeout(host, mrq, &recovery_needed)) { in mmc_cqe_timed_out() 161 host->cqe_ops->cqe_recovery_finish(host); in mmc_mq_recovery_handler()
|
D | bus.c | 415 host->cqe_ops->cqe_disable(host); in mmc_remove_card()
|
D | sd.c | 1147 if (host->cqe_ops && !host->cqe_enabled) { in mmc_sd_init_card() 1148 err = host->cqe_ops->cqe_enable(host, card); in mmc_sd_init_card()
|
D | mmc.c | 1871 if (host->cqe_ops && !host->cqe_enabled) { in mmc_init_card() 1872 err = host->cqe_ops->cqe_enable(host, card); in mmc_init_card()
|
D | block.c | 1931 host->cqe_ops->cqe_recovery_start(host); in mmc_blk_hsq_req_done() 2199 return host->cqe_ops->cqe_wait_for_idle(host); in mmc_blk_wait_for_idle()
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
D | mmc_hsq.c | 352 mmc->cqe_ops = &mmc_hsq_ops; in mmc_hsq_init()
|
D | cqhci.c | 1134 mmc->cqe_ops = &cqhci_cqe_ops; in cqhci_init()
|
D | sdhci.c | 4710 mmc->cqe_ops = NULL; in __sdhci_add_host()
|
/kernel/linux/linux-5.10/include/linux/mmc/ |
D | host.h | 465 const struct mmc_cqe_ops *cqe_ops; member
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch | 2142 - host->cqe_ops->cqe_recovery_start(host); 2250 + host->cqe_ops->cqe_disable(host); 2262 - host->cqe_ops->cqe_disable(host); 3289 - if (host->cqe_ops && !host->cqe_enabled) { 3291 err = host->cqe_ops->cqe_enable(host, card); 3834 if (host->cqe_ops->cqe_timeout(host, mrq, &recovery_needed)) { 3891 - host->cqe_ops->cqe_recovery_finish(host); 4201 - if (host->cqe_ops && !host->cqe_enabled) { 4202 - err = host->cqe_ops->cqe_enable(host, card); 15266 - mmc->cqe_ops = NULL;
|