Symbol: tps65218
drivers/gpio/gpio-tps65218.c
111
ret = tps65218_clear_bits(tps65218, TPS65218_REG_SEQ7,
drivers/gpio/gpio-tps65218.c
118
ret = tps65218_clear_bits(tps65218, TPS65218_REG_CONFIG2,
drivers/gpio/gpio-tps65218.c
136
struct tps65218 *tps65218 = tps65218_gpio->tps65218;
drivers/gpio/gpio-tps65218.c
149
return tps65218_clear_bits(tps65218,
drivers/gpio/gpio-tps65218.c
154
return tps65218_set_bits(tps65218,
drivers/gpio/gpio-tps65218.c
181
struct tps65218 *tps65218 = dev_get_drvdata(pdev->dev.parent);
drivers/gpio/gpio-tps65218.c
189
tps65218_gpio->tps65218 = tps65218;
drivers/gpio/gpio-tps65218.c
19
struct tps65218 *tps65218;
drivers/gpio/gpio-tps65218.c
26
struct tps65218 *tps65218 = tps65218_gpio->tps65218;
drivers/gpio/gpio-tps65218.c
30
ret = regmap_read(tps65218->regmap, TPS65218_REG_ENABLE2, &val);
drivers/gpio/gpio-tps65218.c
41
struct tps65218 *tps65218 = tps65218_gpio->tps65218;
drivers/gpio/gpio-tps65218.c
44
return tps65218_set_bits(tps65218, TPS65218_REG_ENABLE2,
drivers/gpio/gpio-tps65218.c
49
return tps65218_clear_bits(tps65218, TPS65218_REG_ENABLE2,
drivers/gpio/gpio-tps65218.c
64
struct tps65218 *tps65218 = tps65218_gpio->tps65218;
drivers/gpio/gpio-tps65218.c
80
ret = tps65218_clear_bits(tps65218, TPS65218_REG_SEQ7,
drivers/gpio/gpio-tps65218.c
87
ret = tps65218_clear_bits(tps65218, TPS65218_REG_CONFIG1,
drivers/gpio/gpio-tps65218.c
96
ret = tps65218_clear_bits(tps65218, TPS65218_REG_CONFIG1,
drivers/mfd/tps65218.c
103
int tps65218_set_bits(struct tps65218 *tps, unsigned int reg,
drivers/mfd/tps65218.c
110
int tps65218_clear_bits(struct tps65218 *tps, unsigned int reg,
drivers/mfd/tps65218.c
205
static int tps65218_voltage_set_strict(struct tps65218 *tps)
drivers/mfd/tps65218.c
227
static int tps65218_voltage_set_uv_hyst(struct tps65218 *tps)
drivers/mfd/tps65218.c
248
static int tps65218_voltage_set_uvlo(struct tps65218 *tps)
drivers/mfd/tps65218.c
284
struct tps65218 *tps;
drivers/mfd/tps65218.c
47
int tps65218_reg_write(struct tps65218 *tps, unsigned int reg,
drivers/mfd/tps65218.c
79
static int tps65218_update_bits(struct tps65218 *tps, unsigned int reg,
drivers/regulator/tps65218-regulator.c
106
struct tps65218 *tps = rdev_get_drvdata(dev);
drivers/regulator/tps65218-regulator.c
119
struct tps65218 *tps = rdev_get_drvdata(dev);
drivers/regulator/tps65218-regulator.c
132
struct tps65218 *tps = rdev_get_drvdata(dev);
drivers/regulator/tps65218-regulator.c
192
struct tps65218 *tps = rdev_get_drvdata(dev);
drivers/regulator/tps65218-regulator.c
210
struct tps65218 *tps = rdev_get_drvdata(dev);
drivers/regulator/tps65218-regulator.c
305
struct tps65218 *tps = dev_get_drvdata(pdev->dev.parent);
drivers/regulator/tps65218-regulator.c
69
struct tps65218 *tps = rdev_get_drvdata(dev);
drivers/regulator/tps65218-regulator.c
92
struct tps65218 *tps = rdev_get_drvdata(dev);
include/linux/mfd/tps65218.h
266
int tps65218_reg_write(struct tps65218 *tps, unsigned int reg,
include/linux/mfd/tps65218.h
268
int tps65218_set_bits(struct tps65218 *tps, unsigned int reg,
include/linux/mfd/tps65218.h
270
int tps65218_clear_bits(struct tps65218 *tps, unsigned int reg,