Lines Matching defs:mmc
21 struct mmc *mmc = mmc_get_mmc_dev(dev); in dm_mmc_send_cmd() local
58 struct mmc *mmc = mmc_get_mmc_dev(dev); in dm_mmc_send_cmd_prepare() local
76 int mmc_send_cmd(struct mmc *mmc, struct mmc_cmd *cmd, struct mmc_data *data) in mmc_send_cmd()
82 int mmc_send_cmd_prepare(struct mmc *mmc, struct mmc_cmd *cmd, struct mmc_data *data) in mmc_send_cmd_prepare()
88 bool mmc_card_busy(struct mmc *mmc) in mmc_card_busy()
97 bool mmc_can_card_busy(struct mmc *mmc) in mmc_can_card_busy()
113 int mmc_set_ios(struct mmc *mmc) in mmc_set_ios()
127 int mmc_getwp(struct mmc *mmc) in mmc_getwp()
141 int mmc_getcd(struct mmc *mmc) in mmc_getcd()
156 int mmc_set_enhanced_strobe(struct mmc *mmc) in mmc_set_enhanced_strobe()
187 struct mmc *mmc = mmc_get_mmc_dev(mmc_dev); in find_mmc_device() local
202 struct blk_desc *mmc_get_blk_desc(struct mmc *mmc) in mmc_get_blk_desc()
271 int mmc_bind(struct udevice *dev, struct mmc *mmc, const struct mmc_config *cfg) in mmc_bind()
324 struct mmc *mmc = mmc_get_mmc_dev(mmc_dev); in mmc_select_hwpart() local
340 struct mmc *mmc = upriv->mmc; in mmc_blk_probe() local