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_send_init_stream()66 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_wait_dat0()81 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_get_wp()95 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_get_cd()110 struct dm_mmc_ops *ops = mmc_get_ops(dev); in dm_mmc_execute_tuning()294 if (!mmc_get_ops(dev)) in mmc_bind()
466 #define mmc_get_ops(dev) ((struct dm_mmc_ops *)(dev)->driver->ops) macro