Searched refs:DEVICE_DT_NAME_GET (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/include/zephyr/sensing/ |
D | sensing_sensor.h | 133 _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/ |
D | pinctrl.h | 103 _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))
|
D | sensor.h | 1385 _CONCAT(__sensor_info, DEVICE_DT_NAME_GET(node_id))
|
/Zephyr-latest/include/zephyr/ |
D | device.h | 108 #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/ |
D | input_kbd_matrix.h | 134 _CONCAT(name, DEVICE_DT_NAME_GET(node_id)))
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_sam_ssc.c | 1005 return &DEVICE_DT_NAME_GET(DT_DRV_INST(0)); in get_dev_from_dma_channel()
|