Searched refs:up_viol (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/qcom/ |
H A D | tsens.c | 24 * @up_viol: upper threshold violated 41 u32 up_viol; member 287 ret = regmap_field_read(priv->rf[UPPER_STATUS_0 + hw_id], &d->up_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() 483 if (d.up_viol && in tsens_irq_thread()
|
/kernel/linux/linux-6.6/drivers/thermal/qcom/ |
H A D | tsens.c | 26 * @up_viol: upper threshold violated 43 u32 up_viol; member 469 ret = regmap_field_read(priv->rf[UPPER_STATUS_0 + hw_id], &d->up_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 4 milliseconds