Lines Matching defs:lp872x
15 #include <linux/regulator/lp872x.h>
101 struct lp872x {
156 static int lp872x_read_byte(struct lp872x *lp, u8 addr, u8 *data)
171 static inline int lp872x_write_byte(struct lp872x *lp, u8 addr, u8 data)
176 static inline int lp872x_update_bits(struct lp872x *lp, u8 addr,
182 static int lp872x_get_timestep_usec(struct lp872x *lp)
220 struct lp872x *lp = rdev_get_drvdata(rdev);
252 static void lp872x_set_dvs(struct lp872x *lp, enum lp872x_dvs_sel dvs_sel,
262 static u8 lp872x_select_buck_vout_addr(struct lp872x *lp,
319 struct lp872x *lp = rdev_get_drvdata(rdev);
336 struct lp872x *lp = rdev_get_drvdata(rdev);
354 struct lp872x *lp = rdev_get_drvdata(rdev);
390 struct lp872x *lp = rdev_get_drvdata(rdev);
676 static int lp872x_init_dvs(struct lp872x *lp)
707 static int lp872x_hw_enable(struct lp872x *lp)
734 static int lp872x_config(struct lp872x *lp)
751 *lp872x_find_regulator_init_data(int id, struct lp872x *lp)
767 static int lp872x_regulator_register(struct lp872x *lp)
892 struct lp872x *lp;
909 lp = devm_kzalloc(&cl->dev, sizeof(struct lp872x), GFP_KERNEL);
954 .name = "lp872x",