/Zephyr-latest/drivers/serial/ |
D | uart_cmsdk_apb.c | 517 DEVICE_DT_INST_GET(0), in uart_cmsdk_apb_irq_config_func_0() 527 DEVICE_DT_INST_GET(0), in uart_cmsdk_apb_irq_config_func_0() 534 DEVICE_DT_INST_GET(0), in uart_cmsdk_apb_irq_config_func_0() 582 DEVICE_DT_INST_GET(1), in uart_cmsdk_apb_irq_config_func_1() 592 DEVICE_DT_INST_GET(1), in uart_cmsdk_apb_irq_config_func_1() 599 DEVICE_DT_INST_GET(1), in uart_cmsdk_apb_irq_config_func_1() 647 DEVICE_DT_INST_GET(2), in uart_cmsdk_apb_irq_config_func_2() 657 DEVICE_DT_INST_GET(2), in uart_cmsdk_apb_irq_config_func_2() 664 DEVICE_DT_INST_GET(2), in uart_cmsdk_apb_irq_config_func_2() 712 DEVICE_DT_INST_GET(3), in uart_cmsdk_apb_irq_config_func_3() [all …]
|
/Zephyr-latest/tests/arch/arm64/arm64_gicv3_its/src/ |
D | main.c | 40 const struct device *const dev = DEVICE_DT_INST_GET(0); in ZTEST() 63 const struct device *const dev = DEVICE_DT_INST_GET(0); in ZTEST() 83 const struct device *const dev = DEVICE_DT_INST_GET(0); in ZTEST() 106 const struct device *const dev = DEVICE_DT_INST_GET(0); in ZTEST() 146 const struct device *const dev = DEVICE_DT_INST_GET(0); in ZTEST()
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_sam0_eic.c | 99 const struct device *const dev = DEVICE_DT_INST_GET(0); in sam0_eic_acquire() 189 const struct device *const dev = DEVICE_DT_INST_GET(0); in sam0_eic_check_ownership() 208 const struct device *const dev = DEVICE_DT_INST_GET(0); in sam0_eic_release() 299 const struct device *const dev = DEVICE_DT_INST_GET(0); in sam0_eic_interrupt_pending() 331 sam0_eic_isr, DEVICE_DT_INST_GET(0), 0); \
|
D | intc_mtk_adsp.c | 62 IRQ_CONNECT(DT_INST_IRQN(N), 0, intc_isr, DEVICE_DT_INST_GET(N), 0); \ 63 dev_init(DEVICE_DT_INST_GET(N));
|
D | intc_xmc4xxx.c | 59 const struct device *dev = DEVICE_DT_INST_GET(0); in intc_xmc4xxx_gpio_enable_interrupt() 146 const struct device *dev = DEVICE_DT_INST_GET(0); in intc_xmc4xxx_gpio_disable_interrupt() 174 const struct device *dev = DEVICE_DT_INST_GET(0); in intc_xmc4xxx_isr()
|
D | intc_dw.c | 158 DEVICE_DT_INST_GET(0), in dw_ictl_config_irq() 162 IRQ_PARENT_ENTRY_DEFINE(intc_dw, DEVICE_DT_INST_GET(0), DT_INST_IRQN(0),
|
D | intc_cavs.c | 153 cavs_ictl_isr, DEVICE_DT_INST_GET(n), \ 157 intc_cavs_##n, DEVICE_DT_INST_GET(n), DT_INST_IRQN(n), \
|
D | intc_gd32_exti.c | 91 const struct device *const dev = DEVICE_DT_INST_GET(0); in gd32_exti_isr() 144 const struct device *const dev = DEVICE_DT_INST_GET(0); in gd32_exti_configure()
|
/Zephyr-latest/drivers/spi/ |
D | spi_dw.c | 572 spi_dw_isr, DEVICE_DT_INST_GET(inst), \ 576 spi_dw_isr, DEVICE_DT_INST_GET(inst), \ 580 spi_dw_isr, DEVICE_DT_INST_GET(inst), \ 589 spi_dw_isr, DEVICE_DT_INST_GET(inst), \ 593 spi_dw_isr, DEVICE_DT_INST_GET(inst), \ 597 spi_dw_isr, DEVICE_DT_INST_GET(inst), \ 601 spi_dw_isr, DEVICE_DT_INST_GET(inst), \ 605 spi_dw_isr, DEVICE_DT_INST_GET(inst), \ 609 spi_dw_isr, DEVICE_DT_INST_GET(inst), \ 624 spi_dw_isr, DEVICE_DT_INST_GET(inst), \
|
/Zephyr-latest/modules/lvgl/include/ |
D | lvgl_common_input.h | 39 (void *)DEVICE_DT_INST_GET(inst), process_evt_cb_##inst); \
|
/Zephyr-latest/drivers/adc/ |
D | adc_ite_it8xxx2.c | 196 const struct device *const dev = DEVICE_DT_INST_GET(0); in adc_poll_valid_data() 225 const struct device *const dev = DEVICE_DT_INST_GET(0); in adc_enable_measurement() 336 adc_context_on_sampling_done(&data->ctx, DEVICE_DT_INST_GET(0)); in adc_context_start_sampling() 472 adc_it8xxx2_isr, DEVICE_DT_INST_GET(0), 0); in adc_it8xxx2_init()
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_b91.c | 488 DEVICE_DT_INST_GET(0), 0); in gpio_b91_irq_connect_0() 500 DEVICE_DT_INST_GET(1), 0); in gpio_b91_irq_connect_1() 512 DEVICE_DT_INST_GET(2), 0); in gpio_b91_irq_connect_2() 524 DEVICE_DT_INST_GET(3), 0); in gpio_b91_irq_connect_3() 536 DEVICE_DT_INST_GET(4), 0); in gpio_b91_irq_connect_4()
|
/Zephyr-latest/drivers/bbram/ |
D | bbram_it8xxx2_emul.c | 55 .dev = DEVICE_DT_INST_GET(inst), \
|
D | bbram_npcx_emul.c | 55 .dev = DEVICE_DT_INST_GET(inst), \
|
/Zephyr-latest/drivers/dma/ |
D | dma_intel_adsp_hda_host_in.c | 49 DEVICE_DT_INST_GET(inst), \
|
D | dma_intel_adsp_hda_host_out.c | 53 DEVICE_DT_INST_GET(inst), \
|
D | dma_dw.c | 119 DEVICE_DT_INST_GET(inst), \
|
/Zephyr-latest/drivers/ipm/ |
D | ipm_mhu.c | 200 DEVICE_DT_INST_GET(0), in ipm_mhu_irq_config_func_0() 231 DEVICE_DT_INST_GET(1), in ipm_mhu_irq_config_func_1()
|
/Zephyr-latest/drivers/pcie/endpoint/ |
D | pcie_ep_iproc.c | 325 iproc_pcie_perst, DEVICE_DT_INST_GET(0), 0); in iproc_pcie_reset_config() 344 iproc_pcie_hot_reset, DEVICE_DT_INST_GET(0), 0); in iproc_pcie_reset_config() 364 iproc_pcie_flr, DEVICE_DT_INST_GET(0), 0); in iproc_pcie_reset_config() 389 iproc_pcie_func_mask_isr, DEVICE_DT_INST_GET(0), 0); in iproc_pcie_msix_pvm_config() 411 iproc_pcie_vector_mask_isr, DEVICE_DT_INST_GET(0), 0); in iproc_pcie_msix_pvm_config()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_dwmac_mmu.c | 82 DEVICE_DT_INST_GET(0), 0); in dwmac_platform_init()
|
/Zephyr-latest/drivers/counter/ |
D | counter_ambiq_timer.c | 51 IRQ_CONNECT(CTIMER_IRQn, DT_INST_IRQ(0, priority), counter_ambiq_isr, DEVICE_DT_INST_GET(0), in counter_irq_config_func() 244 static const struct device *const dev_##n = DEVICE_DT_INST_GET(n); \ 289 DEVICE_DT_INST_GET(idx), 0); \
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_nrf2_hfxo.c | 101 const struct device *dev = DEVICE_DT_INST_GET(0); in nrf_clock_control_hfxo_request() 157 const struct device *dev = DEVICE_DT_INST_GET(0); in nrf_clock_control_hfxo_release()
|
/Zephyr-latest/drivers/lora/ |
D | sx126x_stm32wl.c | 130 radio_isr, DEVICE_DT_INST_GET(0), 0); in sx126x_variant_init()
|
/Zephyr-latest/drivers/flash/ |
D | flash_hp_ra.c | 319 const struct device *dev_ctrl = DEVICE_DT_INST_GET(0); in flash_ra_init() 346 DEVICE_DT_INST_GET(0), 0); in flash_controller_ra_irq_config_func() 349 DEVICE_DT_INST_GET(0), 0); in flash_controller_ra_irq_config_func()
|
/Zephyr-latest/drivers/kscan/ |
D | kscan_input.c | 106 (void *)DEVICE_DT_INST_GET(index), \
|