Lines Matching defs:lp

160 static int lp872x_read_byte(struct lp872x *lp, u8 addr, u8 *data)  in lp872x_read_byte()
175 static inline int lp872x_write_byte(struct lp872x *lp, u8 addr, u8 data) in lp872x_write_byte()
180 static inline int lp872x_update_bits(struct lp872x *lp, u8 addr, in lp872x_update_bits()
186 static int lp872x_get_timestep_usec(struct lp872x *lp) in lp872x_get_timestep_usec()
224 struct lp872x *lp = rdev_get_drvdata(rdev); in lp872x_regulator_enable_time() local
256 static void lp872x_set_dvs(struct lp872x *lp, enum lp872x_dvs_sel dvs_sel, in lp872x_set_dvs()
266 static u8 lp872x_select_buck_vout_addr(struct lp872x *lp, in lp872x_select_buck_vout_addr()
323 struct lp872x *lp = rdev_get_drvdata(rdev); in lp872x_buck_set_voltage_sel() local
340 struct lp872x *lp = rdev_get_drvdata(rdev); in lp872x_buck_get_voltage_sel() local
359 struct lp872x *lp = rdev_get_drvdata(rdev); in lp8725_buck_set_current_limit() local
388 struct lp872x *lp = rdev_get_drvdata(rdev); in lp8725_buck_get_current_limit() local
416 struct lp872x *lp = rdev_get_drvdata(rdev); in lp872x_buck_set_mode() local
452 struct lp872x *lp = rdev_get_drvdata(rdev); in lp872x_buck_get_mode() local
715 static int lp872x_init_dvs(struct lp872x *lp) in lp872x_init_dvs()
749 static int lp872x_config(struct lp872x *lp) in lp872x_config()
766 *lp872x_find_regulator_init_data(int id, struct lp872x *lp) in lp872x_find_regulator_init_data()
782 static int lp872x_regulator_register(struct lp872x *lp) in lp872x_regulator_register()
905 struct lp872x *lp; in lp872x_probe() local