tps6524x 142 drivers/regulator/tps6524x-regulator.c static int __read_reg(struct tps6524x *hw, int reg) tps6524x 184 drivers/regulator/tps6524x-regulator.c static int read_reg(struct tps6524x *hw, int reg) tps6524x 195 drivers/regulator/tps6524x-regulator.c static int __write_reg(struct tps6524x *hw, int reg, int val) tps6524x 237 drivers/regulator/tps6524x-regulator.c static int __rmw_reg(struct tps6524x *hw, int reg, int mask, int val) tps6524x 253 drivers/regulator/tps6524x-regulator.c static int rmw_protect(struct tps6524x *hw, int reg, int mask, int val) tps6524x 281 drivers/regulator/tps6524x-regulator.c static int read_field(struct tps6524x *hw, const struct field *field) tps6524x 292 drivers/regulator/tps6524x-regulator.c static int write_field(struct tps6524x *hw, const struct field *field, tps6524x 459 drivers/regulator/tps6524x-regulator.c struct tps6524x *hw; tps6524x 473 drivers/regulator/tps6524x-regulator.c struct tps6524x *hw; tps6524x 495 drivers/regulator/tps6524x-regulator.c struct tps6524x *hw; tps6524x 516 drivers/regulator/tps6524x-regulator.c struct tps6524x *hw; tps6524x 537 drivers/regulator/tps6524x-regulator.c struct tps6524x *hw; tps6524x 548 drivers/regulator/tps6524x-regulator.c struct tps6524x *hw; tps6524x 559 drivers/regulator/tps6524x-regulator.c struct tps6524x *hw; tps6524x 581 drivers/regulator/tps6524x-regulator.c struct tps6524x *hw; tps6524x 595 drivers/regulator/tps6524x-regulator.c hw = devm_kzalloc(&spi->dev, sizeof(struct tps6524x), GFP_KERNEL); tps6524x 601 drivers/regulator/tps6524x-regulator.c memset(hw, 0, sizeof(struct tps6524x));