Searched refs:mmc_get_ops (Results 1 – 2 of 2) sorted by relevance
18 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_send_cmd()38 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_set_ios()52 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_wait_dat0()66 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_get_wp()80 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_get_cd()95 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_execute_tuning()111 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_set_enhanced_strobe()127 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_host_power_cycle()326 if (!mmc_get_ops(dev)) in mmc_bind()
484 #define mmc_get_ops(dev) ((struct dm_mmc_ops *)(dev)->driver->ops) macro