Home
last modified time | relevance | path

Searched refs:mmc_send_io_op_cond (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/mmc/core/
H A Dsdio_ops.h18 int mmc_send_io_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
H A Dsdio_ops.c18 int mmc_send_io_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) in mmc_send_io_op_cond() function
H A Dsdio.c649 return mmc_send_io_op_cond(host, 0, NULL); in mmc_sdio_pre_init()
682 err = mmc_send_io_op_cond(host, ocr, &rocr); in mmc_sdio_init_card()
1214 err = mmc_send_io_op_cond(host, 0, &ocr); in mmc_attach_sdio()