Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/qcom/
H A Dtsens.c45 u32 low_viol; member
290 ret = regmap_field_read(priv->rf[LOWER_STATUS_0 + hw_id], &d->low_viol); in tsens_threshold_violated()
301 if (d->up_viol || d->low_viol || d->crit_viol) in tsens_threshold_violated()
350 (d->up_viol || d->low_viol || d->crit_viol) ? "(V)" : "", in tsens_read_irq_state()
351 d->low_viol, d->up_viol, d->crit_viol, in tsens_read_irq_state()
355 (d->up_viol || d->low_viol || d->crit_viol) ? "(V)" : "", in tsens_read_irq_state()
494 } else if (d.low_viol && in tsens_irq_thread()