Searched refs:soc_irq_cdata (Results 1 – 1 of 1) sorted by relevance
1023 if (oc1 && soc_irq_cdata.irq_enable & BIT(0)) in soctherm_edp_isr_thread()1025 irq_find_mapping(soc_irq_cdata.domain, 0)); in soctherm_edp_isr_thread()1027 if (oc2 && soc_irq_cdata.irq_enable & BIT(1)) in soctherm_edp_isr_thread()1029 irq_find_mapping(soc_irq_cdata.domain, 1)); in soctherm_edp_isr_thread()1225 mutex_init(&soc_irq_cdata.irq_lock); in soctherm_oc_int_init()1226 soc_irq_cdata.irq_enable = 0; in soctherm_oc_int_init()1228 soc_irq_cdata.irq_chip.name = "soc_therm_oc"; in soctherm_oc_int_init()1230 soc_irq_cdata.irq_chip.irq_bus_sync_unlock = in soctherm_oc_int_init()1235 soc_irq_cdata.irq_chip.irq_set_wake = NULL; in soctherm_oc_int_init()1239 &soc_irq_cdata); in soctherm_oc_int_init()[all …]