Home
last modified time | relevance | path

Searched refs:tps65217_reg_read (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/mfd/
H A Dtps65217.c111 ret = tps65217_reg_read(tps, TPS65217_REG_INT, &status); in tps65217_irq_thread()
189 int tps65217_reg_read(struct tps65217 *tps, unsigned int reg, in tps65217_reg_read() function
194 EXPORT_SYMBOL_GPL(tps65217_reg_read);
256 ret = tps65217_reg_read(tps, reg, &data); in tps65217_update_bits()
353 ret = tps65217_reg_read(tps, TPS65217_REG_CHIPID, &version); in tps65217_probe()
/openbmc/linux/drivers/power/supply/
H A Dtps65217_charger.c123 ret = tps65217_reg_read(charger->tps, TPS65217_REG_STATUS, &val); in tps65217_charger_irq()
147 ret = tps65217_reg_read(charger->tps, TPS65217_REG_CHGCONFIG0, &val); in tps65217_charger_irq()
/openbmc/u-boot/include/power/
H A Dtps65217.h85 int tps65217_reg_read(uchar src_reg, uchar *src_val);
/openbmc/u-boot/drivers/power/pmic/
H A Dpmic_tps65217.c19 int tps65217_reg_read(uchar src_reg, uchar *src_val) in tps65217_reg_read() function
/openbmc/linux/include/linux/mfd/
H A Dtps65217.h272 int tps65217_reg_read(struct tps65217 *tps, unsigned int reg,
/openbmc/linux/drivers/regulator/
H A Dtps65217-regulator.c248 ret = tps65217_reg_read(tps, regulators[i].bypass_reg, &val); in tps65217_regulator_probe()
/openbmc/u-boot/board/ti/am335x/
H A Dboard.c281 if (tps65217_reg_read(TPS65217_STATUS, in bone_not_connected_to_ac_power()