Searched refs:crit_viol (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/qcom/ |
H A D | tsens.c | 32 * @crit_viol: critical threshold violated 49 u32 crit_viol; member 296 &d->crit_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() 430 if (d.crit_viol && in tsens_critical_irq_thread()
|
/kernel/linux/linux-6.6/drivers/thermal/qcom/ |
H A D | tsens.c | 34 * @crit_viol: critical threshold violated 51 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()
|
Completed in 4 milliseconds