Lines Matching defs:tps6524x
135 struct tps6524x {
142 static int __read_reg(struct tps6524x *hw, int reg)
184 static int read_reg(struct tps6524x *hw, int reg)
195 static int __write_reg(struct tps6524x *hw, int reg, int val)
237 static int __rmw_reg(struct tps6524x *hw, int reg, int mask, int val)
253 static int rmw_protect(struct tps6524x *hw, int reg, int mask, int val)
281 static int read_field(struct tps6524x *hw, const struct field *field)
292 static int write_field(struct tps6524x *hw, const struct field *field,
459 struct tps6524x *hw;
473 struct tps6524x *hw;
495 struct tps6524x *hw;
516 struct tps6524x *hw;
537 struct tps6524x *hw;
548 struct tps6524x *hw;
559 struct tps6524x *hw;
581 struct tps6524x *hw;
595 hw = devm_kzalloc(&spi->dev, sizeof(struct tps6524x), GFP_KERNEL);
601 memset(hw, 0, sizeof(struct tps6524x));
630 .name = "tps6524x",
639 MODULE_ALIAS("spi:tps6524x");