Lines Matching defs:ti_abb
82 * struct ti_abb - ABB instance data
100 struct ti_abb {
147 static inline bool ti_abb_check_txdone(const struct ti_abb *abb)
156 static inline void ti_abb_clear_txdone(const struct ti_abb *abb)
168 static int ti_abb_wait_txdone(struct device *dev, struct ti_abb *abb)
193 static int ti_abb_clear_all_txdone(struct device *dev, const struct ti_abb *abb)
219 static void ti_abb_program_ldovbb(struct device *dev, const struct ti_abb *abb,
247 static int ti_abb_set_opp(struct regulator_dev *rdev, struct ti_abb *abb,
315 struct ti_abb *abb = rdev_get_drvdata(rdev);
386 struct ti_abb *abb = rdev_get_drvdata(rdev);
418 static int ti_abb_init_timings(struct device *dev, struct ti_abb *abb)
506 static int ti_abb_init_table(struct device *dev, struct ti_abb *abb,
701 struct ti_abb *abb;
721 abb = devm_kzalloc(dev, sizeof(struct ti_abb), GFP_KERNEL);
889 MODULE_ALIAS("platform:ti_abb");
894 .name = "ti_abb",