Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pcie/host/
Dptm.c69 DT_INST_FOREACH_STATUS_OKAY(PCIE_PTM_ROOT_INIT) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-latest/drivers/mbox/
Dmbox_nxp_imx_mu.c156 DT_INST_FOREACH_STATUS_OKAY(MU_INST) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-latest/drivers/ethernet/
Deth_nxp_s32_netc_psi.c440 DT_INST_FOREACH_STATUS_OKAY(NETC_PSI_INSTANCE_DEFINE) in DT_INST_FOREACH_STATUS_OKAY() function
Deth_xlnx_gem.c85 DT_INST_FOREACH_STATUS_OKAY(ETH_XLNX_GEM_INITIALIZE) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-latest/drivers/bluetooth/hci/
Duserchan.c432 DT_INST_FOREACH_STATUS_OKAY(UC_DEVICE_INIT) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-latest/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-latest/subsys/usb/usb_c/
Dusbc_stack.c95 DT_INST_FOREACH_STATUS_OKAY(USBC_SUBSYS_INIT) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-latest/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-latest/drivers/can/
Dcan_native_linux.c496 DT_INST_FOREACH_STATUS_OKAY(CAN_NATIVE_LINUX_INIT) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-latest/drivers/gpio/
Dgpio_ite_it8xxx2.c721 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-latest/drivers/display/
Ddisplay_sdl.c542 DT_INST_FOREACH_STATUS_OKAY(DISPLAY_SDL_DEFINE) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_rpmsg_static_vrings.c838 DT_INST_FOREACH_STATUS_OKAY(DEFINE_BACKEND_DEVICE) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-latest/subsys/fs/
Dlittlefs_fs.c1116 DT_INST_FOREACH_STATUS_OKAY(DEFINE_FS) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_uac2.c973 DT_INST_FOREACH_STATUS_OKAY(DEFINE_UAC2_CLASS_DATA) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-latest/drivers/serial/
Duart_npcx.c1155 DT_INST_FOREACH_STATUS_OKAY(NPCX_UART_INIT) in DT_INST_FOREACH_STATUS_OKAY() function
/Zephyr-latest/include/zephyr/
Ddevicetree.h4945 #define DT_INST_FOREACH_STATUS_OKAY(fn) \ macro