/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_sam.c | 12 #define SAM_PORT_ADDR_OR_NONE(nodelabel) \ argument 13 IF_ENABLED(DT_NODE_EXISTS(DT_NODELABEL(nodelabel)), \ 14 (DT_REG_ADDR(DT_NODELABEL(nodelabel)),)) 17 #define SAM_PORT_CLOCKS_OR_NONE(nodelabel) \ argument 18 IF_ENABLED(DT_NODE_EXISTS(DT_NODELABEL(nodelabel)), \ 19 (SAM_DT_CLOCK_PMC_CFG(0, DT_NODELABEL(nodelabel)),))
|
D | pinctrl_gd32_af.c | 37 #define GD32_PORT_ADDR_OR_NONE(nodelabel) \ argument 38 COND_CODE_1(DT_NODE_EXISTS(DT_NODELABEL(nodelabel)), \ 39 (DT_REG_ADDR(DT_NODELABEL(nodelabel)),), ()) 42 #define GD32_PORT_CLOCK_ID_OR_NONE(nodelabel) \ argument 43 COND_CODE_1(DT_NODE_EXISTS(DT_NODELABEL(nodelabel)), \ 44 (DT_CLOCKS_CELL(DT_NODELABEL(nodelabel), id),), ())
|
D | pinctrl_sam0.c | 11 #define SAM_PORT_ADDR_OR_NONE(nodelabel) \ argument 12 IF_ENABLED(DT_NODE_EXISTS(DT_NODELABEL(nodelabel)), \ 13 (DT_REG_ADDR(DT_NODELABEL(nodelabel)),))
|
D | pinctrl_gd32_afio.c | 27 #define GD32_PORT_ADDR_OR_NONE(nodelabel) \ argument 28 COND_CODE_1(DT_NODE_EXISTS(DT_NODELABEL(nodelabel)), \ 29 (DT_REG_ADDR(DT_NODELABEL(nodelabel)),), ()) 32 #define GD32_PORT_CLOCK_ID_OR_NONE(nodelabel) \ argument 33 COND_CODE_1(DT_NODE_EXISTS(DT_NODELABEL(nodelabel)), \ 34 (DT_CLOCKS_CELL(DT_NODELABEL(nodelabel), id),), ())
|
D | pinctrl_nxp_s32.c | 22 #define SIUL2_BASE_OR_ZERO(nodelabel) \ argument 23 COND_CODE_1(DT_NODE_EXISTS(DT_NODELABEL(nodelabel)), \ 24 (DT_REG_ADDR(DT_NODELABEL(nodelabel))), (0U))
|
D | pinctrl_max32.c | 12 #define ADI_MAX32_GET_PORT_ADDR_OR_NONE(nodelabel) \ argument 13 IF_ENABLED(DT_NODE_EXISTS(DT_NODELABEL(nodelabel)), \ 14 (DT_REG_ADDR(DT_NODELABEL(nodelabel)),))
|
D | pinctrl_numicro.c | 36 #define NUMICRO_PORT_ADDR_OR_NONE(nodelabel) \ argument 37 IF_ENABLED(DT_NODE_EXISTS(DT_NODELABEL(nodelabel)), \ 38 (DT_REG_ADDR(DT_NODELABEL(nodelabel)),))
|
D | pinctrl_esp32.c | 40 #define ESP32_GPIO_PORT_ADDR(nodelabel) \ argument 41 COND_CODE_1(DT_NODE_EXISTS(DT_NODELABEL(nodelabel)), \ 42 (DT_REG_ADDR(DT_NODELABEL(nodelabel)),), \
|
/Zephyr-latest/kernel/ |
D | device.c | 72 const struct device *z_impl_device_get_by_dt_nodelabel(const char *nodelabel) in z_impl_device_get_by_dt_nodelabel() argument 75 if ((nodelabel == NULL) || (nodelabel[0] == '\0')) { in z_impl_device_get_by_dt_nodelabel() 83 * main expected use case. Therefore, nodelabel is probably in z_impl_device_get_by_dt_nodelabel() 84 * not the same pointer as any of the entry->nodelabel in z_impl_device_get_by_dt_nodelabel() 98 if (strcmp(nodelabel, dev_nodelabel) == 0) { in z_impl_device_get_by_dt_nodelabel() 108 static inline const struct device *z_vrfy_device_get_by_dt_nodelabel(const char *nodelabel) in z_vrfy_device_get_by_dt_nodelabel() argument 112 if (k_usermode_string_copy(nl_copy, (char *)nodelabel, sizeof(nl_copy)) != 0) { in z_vrfy_device_get_by_dt_nodelabel()
|
/Zephyr-latest/drivers/pinctrl/renesas/smartbond/ |
D | pinctrl_smartbond.c | 11 #define GPIO_PORT_ENTRY(nodelabel) \ argument 12 { DT_REG_ADDR_BY_IDX(DT_NODELABEL(nodelabel), 1), \ 13 DT_PROP(DT_NODELABEL(nodelabel), ngpios) }
|
/Zephyr-latest/include/zephyr/dt-bindings/rdc/ |
D | imx_rdc.h | 24 #define RDC_DT_VAL(nodelabel) DT_PROP(DT_NODELABEL(nodelabel), rdc) argument
|
/Zephyr-latest/soc/espressif/esp32/ |
D | CMakeLists.txt | 69 dt_nodelabel(dts_partition_path NODELABEL "slot0_appcpu_partition") 71 dt_nodelabel(dts_partition_path NODELABEL "boot_partition") 73 dt_nodelabel(dts_partition_path NODELABEL "boot_partition") 75 dt_nodelabel(dts_partition_path NODELABEL "slot0_partition")
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | CMakeLists.txt | 73 dt_nodelabel(dts_partition_path NODELABEL "slot0_appcpu_partition") 75 dt_nodelabel(dts_partition_path NODELABEL "boot_partition") 77 dt_nodelabel(dts_partition_path NODELABEL "boot_partition") 79 dt_nodelabel(dts_partition_path NODELABEL "slot0_partition")
|
/Zephyr-latest/tests/drivers/clock_control/pwm_clock/src/ |
D | main.c | 14 #define NODELABEL DT_NODELABEL(samplenode) macro 15 static const struct device *clk_dev = DEVICE_DT_GET(DT_CLOCKS_CTLR(NODELABEL)); 21 uint32_t clock_rate_dt = DT_PROP_BY_PHANDLE(NODELABEL, clocks, clock_frequency); in pwm_clock_setup()
|
/Zephyr-latest/soc/espressif/esp32c3/ |
D | CMakeLists.txt | 46 dt_nodelabel(dts_partition_path NODELABEL "slot0_partition") 50 dt_nodelabel(dts_partition_path NODELABEL "boot_partition")
|
/Zephyr-latest/soc/espressif/esp32c6/ |
D | CMakeLists.txt | 46 dt_nodelabel(dts_partition_path NODELABEL "slot0_partition") 50 dt_nodelabel(dts_partition_path NODELABEL "boot_partition")
|
/Zephyr-latest/soc/espressif/esp32s2/ |
D | CMakeLists.txt | 47 dt_nodelabel(dts_partition_path NODELABEL "boot_partition") 51 dt_nodelabel(dts_partition_path NODELABEL "slot0_partition")
|
/Zephyr-latest/soc/espressif/esp32c2/ |
D | CMakeLists.txt | 43 dt_nodelabel(dts_partition_path NODELABEL "slot0_partition") 47 dt_nodelabel(dts_partition_path NODELABEL "boot_partition")
|
/Zephyr-latest/dts/bindings/serial/ |
D | cypress,psoc6-uart.yaml | 28 nodelabel that matches the Cypress SoC HAL defines and be of the
|
D | infineon,cat1-uart.yaml | 25 nodes will have a nodelabel that matches the Infineon SoC Pinctrl
|
/Zephyr-latest/dts/bindings/spi/ |
D | cypress,psoc6-spi.yaml | 28 nodes will have a nodelabel that matches the Cypress SoC HAL defines
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_gd32.c | 45 #define TIMER_ID_OR_NONE(nodelabel) \ argument 46 COND_CODE_1(DT_NODE_HAS_STATUS_OKAY(DT_NODELABEL(nodelabel)), \ 47 (DT_CLOCKS_CELL(DT_NODELABEL(nodelabel), id),), ())
|
/Zephyr-latest/cmake/ |
D | mcuboot.cmake | 78 dt_nodelabel(slot0_flash NODELABEL "slot0_partition" REQUIRED) 92 dt_nodelabel(slot1_flash NODELABEL "slot1_partition" REQUIRED) 124 dt_nodelabel(slot0_partition NODELABEL "slot0_partition" REQUIRED) 126 dt_nodelabel(slot1_partition NODELABEL "slot1_partition" REQUIRED)
|
/Zephyr-latest/tests/drivers/display/display_read_write/ |
D | testcase.yaml | 69 # presence of the arduino_spi DT nodelabel
|
/Zephyr-latest/dts/bindings/i2c/ |
D | infineon,cat1-i2c.yaml | 60 nodes will have a nodelabel that matches the Infineon SoC Pinctrl
|