Searched refs:tps6586x_read (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/include/linux/mfd/ |
D | tps6586x.h | 103 extern int tps6586x_read(struct device *dev, int reg, uint8_t *val);
|
/linux-5.19.10/drivers/gpio/ |
D | gpio-tps6586x.c | 36 ret = tps6586x_read(tps6586x_gpio->parent, TPS6586X_GPIOSET2, &val); in tps6586x_gpio_get()
|
/linux-5.19.10/drivers/regulator/ |
D | tps6586x-regulator.c | 277 ret = tps6586x_read(parent, ri->enable_reg[0], &val1); in tps6586x_regulator_preinit() 281 ret = tps6586x_read(parent, ri->enable_reg[1], &val2); in tps6586x_regulator_preinit()
|
/linux-5.19.10/drivers/mfd/ |
D | tps6586x.c | 156 int tps6586x_read(struct device *dev, int reg, uint8_t *val) in tps6586x_read() function 167 EXPORT_SYMBOL_GPL(tps6586x_read);
|