Searched refs:mmc_send_app_op_cond (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/mmc/core/ |
H A D | sd_ops.h | 18 int mmc_send_app_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
|
H A D | sd_ops.c | 172 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_uhs2.c | 888 err = mmc_send_app_op_cond(host, 0, &ocr); in sd_uhs2_legacy_init() 912 err = mmc_send_app_op_cond(host, ocr, &rocr); in sd_uhs2_legacy_init()
|
H A D | sd.c | 881 err = mmc_send_app_op_cond(host, ocr, rocr); in mmc_sd_get_cid() 1864 err = mmc_send_app_op_cond(host, 0, &ocr); in mmc_attach_sd()
|