Searched refs:tps6507x_pmic_write (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | tps6507x-regulator.c | 134 static inline int tps6507x_pmic_write(struct tps6507x_pmic *tps, u8 reg, u8 val) in tps6507x_pmic_write() function 153 err = tps6507x_pmic_write(tps, reg, data); in tps6507x_pmic_set_bits() 176 err = tps6507x_pmic_write(tps, reg, data); in tps6507x_pmic_clear_bits() 205 err = tps6507x_pmic_write(tps, reg, val); in tps6507x_pmic_reg_write()
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | tps6507x-regulator.c | 126 static inline int tps6507x_pmic_write(struct tps6507x_pmic *tps, u8 reg, u8 val) in tps6507x_pmic_write() function 145 err = tps6507x_pmic_write(tps, reg, data); in tps6507x_pmic_set_bits() 168 err = tps6507x_pmic_write(tps, reg, data); in tps6507x_pmic_clear_bits() 197 err = tps6507x_pmic_write(tps, reg, val); in tps6507x_pmic_reg_write()
|
Completed in 4 milliseconds