Lines Matching refs:omap_hsmmc_data
63 struct omap_hsmmc_data { struct
87 static inline struct omap_hsmmc_data *omap_hsmmc_get_data(struct mmc *mmc) in omap_hsmmc_get_data() argument
92 return (struct omap_hsmmc_data *)mmc->priv; in omap_hsmmc_get_data()
101 return &((struct omap_hsmmc_data *)mmc->priv)->cfg; in omap_hsmmc_get_cfg()
222 struct omap_hsmmc_data *priv = omap_hsmmc_get_data(mmc); in omap_hsmmc_init_setup()
333 struct omap_hsmmc_data *priv = omap_hsmmc_get_data(mmc);
338 struct omap_hsmmc_data *priv = dev_get_priv(dev);
570 struct omap_hsmmc_data *priv = omap_hsmmc_get_data(mmc);
574 struct omap_hsmmc_data *priv = dev_get_priv(dev);
636 struct omap_hsmmc_data *priv = dev_get_priv(dev);
651 struct omap_hsmmc_data *priv = dev_get_priv(dev);
663 struct omap_hsmmc_data *priv = omap_hsmmc_get_data(mmc);
677 struct omap_hsmmc_data *priv = omap_hsmmc_get_data(mmc);
717 struct omap_hsmmc_data *priv;
859 struct omap_hsmmc_data *priv = dev_get_priv(dev);
931 .priv_auto_alloc_size = sizeof(struct omap_hsmmc_data),