Lines Matching defs:mmc
21 struct mmc *mmc = mmc_get_mmc_dev(dev); in dm_mmc_send_cmd() local
59 struct mmc *mmc = mmc_get_mmc_dev(dev); in dm_mmc_send_cmd_prepare() local
77 int mmc_send_cmd(struct mmc *mmc, struct mmc_cmd *cmd, struct mmc_data *data) in mmc_send_cmd()
83 int mmc_send_cmd_prepare(struct mmc *mmc, struct mmc_cmd *cmd, struct mmc_data *data) in mmc_send_cmd_prepare()
89 bool mmc_card_busy(struct mmc *mmc) in mmc_card_busy()
98 bool mmc_can_card_busy(struct mmc *mmc) in mmc_can_card_busy()
114 int mmc_set_ios(struct mmc *mmc) in mmc_set_ios()
128 int mmc_getwp(struct mmc *mmc) in mmc_getwp()
142 int mmc_getcd(struct mmc *mmc) in mmc_getcd()
157 int mmc_set_enhanced_strobe(struct mmc *mmc) in mmc_set_enhanced_strobe()
188 struct mmc *mmc = mmc_get_mmc_dev(mmc_dev); in find_mmc_device() local
203 struct blk_desc *mmc_get_blk_desc(struct mmc *mmc) in mmc_get_blk_desc()
272 int mmc_bind(struct udevice *dev, struct mmc *mmc, const struct mmc_config *cfg) in mmc_bind()
325 struct mmc *mmc = mmc_get_mmc_dev(mmc_dev); in mmc_select_hwpart() local
341 struct mmc *mmc = upriv->mmc; in mmc_blk_probe() local