Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thermal/qcom/
Dtsens.c261 static void tsens_set_interrupt(struct tsens_priv *priv, u32 hw_id, in tsens_set_interrupt() function
433 tsens_set_interrupt(priv, hw_id, CRITICAL, false); in tsens_critical_irq_thread()
485 tsens_set_interrupt(priv, hw_id, UPPER, disable); in tsens_irq_thread()
489 tsens_set_interrupt(priv, hw_id, UPPER, enable); in tsens_irq_thread()
496 tsens_set_interrupt(priv, hw_id, LOWER, disable); in tsens_irq_thread()
500 tsens_set_interrupt(priv, hw_id, LOWER, enable); in tsens_irq_thread()
549 tsens_set_interrupt(priv, hw_id, LOWER, true); in tsens_set_trips()
550 tsens_set_interrupt(priv, hw_id, UPPER, true); in tsens_set_trips()