Lines Matching defs:ti_abb
74 * struct ti_abb - ABB instance data
92 struct ti_abb {
139 static inline bool ti_abb_check_txdone(const struct ti_abb *abb)
148 static inline void ti_abb_clear_txdone(const struct ti_abb *abb)
160 static int ti_abb_wait_txdone(struct device *dev, struct ti_abb *abb)
185 static int ti_abb_clear_all_txdone(struct device *dev, const struct ti_abb *abb)
211 static void ti_abb_program_ldovbb(struct device *dev, const struct ti_abb *abb,
239 static int ti_abb_set_opp(struct regulator_dev *rdev, struct ti_abb *abb,
307 struct ti_abb *abb = rdev_get_drvdata(rdev);
378 struct ti_abb *abb = rdev_get_drvdata(rdev);
410 static int ti_abb_init_timings(struct device *dev, struct ti_abb *abb)
498 static int ti_abb_init_table(struct device *dev, struct ti_abb *abb,
693 struct ti_abb *abb;
713 abb = devm_kzalloc(dev, sizeof(struct ti_abb), GFP_KERNEL);
878 MODULE_ALIAS("platform:ti_abb");
883 .name = "ti_abb",