Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/qcom/
H A Dtsens.c28 * @low_viol: lower threshold violated
45 u32 low_viol; member
290 ret = regmap_field_read(priv->rf[LOWER_STATUS_0 + hw_id], &d->low_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()
494 } else if (d.low_viol && in tsens_irq_thread()
/kernel/linux/linux-6.6/drivers/thermal/qcom/
H A Dtsens.c30 * @low_viol: lower threshold violated
47 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()

Completed in 3 milliseconds