Home
last modified time | relevance | path

Searched defs:tsens_irq_data (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/thermal/qcom/
Dtsens.c40 struct tsens_irq_data { struct
41 u32 up_viol;
42 int up_thresh;
43 u32 up_irq_mask;
44 u32 up_irq_clear;
45 u32 low_viol;
46 int low_thresh;
47 u32 low_irq_mask;
48 u32 low_irq_clear;
49 u32 crit_viol;
[all …]
/kernel/linux/linux-6.6/drivers/thermal/qcom/
Dtsens.c42 struct tsens_irq_data { struct
43 u32 up_viol;
44 int up_thresh;
45 u32 up_irq_mask;
46 u32 up_irq_clear;
47 u32 low_viol;
48 int low_thresh;
49 u32 low_irq_mask;
50 u32 low_irq_clear;
51 u32 crit_viol;
[all …]