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()60 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_send_cmd_prepare()91 struct dm_mmc_ops *ops = mmc_get_ops(mmc->dev); in mmc_card_busy()100 struct dm_mmc_ops *ops = mmc_get_ops(mmc->dev); in mmc_can_card_busy()107 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_set_ios()121 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_get_wp()135 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_get_cd()149 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_set_enhanced_strobe()278 if (!mmc_get_ops(dev)) in mmc_bind()
937 struct dm_mmc_ops *ops = mmc_get_ops(mmc->dev);
480 #define mmc_get_ops(dev) ((struct dm_mmc_ops *)(dev)->driver->ops) macro