Home
last modified time | relevance | path

Searched full:nodelabel (Results 1 – 25 of 45) sorted by relevance

12

/Zephyr-latest/drivers/pinctrl/
Dpinctrl_sam.c12 #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)),))
Dpinctrl_gd32_af.c37 #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),), ())
Dpinctrl_sam0.c11 #define SAM_PORT_ADDR_OR_NONE(nodelabel) \ argument
12 IF_ENABLED(DT_NODE_EXISTS(DT_NODELABEL(nodelabel)), \
13 (DT_REG_ADDR(DT_NODELABEL(nodelabel)),))
Dpinctrl_gd32_afio.c27 #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),), ())
Dpinctrl_nxp_s32.c22 #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))
Dpinctrl_max32.c12 #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)),))
Dpinctrl_numicro.c36 #define NUMICRO_PORT_ADDR_OR_NONE(nodelabel) \ argument
37 IF_ENABLED(DT_NODE_EXISTS(DT_NODELABEL(nodelabel)), \
38 (DT_REG_ADDR(DT_NODELABEL(nodelabel)),))
Dpinctrl_esp32.c40 #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/
Ddevice.c72 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/
Dpinctrl_smartbond.c11 #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/
Dimx_rdc.h24 #define RDC_DT_VAL(nodelabel) DT_PROP(DT_NODELABEL(nodelabel), rdc) argument
/Zephyr-latest/soc/espressif/esp32/
DCMakeLists.txt69 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/
DCMakeLists.txt73 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/
Dmain.c14 #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/
DCMakeLists.txt46 dt_nodelabel(dts_partition_path NODELABEL "slot0_partition")
50 dt_nodelabel(dts_partition_path NODELABEL "boot_partition")
/Zephyr-latest/soc/espressif/esp32c6/
DCMakeLists.txt46 dt_nodelabel(dts_partition_path NODELABEL "slot0_partition")
50 dt_nodelabel(dts_partition_path NODELABEL "boot_partition")
/Zephyr-latest/soc/espressif/esp32s2/
DCMakeLists.txt47 dt_nodelabel(dts_partition_path NODELABEL "boot_partition")
51 dt_nodelabel(dts_partition_path NODELABEL "slot0_partition")
/Zephyr-latest/soc/espressif/esp32c2/
DCMakeLists.txt43 dt_nodelabel(dts_partition_path NODELABEL "slot0_partition")
47 dt_nodelabel(dts_partition_path NODELABEL "boot_partition")
/Zephyr-latest/dts/bindings/serial/
Dcypress,psoc6-uart.yaml28 nodelabel that matches the Cypress SoC HAL defines and be of the
Dinfineon,cat1-uart.yaml25 nodes will have a nodelabel that matches the Infineon SoC Pinctrl
/Zephyr-latest/dts/bindings/spi/
Dcypress,psoc6-spi.yaml28 nodes will have a nodelabel that matches the Cypress SoC HAL defines
/Zephyr-latest/drivers/clock_control/
Dclock_control_gd32.c45 #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/
Dmcuboot.cmake78 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/
Dtestcase.yaml69 # presence of the arduino_spi DT nodelabel
/Zephyr-latest/dts/bindings/i2c/
Dinfineon,cat1-i2c.yaml60 nodes will have a nodelabel that matches the Infineon SoC Pinctrl

12