Home
last modified time | relevance | path

Searched refs:tps6586x_read (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/mfd/
A Dtps6586x.h103 extern int tps6586x_read(struct device *dev, int reg, uint8_t *val);
/linux/drivers/gpio/
A Dgpio-tps6586x.c36 ret = tps6586x_read(tps6586x_gpio->parent, TPS6586X_GPIOSET2, &val); in tps6586x_gpio_get()
/linux/drivers/mfd/
A Dtps6586x.c156 int tps6586x_read(struct device *dev, int reg, uint8_t *val) in tps6586x_read() function
167 EXPORT_SYMBOL_GPL(tps6586x_read);
/linux/drivers/regulator/
A Dtps6586x-regulator.c277 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()

Completed in 6 milliseconds