Home
last modified time | relevance | path

Searched refs:DEVICE_DT_NAME_GET (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/sensing/
Dsensing_sensor.h133 _CONCAT(_CONCAT(__sensing_sensor_info_, idx), DEVICE_DT_NAME_GET(node))
164 _CONCAT(__sensing_connections_, DEVICE_DT_NAME_GET(node))
263 _CONCAT(_CONCAT(__sensing_submit_cfg_, idx), DEVICE_DT_NAME_GET(node))
274 _CONCAT(_CONCAT(__sensing_iodev_, idx), DEVICE_DT_NAME_GET(node))
303 _CONCAT(_CONCAT(__sensing_sensor_, idx), DEVICE_DT_NAME_GET(node))
/Zephyr-latest/include/zephyr/drivers/
Dpinctrl.h103 _CONCAT(__pinctrl_dev_config, DEVICE_DT_NAME_GET(node_id))
112 _CONCAT(__pinctrl_states, DEVICE_DT_NAME_GET(node_id))
122 _CONCAT(__pinctrl_state_pins_ ## state_idx, DEVICE_DT_NAME_GET(node_id))
Dsensor.h1385 _CONCAT(__sensor_info, DEVICE_DT_NAME_GET(node_id))
/Zephyr-latest/include/zephyr/
Ddevice.h108 #define Z_DEVICE_EXPORT(node_id) EXPORT_SYMBOL(DEVICE_DT_NAME_GET(node_id))
237 #define DEVICE_DT_NAME_GET(node_id) DEVICE_NAME_GET(Z_DEVICE_DT_DEV_ID(node_id)) macro
254 #define DEVICE_DT_GET(node_id) (&DEVICE_DT_NAME_GET(node_id))
360 (&Z_INIT_ENTRY_NAME(DEVICE_DT_NAME_GET(node_id)))
1196 (const)) struct device DEVICE_DT_NAME_GET(node_id);
/Zephyr-latest/include/zephyr/input/
Dinput_kbd_matrix.h134 _CONCAT(name, DEVICE_DT_NAME_GET(node_id)))
/Zephyr-latest/drivers/i2s/
Di2s_sam_ssc.c1005 return &DEVICE_DT_NAME_GET(DT_DRV_INST(0)); in get_dev_from_dma_channel()