Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dtps65090-charger.c69 ret = tps65090_read(charger->dev->parent, TPS65090_REG_CG_CTRL0, in tps65090_enable_charging()
105 ret = tps65090_read(charger->dev->parent, TPS65090_REG_INTR_MASK, in tps65090_config_charger()
145 ret = tps65090_read(charger->dev->parent, TPS65090_REG_CG_STATUS1, in tps65090_charger_isr()
153 ret = tps65090_read(charger->dev->parent, TPS65090_REG_INTR_STS, in tps65090_charger_isr()
284 ret = tps65090_read(cdata->dev->parent, TPS65090_REG_CG_STATUS1, in tps65090_charger_probe()
/openbmc/u-boot/drivers/power/pmic/
H A Dtps65090.c36 static int tps65090_read(struct udevice *dev, uint reg, uint8_t *buff, int len) in tps65090_read() function
74 .read = tps65090_read,
/openbmc/linux/include/linux/mfd/
H A Dtps65090.h121 static inline int tps65090_read(struct device *dev, int reg, uint8_t *val) in tps65090_read() function