Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/thermal/qcom/
Dtsens.c42 u32 up_viol; member
289 ret = regmap_field_read(priv->rf[UPPER_STATUS_0 + hw_id], &d->up_viol); in tsens_threshold_violated()
303 if (d->up_viol || d->low_viol || d->crit_viol) in tsens_threshold_violated()
352 (d->up_viol || d->low_viol || d->crit_viol) ? "(V)" : "", in tsens_read_irq_state()
353 d->low_viol, d->up_viol, d->crit_viol, in tsens_read_irq_state()
357 (d->up_viol || d->low_viol || d->crit_viol) ? "(V)" : "", in tsens_read_irq_state()
485 if (d.up_viol && in tsens_irq_thread()