Home
last modified time | relevance | path

Searched refs:lp872x (Results 1 – 2 of 2) sorted by relevance

/drivers/regulator/
Dlp872x.c101 struct lp872x { struct
156 static int lp872x_read_byte(struct lp872x *lp, u8 addr, u8 *data) in lp872x_read_byte()
171 static inline int lp872x_write_byte(struct lp872x *lp, u8 addr, u8 data) in lp872x_write_byte()
176 static inline int lp872x_update_bits(struct lp872x *lp, u8 addr, in lp872x_update_bits()
182 static int lp872x_get_timestep_usec(struct lp872x *lp) in lp872x_get_timestep_usec()
220 struct lp872x *lp = rdev_get_drvdata(rdev); in lp872x_regulator_enable_time()
252 static void lp872x_set_dvs(struct lp872x *lp, enum lp872x_dvs_sel dvs_sel, in lp872x_set_dvs()
262 static u8 lp872x_select_buck_vout_addr(struct lp872x *lp, in lp872x_select_buck_vout_addr()
319 struct lp872x *lp = rdev_get_drvdata(rdev); in lp872x_buck_set_voltage_sel()
336 struct lp872x *lp = rdev_get_drvdata(rdev); in lp872x_buck_get_voltage_sel()
[all …]
DMakefile58 obj-$(CONFIG_REGULATOR_LP872X) += lp872x.o