Searched refs:mmc_send_app_op_cond (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | sd_ops.h | 17 int mmc_send_app_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
|
H A D | sd_ops.c | 117 int mmc_send_app_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) in mmc_send_app_op_cond() function
|
H A D | sd.c | 845 err = mmc_send_app_op_cond(host, ocr, rocr); in mmc_sd_get_cid() 1339 err = mmc_send_app_op_cond(host, 0, &ocr); in mmc_attach_sd()
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | sd_ops.h | 17 int mmc_send_app_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
|
H A D | sd_ops.c | 118 int mmc_send_app_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) in mmc_send_app_op_cond() function
|
H A D | sd.c | 862 err = mmc_send_app_op_cond(host, ocr, rocr); in mmc_sd_get_cid() 1834 err = mmc_send_app_op_cond(host, 0, &ocr); in mmc_attach_sd()
|
Completed in 5 milliseconds