Searched refs:tps6586x_read (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/mfd/ |
D | tps6586x.h | 101 extern int tps6586x_read(struct device *dev, int reg, uint8_t *val);
|
/linux-4.1.27/drivers/gpio/ |
D | gpio-tps6586x.c | 52 ret = tps6586x_read(tps6586x_gpio->parent, TPS6586X_GPIOSET2, &val); in tps6586x_gpio_get()
|
/linux-4.1.27/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);
|
/linux-4.1.27/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()
|