Searched refs:DEVICE_NAME_GET (Results 1 – 7 of 7) sorted by relevance
48 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);
25 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);
96 #define DEVICE_NAME_GET(dev_id) _CONCAT(__device_, dev_id) macro237 #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)
25 const struct device *dev = &DEVICE_NAME_GET(kbd_matrix); in report_matrix_entry()
14 static const struct device *gnss_dev = &DEVICE_NAME_GET(gnss_dev);
3264 .dev = &(DEVICE_NAME_GET(dev_id)), \3291 .dev = &(DEVICE_NAME_GET(dev_id)), \
77 :c:macro:`DEVICE_NAME_GET()`