Searched refs:tps6586x_read (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/power/ |
| H A D | tps6586x.c | 33 static int tps6586x_read(int reg) in tps6586x_read() function 97 ctrl1 = tps6586x_read(SUPPLY_CONTROL1); in read_voltages() 98 ctrl2 = tps6586x_read(SUPPLY_CONTROL2); in read_voltages() 104 *sm0 = tps6586x_read(is_v2 ? SM0_VOLTAGE_V2 : SM0_VOLTAGE_V1); in read_voltages() 105 *sm1 = tps6586x_read(is_v2 ? SM1_VOLTAGE_V2 : SM1_VOLTAGE_V1); in read_voltages() 155 ret = tps6586x_read(PFM_MODE); in tps6586x_set_pwm_mode()
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | tps6586x.h | 103 extern int tps6586x_read(struct device *dev, int reg, uint8_t *val);
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-tps6586x.c | 36 ret = tps6586x_read(tps6586x_gpio->parent, TPS6586X_GPIOSET2, &val); in tps6586x_gpio_get()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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);
|