/Zephyr-Core-2.7.6/include/sys/ |
D | device_mmio.h | 338 #define DEVICE_MMIO_NAMED_RAM(name) mm_reg_t name argument 340 #define DEVICE_MMIO_NAMED_RAM(name) argument 356 #define DEVICE_MMIO_NAMED_RAM_PTR(dev, name) \ argument 393 #define DEVICE_MMIO_NAMED_ROM(name) struct z_device_mmio_rom name argument 409 #define DEVICE_MMIO_NAMED_ROM_PTR(dev, name) (&(DEV_CFG(dev)->name)) argument 435 #define DEVICE_MMIO_NAMED_ROM_INIT(name, node_id) \ argument 467 #define DEVICE_MMIO_NAMED_MAP(dev, name, flags) \ argument 473 #define DEVICE_MMIO_NAMED_MAP(dev, name, flags) do { } while (0) argument 498 #define DEVICE_MMIO_NAMED_GET(dev, name) \ argument 501 #define DEVICE_MMIO_NAMED_GET(dev, name) \ argument [all …]
|
/Zephyr-Core-2.7.6/drivers/i2c/ |
D | i2c_ll_stm32.c | 272 #define STM32_I2C_IRQ_CONNECT_AND_ENABLE(name) \ argument 281 #define STM32_I2C_IRQ_CONNECT_AND_ENABLE(name) \ argument 299 #define STM32_I2C_IRQ_HANDLER_DECL(name) \ argument 301 #define STM32_I2C_IRQ_HANDLER_FUNCTION(name) \ argument 303 #define STM32_I2C_IRQ_HANDLER(name) \ argument 310 #define STM32_I2C_IRQ_HANDLER_DECL(name) argument 311 #define STM32_I2C_IRQ_HANDLER_FUNCTION(name) argument 312 #define STM32_I2C_IRQ_HANDLER(name) argument 317 #define DEFINE_TIMINGS(name) \ argument 320 #define USE_TIMINGS(name) \ argument [all …]
|
/Zephyr-Core-2.7.6/include/devicetree/ |
D | dma.h | 103 #define DT_DMAS_LABEL_BY_NAME(node_id, name) \ argument 162 #define DT_DMAS_CTLR_BY_NAME(node_id, name) \ argument 183 #define DT_INST_DMAS_LABEL_BY_NAME(inst, name) \ argument 209 #define DT_INST_DMAS_CTLR_BY_NAME(inst, name) \ argument 315 #define DT_DMAS_CELL_BY_NAME(node_id, name, cell) \ argument 327 #define DT_INST_DMAS_CELL_BY_NAME(inst, name, cell) \ argument 355 #define DT_DMAS_HAS_NAME(node_id, name) \ argument 365 #define DT_INST_DMAS_HAS_NAME(inst, name) \ argument
|
D | pwms.h | 94 #define DT_PWMS_LABEL_BY_NAME(node_id, name) \ argument 162 #define DT_PWMS_CTLR_BY_NAME(node_id, name) \ argument 267 #define DT_PWMS_CELL_BY_NAME(node_id, name, cell) \ argument 309 #define DT_PWMS_CHANNEL_BY_NAME(node_id, name) \ argument 350 #define DT_PWMS_PERIOD_BY_NAME(node_id, name) \ argument 395 #define DT_PWMS_FLAGS_BY_NAME(node_id, name) \ argument 427 #define DT_INST_PWMS_LABEL_BY_NAME(inst, name) \ argument 461 #define DT_INST_PWMS_CTLR_BY_NAME(inst, name) \ argument 493 #define DT_INST_PWMS_CELL_BY_NAME(inst, name, cell) \ argument 523 #define DT_INST_PWMS_CHANNEL_BY_NAME(inst, name) \ argument [all …]
|
D | io-channels.h | 91 #define DT_IO_CHANNELS_LABEL_BY_NAME(node_id, name) \ argument 158 #define DT_IO_CHANNELS_CTLR_BY_NAME(node_id, name) \ argument 191 #define DT_INST_IO_CHANNELS_LABEL_BY_NAME(inst, name) \ argument 224 #define DT_INST_IO_CHANNELS_CTLR_BY_NAME(inst, name) \ argument 315 #define DT_IO_CHANNELS_INPUT_BY_NAME(node_id, name) \ argument 345 #define DT_INST_IO_CHANNELS_INPUT_BY_NAME(inst, name) \ argument
|
D | pinctrl.h | 81 #define DT_PINCTRL_BY_NAME(node_id, name, idx) \ argument 104 #define DT_PINCTRL_NAME_TO_IDX(node_id, name) \ argument 212 #define DT_NUM_PINCTRLS_BY_NAME(node_id, name) \ argument 297 #define DT_PINCTRL_HAS_NAME(node_id, name) \ argument 344 #define DT_INST_PINCTRL_BY_NAME(inst, name, idx) \ argument 358 #define DT_INST_PINCTRL_NAME_TO_IDX(inst, name) \ argument 411 #define DT_INST_NUM_PINCTRLS_BY_NAME(inst, name) \ argument 447 #define DT_INST_PINCTRL_HAS_NAME(inst, name) \ argument
|
D | clocks.h | 88 #define DT_CLOCKS_CTLR_BY_NAME(node_id, name) \ argument 158 #define DT_CLOCKS_LABEL_BY_NAME(node_id, name) \ argument 237 #define DT_CLOCKS_CELL_BY_NAME(node_id, name, cell) \ argument 282 #define DT_INST_CLOCKS_CTLR_BY_NAME(inst, name) \ argument 306 #define DT_INST_CLOCKS_LABEL_BY_NAME(inst, name) \ argument 339 #define DT_INST_CLOCKS_CELL_BY_NAME(inst, name, cell) \ argument
|
/Zephyr-Core-2.7.6/tests/subsys/settings/nvs/src/ |
D | settings_test_nvs.c | 70 int c1_handle_get(const char *name, char *val, int val_len_max) in c1_handle_get() 91 int c1_handle_set(const char *name, size_t len, settings_read_cb read_cb, in c1_handle_set() 129 int c1_handle_export(int (*cb)(const char *name, in c1_handle_export() 163 char *c2_var_find(char *name) in c2_var_find() 181 int c2_handle_get(const char *name, char *val, int val_len_max) in c2_handle_get() 210 int c2_handle_set(const char *name, size_t len, settings_read_cb read_cb, in c2_handle_set() 240 int c2_handle_export(int (*cb)(const char *name, in c2_handle_export() 244 char name[32]; in c2_handle_export() local 254 int c3_handle_get(const char *name, char *val, int val_len_max) in c3_handle_get() 266 int c3_handle_set(const char *name, size_t len, settings_read_cb read_cb, in c3_handle_set() [all …]
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/util/ |
D | mfifo.h | 44 #define MFIFO_DEFINE(name, sz, cnt) \ argument 64 #define MFIFO_INIT(name) \ argument 111 #define MFIFO_ENQUEUE_IDX_GET(name, i) \ argument 134 #define MFIFO_BY_IDX_ENQUEUE(name, i, mem) \ argument 174 #define MFIFO_ENQUEUE_GET(name, mem) \ argument 203 #define MFIFO_ENQUEUE(name, idx) \ argument 224 #define MFIFO_AVAIL_COUNT_GET(name) \ argument 246 #define MFIFO_DEQUEUE_GET(name) \ argument 269 #define MFIFO_DEQUEUE_PEEK(name) \ argument 299 #define MFIFO_DEQUEUE_ITER_GET(name, idx) \ argument [all …]
|
D | memq.h | 19 #define MEMQ_DECLARE(name) \ argument 28 #define MEMQ_INIT(name, link) \ argument
|
/Zephyr-Core-2.7.6/arch/arm/include/aarch32/cortex_m/ |
D | tz_ns.h | 49 #define __TZ_WRAP_FUNC_RAW(preface, name, postface, store_lr, load_lr) \ argument 103 #define __TZ_WRAP_FUNC(preface, name, postface) \ argument 135 #define TZ_THREAD_SAFE_NONSECURE_ENTRY_FUNC(name, ret, nsc_name, ...) \ argument
|
/Zephyr-Core-2.7.6/include/portability/ |
D | cmsis_os.h | 286 #define osThreadDef(name, priority, instances, stacksz) \ argument 289 #define osThreadDef(name, priority, instances, stacksz) \ argument 305 #define osThread(name) \ argument 370 #define osTimerDef(name, function) \ argument 373 #define osTimerDef(name, function) \ argument 382 #define osTimer(name) \ argument 444 #define osMutexDef(name) \ argument 447 #define osMutexDef(name) \ argument 455 #define osMutex(name) \ argument 493 #define osSemaphoreDef(name) \ argument [all …]
|
/Zephyr-Core-2.7.6/subsys/tracing/ctf/ |
D | ctf_top.c | 14 ctf_bounded_string_t *name) in _get_thread_name() 27 ctf_bounded_string_t name = { "unknown" }; in sys_trace_k_thread_switched_out() local 39 ctf_bounded_string_t name = { "unknown" }; in sys_trace_k_thread_switched_in() local 49 ctf_bounded_string_t name = { "unknown" }; in sys_trace_k_thread_priority_set() local 58 ctf_bounded_string_t name = { "unknown" }; in sys_trace_k_thread_create() local 79 ctf_bounded_string_t name = { "unknown" }; in sys_trace_k_thread_abort() local 87 ctf_bounded_string_t name = { "unknown" }; in sys_trace_k_thread_suspend() local 95 ctf_bounded_string_t name = { "unknown" }; in sys_trace_k_thread_resume() local 104 ctf_bounded_string_t name = { "unknown" }; in sys_trace_k_thread_ready() local 118 ctf_bounded_string_t name = { "unknown" }; in sys_trace_k_thread_pend() local [all …]
|
/Zephyr-Core-2.7.6/soc/arm/st_stm32/common/ |
D | st_stm32_dt.h | 46 #define ST_STM32_DT_NODE_ID_FROM_PINCTRL(name, x, i) \ argument 70 #define ST_STM32_DT_PINMUX(name, x, i) \ argument 96 #define ST_STM32_DT_FUNC(name, x, i, function) \ argument 121 #define ST_STM32_DT_SLEW_RATE(name, x, i) \ argument 173 #define ST_STM32_DT_PINCFG(name, x, i) \ argument 186 #define ST_STM32_DT_PINCFG(name, x, i) \ argument 224 #define ST_STM32_DT_PIN_ELEM(i, x, name) \ argument 254 #define ST_STM32_DT_NUM_PINS(name, x) \ argument 289 #define ST_STM32_DT_PINCTRL(name, x) \ argument
|
/Zephyr-Core-2.7.6/tests/subsys/settings/fcb/src/ |
D | settings_test_fcb.c | 72 int c1_handle_get(const char *name, char *val, int val_len_max) in c1_handle_get() 93 int c1_handle_set(const char *name, size_t len, settings_read_cb read_cb, in c1_handle_set() 131 int c1_handle_export(int (*cb)(const char *name, in c1_handle_export() 213 char *c2_var_find(char *name) in c2_var_find() 231 int c2_handle_get(const char *name, char *val, int val_len_max) in c2_handle_get() 260 int c2_handle_set(const char *name, size_t len, settings_read_cb read_cb, in c2_handle_set() 290 int c2_handle_export(int (*cb)(const char *name, in c2_handle_export() 294 char name[32]; in c2_handle_export() local 304 int c3_handle_get(const char *name, char *val, int val_len_max) in c3_handle_get() 316 int c3_handle_set(const char *name, size_t len, settings_read_cb read_cb, in c3_handle_set() [all …]
|
/Zephyr-Core-2.7.6/include/linker/ |
D | devicetree_regions.h | 11 #define _REGION_DECLARE(name, attr, node) name(attr) : \ argument 28 #define LINKER_DT_REGION_FROM_NODE(name, attr, node_id) \ argument
|
/Zephyr-Core-2.7.6/scripts/gitlint/ |
D | zephyr_commit_rules.py | 22 name = "body-min-line-count" variable in BodyMinLineCount 40 name = "body-max-line-count" variable in BodyMaxLineCount 61 name = "body-requires-signed-off-by" variable in SignedOffBy 78 name = "title-max-length-no-revert" variable in TitleMaxLengthRevert 90 name = "title-starts-with-subsystem" variable in TitleStartsWithSubsystem 103 name = "max-line-length-with-exceptions" variable in MaxLineLengthExceptions
|
/Zephyr-Core-2.7.6/subsys/testsuite/ztest/src/ |
D | ztest_mock.c | 15 const char *name; member 66 #define DEFINE_BITFIELD(name, bits) \ argument 141 const char *fn, const char *name) in find_and_delete_value() 161 const char *name, uintptr_t val) in insert_value() 183 void z_ztest_expect_value(const char *fn, const char *name, uintptr_t val) in z_ztest_expect_value() 188 void z_ztest_check_expected_value(const char *fn, const char *name, in z_ztest_check_expected_value() 213 void z_ztest_expect_data(const char *fn, const char *name, void *val) in z_ztest_expect_data() 218 void z_ztest_check_expected_data(const char *fn, const char *name, void *data, in z_ztest_check_expected_data() 253 void z_ztest_return_data(const char *fn, const char *name, void *val) in z_ztest_return_data() 258 void z_ztest_copy_return_data(const char *fn, const char *name, void *data, in z_ztest_copy_return_data()
|
/Zephyr-Core-2.7.6/scripts/west_commands/ |
D | zcmake.py | 199 def __init__(self, name, value): argument 228 def get(self, name, default=None): argument 235 def get_list(self, name, default=None): argument 251 def __contains__(self, name): argument 254 def __getitem__(self, name): argument 257 def __setitem__(self, name, entry): argument 263 def __delitem__(self, name): argument
|
/Zephyr-Core-2.7.6/subsys/testsuite/include/ |
D | tc_util.h | 129 #define TC_START(name) \ argument 158 #define TC_SUITE_START(name) \ argument 166 #define TC_SUITE_END(name, result) \ argument 195 #define TC_CMD_DEFINE(name) \ argument 204 #define TC_CMD_ITEM(name) cmd_##name argument 206 #define TC_CMD_DEFINE(name) \ argument 214 #define TC_CMD_ITEM(name) {STRINGIFY(name), cmd_##name, "none"} argument
|
/Zephyr-Core-2.7.6/subsys/tracing/sysview/ |
D | sysview_config.c | 20 static void set_thread_name(char *name, struct k_thread *thread) in set_thread_name() 35 char name[THREAD_NAME_LEN]; in sys_trace_thread_info() local 63 char name[THREAD_NAME_LEN]; in send_task_list_cb() local
|
/Zephyr-Core-2.7.6/include/ |
D | exc_handle.h | 37 #define Z_EXC_HANDLE(name) \ argument 40 #define Z_EXC_DECLARE(name) \ argument
|
/Zephyr-Core-2.7.6/subsys/portability/cmsis_rtos_v2/ |
D | wrapper.h | 22 char name[16]; member 32 char name[16]; member 39 char name[16]; member 45 char name[16]; member 52 char name[16]; member 59 char name[16]; member 66 char name[16]; member
|
/Zephyr-Core-2.7.6/subsys/settings/src/ |
D | settings.c | 66 int settings_name_steq(const char *name, const char *key, const char **next) in settings_name_steq() 105 int settings_name_next(const char *name, const char **next) in settings_name_next() 137 struct settings_handler_static *settings_parse_and_lookup(const char *name, in settings_parse_and_lookup() 192 int settings_call_set_handler(const char *name, in settings_call_set_handler()
|
D | settings_runtime.c | 26 int settings_runtime_set(const char *name, const void *data, size_t len) in settings_runtime_set() 42 int settings_runtime_get(const char *name, void *data, size_t len) in settings_runtime_get() 59 int settings_runtime_commit(const char *name) in settings_runtime_commit()
|