ti_abb            147 drivers/regulator/ti-abb-regulator.c static inline bool ti_abb_check_txdone(const struct ti_abb *abb)
ti_abb            156 drivers/regulator/ti-abb-regulator.c static inline void ti_abb_clear_txdone(const struct ti_abb *abb)
ti_abb            168 drivers/regulator/ti-abb-regulator.c static int ti_abb_wait_txdone(struct device *dev, struct ti_abb *abb)
ti_abb            193 drivers/regulator/ti-abb-regulator.c static int ti_abb_clear_all_txdone(struct device *dev, const struct ti_abb *abb)
ti_abb            219 drivers/regulator/ti-abb-regulator.c static void ti_abb_program_ldovbb(struct device *dev, const struct ti_abb *abb,
ti_abb            247 drivers/regulator/ti-abb-regulator.c static int ti_abb_set_opp(struct regulator_dev *rdev, struct ti_abb *abb,
ti_abb            315 drivers/regulator/ti-abb-regulator.c 	struct ti_abb *abb = rdev_get_drvdata(rdev);
ti_abb            376 drivers/regulator/ti-abb-regulator.c 	struct ti_abb *abb = rdev_get_drvdata(rdev);
ti_abb            408 drivers/regulator/ti-abb-regulator.c static int ti_abb_init_timings(struct device *dev, struct ti_abb *abb)
ti_abb            496 drivers/regulator/ti-abb-regulator.c static int ti_abb_init_table(struct device *dev, struct ti_abb *abb,
ti_abb            691 drivers/regulator/ti-abb-regulator.c 	struct ti_abb *abb;
ti_abb            711 drivers/regulator/ti-abb-regulator.c 	abb = devm_kzalloc(dev, sizeof(struct ti_abb), GFP_KERNEL);