Searched refs:tps6524x (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/regulator/ |
D | tps6524x-regulator.c | 135 struct tps6524x { struct 143 static int __read_reg(struct tps6524x *hw, int reg) in __read_reg() argument 185 static int read_reg(struct tps6524x *hw, int reg) in read_reg() 196 static int __write_reg(struct tps6524x *hw, int reg, int val) in __write_reg() 238 static int __rmw_reg(struct tps6524x *hw, int reg, int mask, int val) in __rmw_reg() 254 static int rmw_protect(struct tps6524x *hw, int reg, int mask, int val) in rmw_protect() 282 static int read_field(struct tps6524x *hw, const struct field *field) in read_field() 293 static int write_field(struct tps6524x *hw, const struct field *field, in write_field() 460 struct tps6524x *hw; in set_voltage_sel() 474 struct tps6524x *hw; in get_voltage_sel() [all …]
|
D | Makefile | 115 obj-$(CONFIG_REGULATOR_TPS6524X) += tps6524x-regulator.o
|