lp872x            156 drivers/regulator/lp872x.c static int lp872x_read_byte(struct lp872x *lp, u8 addr, u8 *data)
lp872x            171 drivers/regulator/lp872x.c static inline int lp872x_write_byte(struct lp872x *lp, u8 addr, u8 data)
lp872x            176 drivers/regulator/lp872x.c static inline int lp872x_update_bits(struct lp872x *lp, u8 addr,
lp872x            182 drivers/regulator/lp872x.c static int lp872x_get_timestep_usec(struct lp872x *lp)
lp872x            220 drivers/regulator/lp872x.c 	struct lp872x *lp = rdev_get_drvdata(rdev);
lp872x            252 drivers/regulator/lp872x.c static void lp872x_set_dvs(struct lp872x *lp, enum lp872x_dvs_sel dvs_sel,
lp872x            262 drivers/regulator/lp872x.c static u8 lp872x_select_buck_vout_addr(struct lp872x *lp,
lp872x            319 drivers/regulator/lp872x.c 	struct lp872x *lp = rdev_get_drvdata(rdev);
lp872x            336 drivers/regulator/lp872x.c 	struct lp872x *lp = rdev_get_drvdata(rdev);
lp872x            354 drivers/regulator/lp872x.c 	struct lp872x *lp = rdev_get_drvdata(rdev);
lp872x            390 drivers/regulator/lp872x.c 	struct lp872x *lp = rdev_get_drvdata(rdev);
lp872x            676 drivers/regulator/lp872x.c static int lp872x_init_dvs(struct lp872x *lp)
lp872x            707 drivers/regulator/lp872x.c static int lp872x_hw_enable(struct lp872x *lp)
lp872x            734 drivers/regulator/lp872x.c static int lp872x_config(struct lp872x *lp)
lp872x            751 drivers/regulator/lp872x.c *lp872x_find_regulator_init_data(int id, struct lp872x *lp)
lp872x            767 drivers/regulator/lp872x.c static int lp872x_regulator_register(struct lp872x *lp)
lp872x            892 drivers/regulator/lp872x.c 	struct lp872x *lp;
lp872x            909 drivers/regulator/lp872x.c 	lp = devm_kzalloc(&cl->dev, sizeof(struct lp872x), GFP_KERNEL);