Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thermal/qcom/
Dtsens.c43 u32 up_viol; member
290 ret = regmap_field_read(priv->rf[UPPER_STATUS_0 + hw_id], &d->up_viol); in tsens_threshold_violated()
304 if (d->up_viol || d->low_viol || d->crit_viol) in tsens_threshold_violated()
353 (d->up_viol || d->low_viol || d->crit_viol) ? "(V)" : "", in tsens_read_irq_state()
354 d->low_viol, d->up_viol, d->crit_viol, in tsens_read_irq_state()
358 (d->up_viol || d->low_viol || d->crit_viol) ? "(V)" : "", in tsens_read_irq_state()
486 if (d.up_viol && in tsens_irq_thread()