Searched refs:tps65217_reg_read (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/mfd/ |
H A D | tps65217.c | 111 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 D | tps65217_charger.c | 123 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 D | tps65217.h | 85 int tps65217_reg_read(uchar src_reg, uchar *src_val);
|
/openbmc/u-boot/drivers/power/pmic/ |
H A D | pmic_tps65217.c | 19 int tps65217_reg_read(uchar src_reg, uchar *src_val) in tps65217_reg_read() function
|
/openbmc/linux/include/linux/mfd/ |
H A D | tps65217.h | 272 int tps65217_reg_read(struct tps65217 *tps, unsigned int reg,
|
/openbmc/linux/drivers/regulator/ |
H A D | tps65217-regulator.c | 248 ret = tps65217_reg_read(tps, regulators[i].bypass_reg, &val); in tps65217_regulator_probe()
|
/openbmc/u-boot/board/ti/am335x/ |
H A D | board.c | 281 if (tps65217_reg_read(TPS65217_STATUS, in bone_not_connected_to_ac_power()
|