Searched refs:tsens_set_interrupt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/qcom/ |
H A D | tsens.c | 251 * tsens_set_interrupt - Set state of an interrupt 261 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()
|
/kernel/linux/linux-6.6/drivers/thermal/qcom/ |
H A D | tsens.c | 433 * tsens_set_interrupt - Set state of an interrupt 443 static void tsens_set_interrupt(struct tsens_priv *priv, u32 hw_id, in tsens_set_interrupt() function 615 tsens_set_interrupt(priv, hw_id, CRITICAL, false); in tsens_critical_irq_thread() 721 tsens_set_interrupt(priv, hw_id, LOWER, true); in tsens_set_trips() 722 tsens_set_interrupt(priv, hw_id, UPPER, true); in tsens_set_trips()
|
Completed in 4 milliseconds