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

/linux-master/drivers/regulator/
H A Dti-abb-regulator.c134 * @abb: pointer to the abb instance
138 static inline bool ti_abb_check_txdone(const struct ti_abb *abb) argument
140 return !!(readl(abb->int_base) & abb->txdone_mask);
145 * @abb: pointer to the abb instance
147 static inline void ti_abb_clear_txdone(const struct ti_abb *abb) argument
149 writel(abb->txdone_mask, abb
159 ti_abb_wait_txdone(struct device *dev, struct ti_abb *abb) argument
184 ti_abb_clear_all_txdone(struct device *dev, const struct ti_abb *abb) argument
210 ti_abb_program_ldovbb(struct device *dev, const struct ti_abb *abb, struct ti_abb_info *info) argument
238 ti_abb_set_opp(struct regulator_dev *rdev, struct ti_abb *abb, struct ti_abb_info *info) argument
306 struct ti_abb *abb = rdev_get_drvdata(rdev); local
377 struct ti_abb *abb = rdev_get_drvdata(rdev); local
409 ti_abb_init_timings(struct device *dev, struct ti_abb *abb) argument
497 ti_abb_init_table(struct device *dev, struct ti_abb *abb, struct regulator_init_data *rinit_data) argument
691 struct ti_abb *abb; local
[all...]
H A DMakefile170 obj-$(CONFIG_REGULATOR_TI_ABB) += ti-abb-regulator.o

Completed in 105 milliseconds