Searched refs:mmc_send_io_op_cond (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/mmc/core/ |
| D | sdio_ops.h | 18 int mmc_send_io_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
|
| D | sdio_ops.c | 18 int mmc_send_io_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) in mmc_send_io_op_cond() function
|
| D | sdio.c | 585 err = mmc_send_io_op_cond(host, ocr, &rocr); in mmc_sdio_init_card() 842 ret = mmc_send_io_op_cond(host, 0, NULL); in mmc_sdio_reinit_card() 1094 err = mmc_send_io_op_cond(host, 0, &ocr); in mmc_attach_sdio()
|