Lines Matching refs:tps65218
32 #include <linux/mfd/tps65218.h>
38 .name = "tps65218-pwrbutton",
39 .of_compatible = "ti,tps65218-pwrbutton",
42 .name = "tps65218-gpio",
43 .of_compatible = "ti,tps65218-gpio",
45 { .name = "tps65218-regulator", },
49 * tps65218_reg_write: Write a single tps65218 register.
56 int tps65218_reg_write(struct tps65218 *tps, unsigned int reg,
88 static int tps65218_update_bits(struct tps65218 *tps, unsigned int reg,
112 int tps65218_set_bits(struct tps65218 *tps, unsigned int reg,
119 int tps65218_clear_bits(struct tps65218 *tps, unsigned int reg,
199 .name = "tps65218",
209 { .compatible = "ti,tps65218", },
214 static int tps65218_voltage_set_strict(struct tps65218 *tps)
236 static int tps65218_voltage_set_uv_hyst(struct tps65218 *tps)
257 static int tps65218_voltage_set_uvlo(struct tps65218 *tps)
294 struct tps65218 *tps;
349 { "tps65218", TPS65218 },
356 .name = "tps65218",