tps6586x_read      36 drivers/gpio/gpio-tps6586x.c 	ret = tps6586x_read(tps6586x_gpio->parent, TPS6586X_GPIOSET2, &val);
tps6586x_read     167 drivers/mfd/tps6586x.c EXPORT_SYMBOL_GPL(tps6586x_read);
tps6586x_read     277 drivers/regulator/tps6586x-regulator.c 	ret = tps6586x_read(parent, ri->enable_reg[0], &val1);
tps6586x_read     281 drivers/regulator/tps6586x-regulator.c 	ret = tps6586x_read(parent, ri->enable_reg[1], &val2);
tps6586x_read     103 include/linux/mfd/tps6586x.h extern int tps6586x_read(struct device *dev, int reg, uint8_t *val);