Home
last modified time | relevance | path

Searched refs:DEVICE_NAME_GET (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/subsys/shell/shell_device/src/
Dmain.c48 static const struct device *d2 = &DEVICE_NAME_GET(device_2);
50 static const struct device *d3 = &DEVICE_NAME_GET(device_3);
51 static const struct device *d4 = &DEVICE_NAME_GET(device_4);
/Zephyr-latest/tests/subsys/shell/shell_device_filter/src/
Dmain.c25 static const struct device *d0 = &DEVICE_NAME_GET(device_0);
26 static const struct device *d1 = &DEVICE_NAME_GET(device_1);
27 static const struct device *d2 = &DEVICE_NAME_GET(device_2);
/Zephyr-latest/include/zephyr/
Ddevice.h96 #define DEVICE_NAME_GET(dev_id) _CONCAT(__device_, dev_id) macro
237 #define DEVICE_DT_NAME_GET(node_id) DEVICE_NAME_GET(Z_DEVICE_DT_DEV_ID(node_id))
333 #define DEVICE_GET(dev_id) (&DEVICE_NAME_GET(dev_id))
350 static const struct device DEVICE_NAME_GET(dev_id)
369 #define DEVICE_INIT_GET(dev_id) (&Z_INIT_ENTRY_NAME(DEVICE_NAME_GET(dev_id)))
1083 Z_DEVICE_SECTION_NAME(level, prio), DEVICE_NAME_GET(dev_id)) = \
1112 Z_INIT_ENTRY_NAME(DEVICE_NAME_GET(dev_id)) = { \
1121 Z_INIT_ENTRY_NAME(DEVICE_NAME_GET(dev_id)) = { \
1139 COND_CODE_1(Z_DEVICE_IS_MUTABLE(node_id), (.dev_rw), (.dev)) = &DEVICE_NAME_GET(dev_id)
/Zephyr-latest/tests/subsys/input/kbd_matrix_state_dump/src/
Dmain.c25 const struct device *dev = &DEVICE_NAME_GET(kbd_matrix); in report_matrix_entry()
/Zephyr-latest/tests/drivers/gnss/gnss_dump/src/
Dmain.c14 static const struct device *gnss_dev = &DEVICE_NAME_GET(gnss_dev);
/Zephyr-latest/include/zephyr/net/
Dnet_if.h3264 .dev = &(DEVICE_NAME_GET(dev_id)), \
3291 .dev = &(DEVICE_NAME_GET(dev_id)), \
/Zephyr-latest/doc/kernel/drivers/
Dindex.rst77 :c:macro:`DEVICE_NAME_GET()`