Home
last modified time | relevance | path

Searched refs:tps65090_write (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dtps65090-charger.c51 ret = tps65090_write(charger->dev->parent, TPS65090_REG_CG_CTRL5, in tps65090_low_chrg_current()
77 ret = tps65090_write(charger->dev->parent, TPS65090_REG_CG_CTRL0, in tps65090_enable_charging()
113 ret = tps65090_write(charger->dev->parent, TPS65090_REG_INTR_MASK, in tps65090_config_charger()
172 ret = tps65090_write(charger->dev->parent, in tps65090_charger_isr()
/OK3568_Linux_fs/u-boot/drivers/power/pmic/
H A Dtps65090.c28 static int tps65090_write(struct udevice *dev, uint reg, const uint8_t *buff, in tps65090_write() function
78 .write = tps65090_write,
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dtps65090.h114 static inline int tps65090_write(struct device *dev, int reg, uint8_t val) in tps65090_write() function