Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nxp/common/
Dnxp_nbu.c24 #if DT_INST_IRQ_HAS_NAME(0, wakeup_int)
46 #if DT_INST_IRQ_HAS_NAME(0, wakeup_int) in nxp_nbu_init()
/Zephyr-latest/drivers/pcie/endpoint/
Dpcie_ep_iproc.c228 #if DT_INST_IRQ_HAS_NAME(0, perst)
249 #if DT_INST_IRQ_HAS_NAME(0, perst_inband)
270 #if DT_INST_IRQ_HAS_NAME(0, flr)
310 #if DT_INST_IRQ_HAS_NAME(0, perst) in iproc_pcie_reset_config()
329 #if DT_INST_IRQ_HAS_NAME(0, perst_inband) in iproc_pcie_reset_config()
348 #if DT_INST_IRQ_HAS_NAME(0, flr) in iproc_pcie_reset_config()
377 #if DT_INST_IRQ_HAS_NAME(0, snoop_irq1) in iproc_pcie_msix_pvm_config()
396 #if DT_INST_IRQ_HAS_NAME(0, pcie_pmon_lite) in iproc_pcie_msix_pvm_config()
/Zephyr-latest/drivers/pwm/
Dpwm_mcux_ftm.c547 #if DT_INST_IRQ_HAS_NAME(0, overflow)
553 #if DT_INST_IRQ_HAS_NAME(0, 0_1)
556 #if DT_INST_IRQ_HAS_NAME(0, 2_3)
559 #if DT_INST_IRQ_HAS_NAME(0, 4_5)
562 #if DT_INST_IRQ_HAS_NAME(0, 6_7)
/Zephyr-latest/drivers/ethernet/nxp_enet/
Deth_mcux.c1231 #if DT_INST_IRQ_HAS_NAME(0, common) || DT_INST_IRQ_HAS_NAME(1, common)
1277 #if DT_INST_IRQ_HAS_NAME(0, rx) || DT_INST_IRQ_HAS_NAME(1, rx)
1287 #if DT_INST_IRQ_HAS_NAME(0, tx) || DT_INST_IRQ_HAS_NAME(1, tx)
1299 #if DT_INST_IRQ_HAS_NAME(0, err) || DT_INST_IRQ_HAS_NAME(1, err)
1335 COND_CODE_1(DT_INST_IRQ_HAS_NAME(n, name), \
/Zephyr-latest/drivers/mbox/
Dmbox_nrf_bellboard_rx.c145 COND_CODE_1(DT_INST_IRQ_HAS_NAME(0, name), \
/Zephyr-latest/drivers/interrupt_controller/
Dintc_xmc4xxx.c197 COND_CODE_1(DT_INST_IRQ_HAS_NAME(0, name), \
/Zephyr-latest/drivers/serial/
Duart_mcux.c423 COND_CODE_1(DT_INST_IRQ_HAS_NAME(n, name), \
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c875 zassert_true(DT_INST_IRQ_HAS_NAME(0, err), ""); in ZTEST()
876 zassert_true(DT_INST_IRQ_HAS_NAME(0, stat), ""); in ZTEST()
877 zassert_true(DT_INST_IRQ_HAS_NAME(0, done), ""); in ZTEST()
878 zassert_false(DT_INST_IRQ_HAS_NAME(0, alpha), ""); in ZTEST()
/Zephyr-latest/include/zephyr/
Ddevicetree.h5140 #define DT_INST_IRQ_HAS_NAME(inst, name) \ macro