Home
last modified time | relevance | path

Searched refs:soc_irq_cdata (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/thermal/tegra/
H A Dsoctherm.c358 static struct soctherm_oc_irq_chip_data soc_irq_cdata; variable
1064 if (oc1 && soc_irq_cdata.irq_enable & BIT(0)) in soctherm_edp_isr_thread()
1066 irq_find_mapping(soc_irq_cdata.domain, 0)); in soctherm_edp_isr_thread()
1068 if (oc2 && soc_irq_cdata.irq_enable & BIT(1)) in soctherm_edp_isr_thread()
1070 irq_find_mapping(soc_irq_cdata.domain, 1)); in soctherm_edp_isr_thread()
1072 if (oc3 && soc_irq_cdata.irq_enable & BIT(2)) in soctherm_edp_isr_thread()
1074 irq_find_mapping(soc_irq_cdata.domain, 2)); in soctherm_edp_isr_thread()
1076 if (oc4 && soc_irq_cdata.irq_enable & BIT(3)) in soctherm_edp_isr_thread()
1078 irq_find_mapping(soc_irq_cdata.domain, 3)); in soctherm_edp_isr_thread()
1266 mutex_init(&soc_irq_cdata in soctherm_oc_int_init()
[all...]
/kernel/linux/linux-6.6/drivers/thermal/tegra/
H A Dsoctherm.c358 static struct soctherm_oc_irq_chip_data soc_irq_cdata; variable
1026 if (oc1 && soc_irq_cdata.irq_enable & BIT(0)) in soctherm_edp_isr_thread()
1028 irq_find_mapping(soc_irq_cdata.domain, 0)); in soctherm_edp_isr_thread()
1030 if (oc2 && soc_irq_cdata.irq_enable & BIT(1)) in soctherm_edp_isr_thread()
1032 irq_find_mapping(soc_irq_cdata.domain, 1)); in soctherm_edp_isr_thread()
1034 if (oc3 && soc_irq_cdata.irq_enable & BIT(2)) in soctherm_edp_isr_thread()
1036 irq_find_mapping(soc_irq_cdata.domain, 2)); in soctherm_edp_isr_thread()
1038 if (oc4 && soc_irq_cdata.irq_enable & BIT(3)) in soctherm_edp_isr_thread()
1040 irq_find_mapping(soc_irq_cdata.domain, 3)); in soctherm_edp_isr_thread()
1228 mutex_init(&soc_irq_cdata in soctherm_oc_int_init()
[all...]

Completed in 5 milliseconds