Home
last modified time | relevance | path

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

/linux/drivers/thermal/qcom/
H A Dtsens.c44 u32 up_viol; member
470 ret = regmap_field_read(priv->rf[UPPER_STATUS_0 + hw_id], &d->up_viol); in tsens_threshold_violated()
484 if (d->up_viol || d->low_viol || d->crit_viol) in tsens_threshold_violated()
533 (d->up_viol || d->low_viol || d->crit_viol) ? "(V)" : "", in tsens_read_irq_state()
534 d->low_viol, d->up_viol, d->crit_viol, in tsens_read_irq_state()
538 (d->up_viol || d->low_viol || d->crit_viol) ? "(V)" : "", in tsens_read_irq_state()