Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/core/
Dsdio_ops.h15 int mmc_send_io_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr);
Dsdio.c608 err = mmc_send_io_op_cond(host, ocr, &rocr); in mmc_sdio_init_card()
974 err = mmc_send_io_op_cond(host, 0, NULL); in mmc_sdio_resume()
1030 ret = mmc_send_io_op_cond(host, 0, NULL); in mmc_sdio_power_restore()
1084 err = mmc_send_io_op_cond(host, 0, &ocr); in mmc_attach_sdio()
Dsdio_ops.c22 int mmc_send_io_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) in mmc_send_io_op_cond() function