Searched refs:tps6524x (Results 1 – 2 of 2) sorted by relevance
/drivers/regulator/ |
D | tps6524x-regulator.c | 135 struct tps6524x { struct 142 static int __read_reg(struct tps6524x *hw, int reg) in __read_reg() argument 184 static int read_reg(struct tps6524x *hw, int reg) in read_reg() 195 static int __write_reg(struct tps6524x *hw, int reg, int val) in __write_reg() 237 static int __rmw_reg(struct tps6524x *hw, int reg, int mask, int val) in __rmw_reg() 253 static int rmw_protect(struct tps6524x *hw, int reg, int mask, int val) in rmw_protect() 281 static int read_field(struct tps6524x *hw, const struct field *field) in read_field() 292 static int write_field(struct tps6524x *hw, const struct field *field, in write_field() 459 struct tps6524x *hw; in set_voltage_sel() 473 struct tps6524x *hw; in get_voltage_sel() [all …]
|
D | Makefile | 125 obj-$(CONFIG_REGULATOR_TPS6524X) += tps6524x-regulator.o
|