Searched refs:DT_INST_IRQ_HAS_NAME (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/soc/nxp/common/ |
D | nxp_nbu.c | 24 #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/ |
D | pcie_ep_iproc.c | 228 #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/ |
D | comparator_renesas_ra.c | 231 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/ |
D | pwm_mcux_ftm.c | 547 #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/ |
D | mbox_nrf_bellboard_rx.c | 145 COND_CODE_1(DT_INST_IRQ_HAS_NAME(0, name), \
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_xmc4xxx.c | 197 COND_CODE_1(DT_INST_IRQ_HAS_NAME(0, name), \
|
/Zephyr-latest/drivers/serial/ |
D | uart_mcux.c | 423 COND_CODE_1(DT_INST_IRQ_HAS_NAME(n, name), \
|
/Zephyr-latest/drivers/dma/ |
D | dma_renesas_rz.c | 607 COND_CODE_1(DT_INST_IRQ_HAS_NAME(inst, err1), \
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 883 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/ |
D | devicetree.h | 5180 #define DT_INST_IRQ_HAS_NAME(inst, name) \ macro
|