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