/Zephyr-Core-3.7.0/drivers/dac/ |
D | dac_ad56xx.c | 179 #define DT_DRV_COMPAT adi_ad5628 macro 180 #if DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT) 187 DT_INST_FOREACH_STATUS_OKAY_VARGS(DAC_AD56XX_INST_DEFINE, DT_DRV_COMPAT, DAC_AD5628_RESOLUTION, 190 #undef DT_DRV_COMPAT 192 #define DT_DRV_COMPAT adi_ad5648 macro 193 #if DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT) 200 DT_INST_FOREACH_STATUS_OKAY_VARGS(DAC_AD56XX_INST_DEFINE, DT_DRV_COMPAT, DAC_AD5648_RESOLUTION, 203 #undef DT_DRV_COMPAT 205 #define DT_DRV_COMPAT adi_ad5668 macro 206 #if DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT) [all …]
|
D | dac_ad569x.c | 175 #define DT_DRV_COMPAT adi_ad5691 macro 176 #if DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT) 178 DT_INST_FOREACH_STATUS_OKAY_VARGS(INST_DT_AD569X, DT_DRV_COMPAT, DAC_AD5691_RESOLUTION) 180 #undef DT_DRV_COMPAT 182 #define DT_DRV_COMPAT adi_ad5692 macro 183 #if DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT) 185 DT_INST_FOREACH_STATUS_OKAY_VARGS(INST_DT_AD569X, DT_DRV_COMPAT, DAC_AD5692_RESOLUTION) 187 #undef DT_DRV_COMPAT 189 #define DT_DRV_COMPAT adi_ad5693 macro 190 #if DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT) [all …]
|
/Zephyr-Core-3.7.0/modules/hal_nxp/usb/ |
D | usb_device_config.h | 46 #undef DT_DRV_COMPAT 47 #define DT_DRV_COMPAT nxp_lpcip3511 macro 49 #undef DT_DRV_COMPAT 50 #define DT_DRV_COMPAT nxp_ehci macro 89 #undef DT_DRV_COMPAT 90 #define DT_DRV_COMPAT nxp_ehci macro 92 #undef DT_DRV_COMPAT 93 #define DT_DRV_COMPAT nxp_lpcip3511 macro
|
/Zephyr-Core-3.7.0/drivers/sensor/ntc_thermistor/ |
D | ntc_thermistor.c | 160 #define DT_DRV_COMPAT ntc_thermistor_generic macro 164 NTC_THERMISTOR_DEFINE0(inst, DT_DRV_COMPAT, (struct ntc_compensation *)comp_##inst, \ 170 #undef DT_DRV_COMPAT 171 #define DT_DRV_COMPAT epcos_b57861s0103a039 macro 192 DT_INST_FOREACH_STATUS_OKAY_VARGS(NTC_THERMISTOR_DEFINE, DT_DRV_COMPAT, 196 #undef DT_DRV_COMPAT 197 #define DT_DRV_COMPAT murata_ncp15wb473 macro 218 DT_INST_FOREACH_STATUS_OKAY_VARGS(NTC_THERMISTOR_DEFINE, DT_DRV_COMPAT, 222 #undef DT_DRV_COMPAT 223 #define DT_DRV_COMPAT tdk_ntcg163jf103ft1 macro [all …]
|
/Zephyr-Core-3.7.0/drivers/adc/ |
D | adc_max11102_17.c | 418 #define DT_DRV_COMPAT maxim_max11102 macro 421 DT_INST_FOREACH_STATUS_OKAY_VARGS(ADC_MAX11102_17_INST_DEFINE, DT_DRV_COMPAT, 423 #undef DT_DRV_COMPAT 425 #define DT_DRV_COMPAT maxim_max11103 macro 428 DT_INST_FOREACH_STATUS_OKAY_VARGS(ADC_MAX11102_17_INST_DEFINE, DT_DRV_COMPAT, 430 #undef DT_DRV_COMPAT 432 #define DT_DRV_COMPAT maxim_max11105 macro 435 DT_INST_FOREACH_STATUS_OKAY_VARGS(ADC_MAX11102_17_INST_DEFINE, DT_DRV_COMPAT, 437 #undef DT_DRV_COMPAT 439 #define DT_DRV_COMPAT maxim_max11106 macro [all …]
|
D | adc_ads1x1x.c | 638 #undef DT_DRV_COMPAT 639 #define DT_DRV_COMPAT ti_ads1115 macro 646 #undef DT_DRV_COMPAT 647 #define DT_DRV_COMPAT ti_ads1114 macro 655 #undef DT_DRV_COMPAT 656 #define DT_DRV_COMPAT ti_ads1113 macro 681 #undef DT_DRV_COMPAT 682 #define DT_DRV_COMPAT ti_ads1015 macro 689 #undef DT_DRV_COMPAT 690 #define DT_DRV_COMPAT ti_ads1014 macro [all …]
|
/Zephyr-Core-3.7.0/drivers/mdio/ |
D | mdio_shell.c | 19 #define DT_DRV_COMPAT atmel_sam_mdio macro 21 #define DT_DRV_COMPAT espressif_esp32_mdio macro 23 #define DT_DRV_COMPAT nxp_s32_netc_emdio macro 25 #define DT_DRV_COMPAT nxp_s32_gmac_mdio macro 27 #define DT_DRV_COMPAT adi_adin2111_mdio macro 29 #define DT_DRV_COMPAT smsc_lan91c111_mdio macro 31 #define DT_DRV_COMPAT zephyr_mdio_gpio macro 33 #define DT_DRV_COMPAT nxp_enet_mdio macro 35 #define DT_DRV_COMPAT infineon_xmc4xxx_mdio macro 37 #define DT_DRV_COMPAT nxp_enet_qos_mdio macro [all …]
|
/Zephyr-Core-3.7.0/tests/lib/devicetree/api/src/ |
D | main.c | 156 #undef DT_DRV_COMPAT 157 #define DT_DRV_COMPAT vnd_gpio_device macro 185 #undef DT_DRV_COMPAT 186 #define DT_DRV_COMPAT vnd_device_with_props macro 243 #undef DT_DRV_COMPAT in ZTEST() 244 #define DT_DRV_COMPAT vnd_reg_holder in ZTEST() macro 248 #undef DT_DRV_COMPAT in ZTEST() 249 #define DT_DRV_COMPAT vnd_array_holder in ZTEST() macro 253 #undef DT_DRV_COMPAT in ZTEST() 254 #define DT_DRV_COMPAT vnd_adc_temp_sensor in ZTEST() macro [all …]
|
/Zephyr-Core-3.7.0/drivers/timer/ |
D | riscv_machine_timer.c | 18 #define DT_DRV_COMPAT andestech_machine_timer macro 25 #define DT_DRV_COMPAT neorv32_machine_timer macro 32 #define DT_DRV_COMPAT nuclei_systimer macro 39 #define DT_DRV_COMPAT sifive_clint0 macro 46 #define DT_DRV_COMPAT telink_machine_timer macro 53 #define DT_DRV_COMPAT lowrisc_machine_timer macro 60 #define DT_DRV_COMPAT niosv_machine_timer macro 67 #define DT_DRV_COMPAT scr_machine_timer macro
|
D | mcux_lptmr_timer.c | 9 #define DT_DRV_COMPAT nxp_kinetis_lptmr macro 11 #define DT_DRV_COMPAT nxp_lptmr macro 21 BUILD_ASSERT(DT_NUM_INST_STATUS_OKAY(DT_DRV_COMPAT) == 1,
|
/Zephyr-Core-3.7.0/drivers/sensor/aosong/dht20/ |
D | dht20.c | 313 #define DT_DRV_COMPAT aosong_dht20 macro 314 #if DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT) 327 #undef DT_DRV_COMPAT 329 #define DT_DRV_COMPAT aosong_aht20 macro 330 #if DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT) 343 #undef DT_DRV_COMPAT 345 #define DT_DRV_COMPAT aosong_am2301b macro 346 #if DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT) 359 #undef DT_DRV_COMPAT
|
/Zephyr-Core-3.7.0/drivers/lora/ |
D | sx126x_common.h | 21 #define DT_DRV_COMPAT semtech_sx1261 macro 24 #define DT_DRV_COMPAT semtech_sx1262 macro 27 #define DT_DRV_COMPAT st_stm32wl_subghz_radio macro
|
/Zephyr-Core-3.7.0/drivers/led/ |
D | lp50xx.c | 398 #undef DT_DRV_COMPAT 399 #define DT_DRV_COMPAT ti_lp5009 macro 402 #undef DT_DRV_COMPAT 403 #define DT_DRV_COMPAT ti_lp5012 macro 406 #undef DT_DRV_COMPAT 407 #define DT_DRV_COMPAT ti_lp5018 macro 410 #undef DT_DRV_COMPAT 411 #define DT_DRV_COMPAT ti_lp5024 macro 414 #undef DT_DRV_COMPAT 415 #define DT_DRV_COMPAT ti_lp5030 macro [all …]
|
/Zephyr-Core-3.7.0/drivers/pinctrl/ |
D | pinctrl_kinetis.c | 8 #define DT_DRV_COMPAT nxp_kinetis_pinmux macro 22 #if DT_NUM_INST_STATUS_OKAY(DT_DRV_COMPAT) > 3 25 #if DT_NUM_INST_STATUS_OKAY(DT_DRV_COMPAT) > 4 28 #if DT_NUM_INST_STATUS_OKAY(DT_DRV_COMPAT) > 5
|
D | pinctrl_xlnx_zynq.c | 15 #define DT_DRV_COMPAT xlnx_pinctrl_zynq macro 17 BUILD_ASSERT(DT_NUM_INST_STATUS_OKAY(DT_DRV_COMPAT) == 1,
|
/Zephyr-Core-3.7.0/drivers/sensor/silabs/si7006/ |
D | si7006.c | 214 #define DT_DRV_COMPAT silabs_si7006 macro 215 DT_INST_FOREACH_STATUS_OKAY_VARGS(SI7006_DEFINE, DT_DRV_COMPAT, SI7006_READ_OLD_TEMP); 217 #undef DT_DRV_COMPAT 218 #define DT_DRV_COMPAT sensirion_sht21 macro 219 DT_INST_FOREACH_STATUS_OKAY_VARGS(SI7006_DEFINE, DT_DRV_COMPAT, SI7006_MEAS_TEMP_MASTER_MODE);
|
/Zephyr-Core-3.7.0/drivers/sensor/st/lps2xdf/ |
D | lps2xdf.c | 217 #define DT_DRV_COMPAT st_lps22df macro 218 DT_INST_FOREACH_STATUS_OKAY_VARGS(LPS2XDF_DEFINE, DT_DRV_COMPAT) 219 #undef DT_DRV_COMPAT 221 #define DT_DRV_COMPAT st_lps28dfw macro 222 DT_INST_FOREACH_STATUS_OKAY_VARGS(LPS2XDF_DEFINE, DT_DRV_COMPAT) 223 #undef DT_DRV_COMPAT
|
/Zephyr-Core-3.7.0/drivers/pm_cpu_ops/ |
D | pm_cpu_ops_psci.c | 9 #define DT_DRV_COMPAT arm_psci_0_2 macro 231 #undef DT_DRV_COMPAT 232 #define DT_DRV_COMPAT arm_psci_0_2 macro 236 #undef DT_DRV_COMPAT 237 #define DT_DRV_COMPAT arm_psci_1_1 macro
|
/Zephyr-Core-3.7.0/soc/st/stm32/stm32g0x/ |
D | soc.c | 37 #define DT_DRV_COMPAT st_stm32_ucpd in stm32g0_disable_dead_battery() macro 39 uint32_t addr_inst[DT_NUM_INST_STATUS_OKAY(DT_DRV_COMPAT)]; in stm32g0_disable_dead_battery()
|
/Zephyr-Core-3.7.0/drivers/flash/ |
D | soc_flash_mcux.c | 26 #define DT_DRV_COMPAT nxp_kinetis_ftfa macro 28 #define DT_DRV_COMPAT nxp_kinetis_ftfe macro 30 #define DT_DRV_COMPAT nxp_kinetis_ftfl macro 32 #define DT_DRV_COMPAT nxp_iap_fmc55 macro 35 #define DT_DRV_COMPAT nxp_iap_fmc553 macro 38 #define DT_DRV_COMPAT nxp_iap_msf1 macro
|
/Zephyr-Core-3.7.0/drivers/hwinfo/ |
D | hwinfo_sam_rstc.c | 8 #define DT_DRV_COMPAT atmel_sam_rstc macro 14 BUILD_ASSERT(DT_NUM_INST_STATUS_OKAY(DT_DRV_COMPAT) == 1,
|
D | hwinfo_mcux_src_rev2.c | 7 #define DT_DRV_COMPAT nxp_imx_src_rev2 macro 42 BUILD_ASSERT(DT_NUM_INST_STATUS_OKAY(DT_DRV_COMPAT) == 1, "No nxp,imx-src compatible device found");
|
/Zephyr-Core-3.7.0/drivers/retained_mem/ |
D | retained_mem_zephyr_ram.c | 7 #define DT_DRV_COMPAT zephyr_retained_ram macro 125 .address = (uint8_t *)DT_REG_ADDR(DT_PARENT(DT_INST(inst, DT_DRV_COMPAT))), \ 126 .size = DT_REG_SIZE(DT_PARENT(DT_INST(inst, DT_DRV_COMPAT))), \
|
/Zephyr-Core-3.7.0/drivers/usb/udc/ |
D | udc_dwc2_vendor_quirks.h | 28 #define DT_DRV_COMPAT snps_dwc2 macro 107 #undef DT_DRV_COMPAT 113 #define DT_DRV_COMPAT snps_dwc2 macro 265 #undef DT_DRV_COMPAT
|
/Zephyr-Core-3.7.0/drivers/i2c/ |
D | i2c_tca954x.c | 197 #undef DT_DRV_COMPAT 198 #define DT_DRV_COMPAT ti_tca9546a macro 205 #undef DT_DRV_COMPAT 206 #define DT_DRV_COMPAT ti_tca9548a macro
|