[go: nahoru, domu]

Searched defs:abb (Results 1 - 1 of 1) sorted by relevance

/drivers/regulator/
H A Dti-abb-regulator.c143 * @abb: pointer to the abb instance
147 static inline bool ti_abb_check_txdone(const struct ti_abb *abb) argument
149 return !!(readl(abb->int_base) & abb->txdone_mask);
154 * @abb: pointer to the abb instance
156 static inline void ti_abb_clear_txdone(const struct ti_abb *abb) argument
158 writel(abb->txdone_mask, abb
168 ti_abb_wait_txdone(struct device *dev, struct ti_abb *abb) argument
198 ti_abb_clear_all_txdone(struct device *dev, const struct ti_abb *abb) argument
229 ti_abb_program_ldovbb(struct device *dev, const struct ti_abb *abb, struct ti_abb_info *info) argument
257 ti_abb_set_opp(struct regulator_dev *rdev, struct ti_abb *abb, struct ti_abb_info *info) argument
325 struct ti_abb *abb = rdev_get_drvdata(rdev); local
386 struct ti_abb *abb = rdev_get_drvdata(rdev); local
418 ti_abb_init_timings(struct device *dev, struct ti_abb *abb) argument
506 ti_abb_init_table(struct device *dev, struct ti_abb *abb, struct regulator_init_data *rinit_data) argument
701 struct ti_abb *abb; local
[all...]

Completed in 52 milliseconds