Home
last modified time | relevance | path

Searched refs:DT_INST_IRQ_HAS_NAME (Results 1 – 10 of 10) 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/comparator/
Dcomparator_renesas_ra.c231 COND_CODE_1(DT_INST_IRQ_HAS_NAME(idx, hs), \
235 COND_CODE_1(DT_INST_IRQ_HAS_NAME(idx, hs), \
239 COND_CODE_1(DT_INST_IRQ_HAS_NAME(idx, hs), (ACMPHS_RENESAS_RA_IRQ_INIT(idx);), ())
/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/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/drivers/dma/
Ddma_renesas_rz.c607 COND_CODE_1(DT_INST_IRQ_HAS_NAME(inst, err1), \
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c883 zassert_true(DT_INST_IRQ_HAS_NAME(0, err), ""); in ZTEST()
884 zassert_true(DT_INST_IRQ_HAS_NAME(0, stat), ""); in ZTEST()
885 zassert_true(DT_INST_IRQ_HAS_NAME(0, done), ""); in ZTEST()
886 zassert_false(DT_INST_IRQ_HAS_NAME(0, alpha), ""); in ZTEST()
/Zephyr-latest/include/zephyr/
Ddevicetree.h5180 #define DT_INST_IRQ_HAS_NAME(inst, name) \ macro