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

/linux-master/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) function
H A Dsdio.c639 * The CMD5 reset (mmc_send_io_op_cond()), according to the SDIO spec,
649 return mmc_send_io_op_cond(host, 0, NULL);
682 err = mmc_send_io_op_cond(host, ocr, &rocr);
1214 err = mmc_send_io_op_cond(host, 0, &ocr);

Completed in 113 milliseconds