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

/linux-4.1.27/drivers/regulator/
H A Dti-abb-regulator.c82 * struct ti_abb - ABB instance data
100 struct ti_abb { struct
147 static inline bool ti_abb_check_txdone(const struct ti_abb *abb) ti_abb_check_txdone()
156 static inline void ti_abb_clear_txdone(const struct ti_abb *abb) ti_abb_clear_txdone()
168 static int ti_abb_wait_txdone(struct device *dev, struct ti_abb *abb) ti_abb_wait_txdone()
198 static int ti_abb_clear_all_txdone(struct device *dev, const struct ti_abb *abb) ti_abb_clear_all_txdone()
229 static void ti_abb_program_ldovbb(struct device *dev, const struct ti_abb *abb, ti_abb_program_ldovbb()
257 static int ti_abb_set_opp(struct regulator_dev *rdev, struct ti_abb *abb, ti_abb_set_opp()
325 struct ti_abb *abb = rdev_get_drvdata(rdev); ti_abb_set_voltage_sel()
386 struct ti_abb *abb = rdev_get_drvdata(rdev); ti_abb_get_voltage_sel()
418 static int ti_abb_init_timings(struct device *dev, struct ti_abb *abb) ti_abb_init_timings()
506 static int ti_abb_init_table(struct device *dev, struct ti_abb *abb, ti_abb_init_table()
701 struct ti_abb *abb; ti_abb_probe()
721 abb = devm_kzalloc(dev, sizeof(struct ti_abb), GFP_KERNEL); ti_abb_probe()
889 MODULE_ALIAS("platform:ti_abb");
894 .name = "ti_abb",

Completed in 195 milliseconds