Searched refs:mmc_send_op_cond (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | mmc_ops.h | 27 int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
|
H A D | mmc_ops.c | 171 int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) in mmc_send_op_cond() function
|
H A D | mmc.c | 1599 err = mmc_send_op_cond(host, ocr | (1 << 30), &rocr); in mmc_init_card() 2253 err = mmc_send_op_cond(host, 0, &ocr); in mmc_attach_mmc()
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | mmc_ops.h | 29 int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
|
H A D | mmc_ops.c | 223 int mmc_send_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) in mmc_send_op_cond() function
|
H A D | mmc.c | 1624 err = mmc_send_op_cond(host, ocr | (1 << 30), &rocr); in mmc_init_card() 2299 err = mmc_send_op_cond(host, 0, &ocr); in mmc_attach_mmc()
|
Completed in 13 milliseconds