Searched refs:tps6586x_read (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | tps6586x.h | 103 extern int tps6586x_read(struct device *dev, int reg, uint8_t *val);
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | tps6586x.h | 103 extern int tps6586x_read(struct device *dev, int reg, uint8_t *val);
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-tps6586x.c | 36 ret = tps6586x_read(tps6586x_gpio->parent, TPS6586X_GPIOSET2, &val); in tps6586x_gpio_get()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-tps6586x.c | 36 ret = tps6586x_read(tps6586x_gpio->parent, TPS6586X_GPIOSET2, &val); in tps6586x_gpio_get()
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A 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); variable
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A 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); variable
|
Completed in 6 milliseconds