Searched refs:tps65217_reg_read (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | tps65217.c | 120 ret = tps65217_reg_read(tps, TPS65217_REG_INT, &status); in tps65217_irq_thread() 198 int tps65217_reg_read(struct tps65217 *tps, unsigned int reg, in tps65217_reg_read() function 203 EXPORT_SYMBOL_GPL(tps65217_reg_read); 265 ret = tps65217_reg_read(tps, reg, &data); in tps65217_update_bits() 362 ret = tps65217_reg_read(tps, TPS65217_REG_CHIPID, &version); in tps65217_probe()
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | tps65217_charger.c | 124 ret = tps65217_reg_read(charger->tps, TPS65217_REG_STATUS, &val); in tps65217_charger_irq() 148 ret = tps65217_reg_read(charger->tps, TPS65217_REG_CHGCONFIG0, &val); in tps65217_charger_irq()
|
| /OK3568_Linux_fs/u-boot/include/power/ |
| H A D | tps65217.h | 84 int tps65217_reg_read(uchar src_reg, uchar *src_val);
|
| /OK3568_Linux_fs/u-boot/drivers/power/pmic/ |
| H A D | pmic_tps65217.c | 18 int tps65217_reg_read(uchar src_reg, uchar *src_val) in tps65217_reg_read() function
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/ |
| H A D | tps65217.h | 280 int tps65217_reg_read(struct tps65217 *tps, unsigned int reg,
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | tps65217-regulator.c | 256 ret = tps65217_reg_read(tps, regulators[i].bypass_reg, &val); in tps65217_regulator_probe()
|
| /OK3568_Linux_fs/u-boot/board/ti/am335x/ |
| H A D | board.c | 279 if (tps65217_reg_read(TPS65217_STATUS, in bone_not_connected_to_ac_power()
|