Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thermal/qcom/
Dtsens.c51 u32 crit_viol; member
478 &d->crit_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()
612 if (d.crit_viol && in tsens_critical_irq_thread()