Home
last modified time | relevance | path

Searched refs:DT_PROP_LEN_OR (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/include/zephyr/pm/
Dstate.h310 LISTIFY(DT_PROP_LEN_OR(node_id, cpu_power_states, 0), \
357 LISTIFY(DT_PROP_LEN_OR(node_id, cpu_power_states, 0), \
/Zephyr-latest/subsys/pm/
Dstate.c36 LISTIFY(DT_PROP_LEN_OR(node_id, cpu_power_states, 0), \
/Zephyr-latest/include/zephyr/sensing/
Dsensing_sensor.h326 .reporter_num = DT_PROP_LEN_OR(node, reporters, 0), \
377 DT_PROP_LEN_OR(node, reporters, 0), \
/Zephyr-latest/drivers/power_domain/
Dpower_domain_soc_state_change.c101 LISTIFY(DT_PROP_LEN_OR(node_id, onoff_power_states, 0), \
/Zephyr-latest/subsys/pm/policy/
Dpolicy_device_lock.c51 LISTIFY(DT_PROP_LEN_OR(node_id, zephyr_disabling_power_states, 0), \
/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_reserved_resources.h43 (DT_PROP_LEN_OR(DT_INST(0, nordic_nrf_grtc), owned_channels, 0) - \
44 DT_PROP_LEN_OR(DT_INST(0, nordic_nrf_grtc), child_owned_channels, 0))
/Zephyr-latest/drivers/gpio/
Dgpio_shell.c107 uint8_t line_names_len = DT_PROP_LEN_OR(node_id, gpio_line_names, 0); \
126 .line_names_len = DT_PROP_LEN_OR(node_id, gpio_line_names, 0), \
Dgpio_renesas_ra_ioport.c334 .irq_info_size = DT_PROP_LEN_OR(DT_NODELABEL(ioport##suffix), port_irq_names, 0), \
/Zephyr-latest/include/zephyr/drivers/
Dregulator.h210 DT_PROP_LEN_OR(node_id, regulator_allowed_modes, 0), \
/Zephyr-latest/drivers/usb/udc/
Dudc_renesas_ra.c765 LISTIFY(DT_PROP_LEN_OR(DT_INST_PARENT(n), phys_clock, 0), \
793 .num_of_clocks = DT_PROP_LEN_OR(DT_INST_PARENT(n), phys_clock, 0), \
/Zephyr-latest/drivers/spi/
Dspi_context.h76 ._ctx_name.num_cs_gpios = DT_PROP_LEN_OR(_node_id, cs_gpios, 0),
/Zephyr-latest/include/zephyr/
Ddevicetree.h812 #define DT_PROP_LEN_OR(node_id, prop, default_value) \ macro
4248 DT_PROP_LEN_OR(DT_DRV_INST(inst), prop, default_value)
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c135 zassert_equal(DT_PROP_LEN_OR(TEST_ABCD1234, compatible, 4), 1, ""); in ZTEST()
136 zassert_equal(DT_PROP_LEN_OR(TEST_ABCD1234, invalid_property, 0), 0, ""); in ZTEST()