Lines Matching defs:mmc
31 struct mmc mmc; member
232 static int mmc_config_clock(struct sunxi_mmc_priv *priv, struct mmc *mmc) in mmc_config_clock()
271 struct mmc *mmc) in sunxi_mmc_set_ios_common()
294 static int sunxi_mmc_core_init(struct mmc *mmc) in sunxi_mmc_core_init()
306 static int mmc_trans_data_by_cpu(struct sunxi_mmc_priv *priv, struct mmc *mmc, in mmc_trans_data_by_cpu()
368 static int mmc_rint_wait(struct sunxi_mmc_priv *priv, struct mmc *mmc, in mmc_rint_wait()
388 struct mmc *mmc, struct mmc_cmd *cmd, in sunxi_mmc_send_cmd_common()
511 static int sunxi_mmc_set_ios_legacy(struct mmc *mmc) in sunxi_mmc_set_ios_legacy()
518 static int sunxi_mmc_send_cmd_legacy(struct mmc *mmc, struct mmc_cmd *cmd, in sunxi_mmc_send_cmd_legacy()
526 static int sunxi_mmc_getcd_legacy(struct mmc *mmc) in sunxi_mmc_getcd_legacy()
619 struct mmc *mmc = mmc_get_mmc_dev(dev); in sunxi_mmc_getcd() local