Symbol: lp872x
drivers/regulator/lp872x.c
155
static int lp872x_read_byte(struct lp872x *lp, u8 addr, u8 *data)
drivers/regulator/lp872x.c
170
static inline int lp872x_write_byte(struct lp872x *lp, u8 addr, u8 data)
drivers/regulator/lp872x.c
175
static inline int lp872x_update_bits(struct lp872x *lp, u8 addr,
drivers/regulator/lp872x.c
181
static int lp872x_get_timestep_usec(struct lp872x *lp)
drivers/regulator/lp872x.c
219
struct lp872x *lp = rdev_get_drvdata(rdev);
drivers/regulator/lp872x.c
251
static void lp872x_set_dvs(struct lp872x *lp, enum lp872x_dvs_sel dvs_sel,
drivers/regulator/lp872x.c
261
static u8 lp872x_select_buck_vout_addr(struct lp872x *lp,
drivers/regulator/lp872x.c
318
struct lp872x *lp = rdev_get_drvdata(rdev);
drivers/regulator/lp872x.c
335
struct lp872x *lp = rdev_get_drvdata(rdev);
drivers/regulator/lp872x.c
353
struct lp872x *lp = rdev_get_drvdata(rdev);
drivers/regulator/lp872x.c
389
struct lp872x *lp = rdev_get_drvdata(rdev);
drivers/regulator/lp872x.c
675
static int lp872x_init_dvs(struct lp872x *lp)
drivers/regulator/lp872x.c
705
static int lp872x_hw_enable(struct lp872x *lp)
drivers/regulator/lp872x.c
729
static int lp872x_config(struct lp872x *lp)
drivers/regulator/lp872x.c
746
*lp872x_find_regulator_init_data(int id, struct lp872x *lp)
drivers/regulator/lp872x.c
762
static int lp872x_regulator_register(struct lp872x *lp)
drivers/regulator/lp872x.c
884
struct lp872x *lp;
drivers/regulator/lp872x.c
901
lp = devm_kzalloc(&cl->dev, sizeof(struct lp872x), GFP_KERNEL);