Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thermal/qcom/
Dtsens.c47 u32 low_viol; member
472 ret = regmap_field_read(priv->rf[LOWER_STATUS_0 + hw_id], &d->low_viol); in tsens_threshold_violated()
483 if (d->up_viol || d->low_viol || d->crit_viol) in tsens_threshold_violated()
532 (d->up_viol || d->low_viol || d->crit_viol) ? "(V)" : "", in tsens_read_irq_state()
533 d->low_viol, d->up_viol, d->crit_viol, in tsens_read_irq_state()
537 (d->up_viol || d->low_viol || d->crit_viol) ? "(V)" : "", in tsens_read_irq_state()