Searched refs:mmc_get_ops (Results 1 – 3 of 3) sorted by relevance
22 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_send_cmd()59 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_send_cmd_prepare()90 struct dm_mmc_ops *ops = mmc_get_ops(mmc->dev); in mmc_card_busy()99 struct dm_mmc_ops *ops = mmc_get_ops(mmc->dev); in mmc_can_card_busy()106 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_set_ios()120 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_get_wp()134 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_get_cd()148 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_set_enhanced_strobe()277 if (!mmc_get_ops(dev)) in mmc_bind()
918 struct dm_mmc_ops *ops = mmc_get_ops(mmc->dev);
480 #define mmc_get_ops(dev) ((struct dm_mmc_ops *)(dev)->driver->ops) macro