Lines Matching defs:tps65218
16 #include <linux/mfd/tps65218.h>
19 struct tps65218 *tps65218;
26 struct tps65218 *tps65218 = tps65218_gpio->tps65218;
30 ret = regmap_read(tps65218->regmap, TPS65218_REG_ENABLE2, &val);
41 struct tps65218 *tps65218 = tps65218_gpio->tps65218;
44 tps65218_set_bits(tps65218, TPS65218_REG_ENABLE2,
49 tps65218_clear_bits(tps65218, TPS65218_REG_ENABLE2,
70 struct tps65218 *tps65218 = tps65218_gpio->tps65218;
86 ret = tps65218_clear_bits(tps65218, TPS65218_REG_SEQ7,
93 ret = tps65218_clear_bits(tps65218, TPS65218_REG_CONFIG1,
102 ret = tps65218_clear_bits(tps65218, TPS65218_REG_CONFIG1,
117 ret = tps65218_clear_bits(tps65218, TPS65218_REG_SEQ7,
124 ret = tps65218_clear_bits(tps65218, TPS65218_REG_CONFIG2,
142 struct tps65218 *tps65218 = tps65218_gpio->tps65218;
155 return tps65218_clear_bits(tps65218,
160 return tps65218_set_bits(tps65218,
173 .label = "gpio-tps65218",
188 struct tps65218 *tps65218 = dev_get_drvdata(pdev->dev.parent);
196 tps65218_gpio->tps65218 = tps65218;
205 { .compatible = "ti,tps65218-gpio" },
211 { "tps65218-gpio", },
218 .name = "tps65218-gpio",