Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thermal/qcom/
Dtsens.c47 u32 low_viol; member
293 ret = regmap_field_read(priv->rf[LOWER_STATUS_0 + hw_id], &d->low_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()
497 } else if (d.low_viol && in tsens_irq_thread()