Searched refs:qpnp_tm_read (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/thermal/qcom/ |
| H A D | qcom-spmi-temp-alarm.c | 155 static int qpnp_tm_read(struct qpnp_tm_chip *chip, u16 addr, u8 *data) in qpnp_tm_read() function 200 ret = qpnp_tm_read(chip, QPNP_TM_REG_STATUS, ®); in qpnp_tm_gen1_get_temp_stage() 218 ret = qpnp_tm_read(chip, QPNP_TM_REG_STATUS, ®); in qpnp_tm_gen2_get_temp_stage() 238 ret = qpnp_tm_read(chip, QPNP_TM_REG_IRQ_STATUS, ®); in qpnp_tm_lite_get_temp_stage() 479 ret = qpnp_tm_read(chip, addr, ®); in qpnp_tm_lite_set_temp_thresh() 533 ret = qpnp_tm_read(chip, QPNP_TM_REG_SHUTDOWN_CTRL1, ®); in qpnp_tm_sync_thresholds() 603 ret = qpnp_tm_read(chip, QPNP_TM_REG_TEMP_DAC_STG1 + i, ®); in qpnp_tm_gen2_rev2_sync_thresholds() 660 ret = qpnp_tm_read(chip, QPNP_TM_REG_LITE_TEMP_CFG1, ®); in qpnp_tm_lite_sync_thresholds() 667 ret = qpnp_tm_read(chip, QPNP_TM_REG_LITE_TEMP_CFG2, ®); in qpnp_tm_lite_sync_thresholds() 799 ret = qpnp_tm_read(chip, QPNP_TM_REG_TYPE, &type); in qpnp_tm_probe() [all …]
|