Searched refs:mmc_get_op_cond (Results 1 – 3 of 3) sorted by relevance
192 ret = (mmc_get_op_cond(mmc) < 0) ? 0 : 1; /* eMMC/uSDHC3 has no CD GPIO */ in board_mmc_getcd()536 return (mmc_get_op_cond(mmc) < 0) ? 0 : 1; in has_emmc()
800 int mmc_get_op_cond(struct mmc *mmc);
2620 int mmc_get_op_cond(struct mmc *mmc) in mmc_get_op_cond() function2733 err = mmc_get_op_cond(mmc); in mmc_start_init()