Home
last modified time | relevance | path

Searched defs:DT_INST_FOREACH_STATUS_OKAY (Results 1 – 18 of 18) sorted by relevance

/Zephyr-Core-3.7.0/drivers/pcie/host/
Dptm.c69 DT_INST_FOREACH_STATUS_OKAY(PCIE_PTM_ROOT_INIT) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-Core-3.7.0/drivers/mbox/
Dmbox_nxp_imx_mu.c156 DT_INST_FOREACH_STATUS_OKAY(MU_INST) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-Core-3.7.0/drivers/ethernet/
Deth_nxp_s32_netc_psi.c436 DT_INST_FOREACH_STATUS_OKAY(NETC_PSI_INSTANCE_DEFINE) in DT_INST_FOREACH_STATUS_OKAY() function
Deth_xlnx_gem.c81 DT_INST_FOREACH_STATUS_OKAY(ETH_XLNX_GEM_INITIALIZE) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-Core-3.7.0/drivers/bluetooth/hci/
Duserchan.c417 DT_INST_FOREACH_STATUS_OKAY(UC_DEVICE_INIT) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-Core-3.7.0/drivers/counter/
Dcounter_mcux_qtmr.c119 DT_INST_FOREACH_STATUS_OKAY(QTMR_DEVICE_INIT_MCUX) in DT_INST_FOREACH_STATUS_OKAY() function
Dcounter_mcux_lpc_rtc.c263 DT_INST_FOREACH_STATUS_OKAY(COUNTER_LPC_RTC_DEVICE) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-Core-3.7.0/subsys/usb/usb_c/
Dusbc_stack.c95 DT_INST_FOREACH_STATUS_OKAY(USBC_SUBSYS_INIT) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-Core-3.7.0/drivers/disk/
Dflashdisk.c512 DT_INST_FOREACH_STATUS_OKAY(VERIFY_CACHE_SIZE_IS_MULTIPLY_OF_SECTOR_SIZE) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-Core-3.7.0/drivers/can/
Dcan_native_linux.c496 DT_INST_FOREACH_STATUS_OKAY(CAN_NATIVE_LINUX_INIT) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-Core-3.7.0/drivers/gpio/
Dgpio_ite_it8xxx2.c719 DT_INST_FOREACH_STATUS_OKAY(GPIO_ITE_DEV_CFG_DATA) function
Dgpio_ite_it8xxx2_v2.c560 DT_INST_FOREACH_STATUS_OKAY(GPIO_ITE_DEV_CFG_DATA) function
/Zephyr-Core-3.7.0/drivers/display/
Ddisplay_sdl.c535 DT_INST_FOREACH_STATUS_OKAY(DISPLAY_SDL_DEFINE) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-Core-3.7.0/subsys/ipc/ipc_service/backends/
Dipc_rpmsg_static_vrings.c839 DT_INST_FOREACH_STATUS_OKAY(DEFINE_BACKEND_DEVICE) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-Core-3.7.0/subsys/usb/device_next/class/
Dusbd_uac2.c789 DT_INST_FOREACH_STATUS_OKAY(DEFINE_UAC2_CLASS_DATA) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-Core-3.7.0/subsys/fs/
Dlittlefs_fs.c1077 DT_INST_FOREACH_STATUS_OKAY(DEFINE_FS) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-Core-3.7.0/drivers/serial/
Duart_npcx.c1155 DT_INST_FOREACH_STATUS_OKAY(NPCX_UART_INIT) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-Core-3.7.0/include/zephyr/
Ddevicetree.h4527 #define DT_INST_FOREACH_STATUS_OKAY(fn) \ macro