/Zephyr-latest/subsys/testsuite/ztest/src/ |
D | ztest_mock.c | 15 const char *fn; member 153 static struct parameter *find_and_delete_value(struct parameter *param, const char *fn, in find_and_delete_value() 173 static void insert_value(struct parameter *param, const char *fn, const char *name, uintptr_t val) in insert_value() 195 void z_ztest_expect_value(const char *fn, const char *name, uintptr_t val) in z_ztest_expect_value() 200 void z_ztest_check_expected_value(const char *fn, const char *name, uintptr_t val) in z_ztest_check_expected_value() 224 void z_ztest_expect_data(const char *fn, const char *name, void *val) in z_ztest_expect_data() 229 void z_ztest_check_expected_data(const char *fn, const char *name, void *data, uint32_t length) in z_ztest_check_expected_data() 262 void z_ztest_return_data(const char *fn, const char *name, void *val) in z_ztest_return_data() 267 void z_ztest_copy_return_data(const char *fn, const char *name, void *data, uint32_t length) in z_ztest_copy_return_data() 290 void z_ztest_returns_value(const char *fn, uintptr_t value) in z_ztest_returns_value() [all …]
|
/Zephyr-latest/include/zephyr/mem_mgmt/ |
D | mem_attr.h | 29 #define _FILTER(node_id, fn) \ argument 47 #define DT_MEMORY_ATTR_FOREACH_STATUS_OKAY_NODE(fn) \ argument
|
/Zephyr-latest/arch/arc/core/ |
D | smp.c | 23 arch_cpustart_t fn; member 45 arch_cpustart_t fn, void *arg) in arch_cpu_start() 96 arch_cpustart_t fn; in arch_secondary_cpu_init() local
|
D | irq_offload.c | 31 volatile irq_offload_routine_t fn; member
|
/Zephyr-latest/arch/riscv/core/ |
D | smp.c | 17 arch_cpustart_t fn; member 32 arch_cpustart_t fn, void *arg) in arch_cpu_start()
|
/Zephyr-latest/tests/drivers/i2c/i2c_emul/include/ |
D | emulated_target.hpp | 42 #define FFF_FAKE_ACTION(node_id, prop, n, fn) \ argument 53 #define FFF_FAKES_LIST_FOREACH(fn) \ argument
|
/Zephyr-latest/tests/drivers/bbram/generic/include/ |
D | fixture.h | 16 #define BBRAM_FOR_EACH(fn) \ argument
|
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/ |
D | ztest_test.h | 409 #define Z_TEST_P(suite, fn, t_options) \ argument 427 #define ZTEST_P(suite, fn) Z_TEST_P(suite, fn, 0) argument 429 #define Z_TEST(suite, fn, t_options, use_fixture) \ argument 449 #define Z_ZTEST(suite, fn, t_options) Z_TEST(suite, fn, t_options, 0) argument 450 #define Z_ZTEST_F(suite, fn, t_options) Z_TEST(suite, fn, t_options, 1) argument 482 #define ZTEST(suite, fn) Z_ZTEST(suite, fn, 0) argument 493 #define ZTEST_USER(suite, fn) Z_ZTEST(suite, fn, K_USER) argument 504 #define ZTEST_F(suite, fn) Z_ZTEST_F(suite, fn, 0) argument 515 #define ZTEST_USER_F(suite, fn) Z_ZTEST_F(suite, fn, K_USER) argument
|
/Zephyr-latest/soc/intel/intel_adsp/common/ |
D | multiprocessing.c | 30 arch_cpustart_t fn; member 124 arch_cpustart_t fn, void *arg) in arch_cpu_start()
|
D | ipc.c | 17 intel_adsp_ipc_handler_t fn, void *arg) in intel_adsp_ipc_set_message_handler() 28 intel_adsp_ipc_done_t fn, void *arg) in intel_adsp_ipc_set_done_handler() 239 intel_adsp_ipc_resume_handler_t fn, void *arg) in intel_adsp_ipc_set_resume_handler() 253 intel_adsp_ipc_suspend_handler_t fn, void *arg) in intel_adsp_ipc_set_suspend_handler()
|
/Zephyr-latest/kernel/ |
D | smp.c | 41 smp_init_fn fn; member 170 void k_smp_cpu_start(int id, smp_init_fn fn, void *arg) in k_smp_cpu_start() 196 void k_smp_cpu_resume(int id, smp_init_fn fn, void *arg, in k_smp_cpu_resume()
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 2175 #define DT_FOREACH_RANGE(node_id, fn) \ argument 2933 #define DT_FOREACH_NODE(fn) DT_FOREACH_HELPER(fn) argument 2947 #define DT_FOREACH_NODE_VARGS(fn, ...) DT_FOREACH_VARGS_HELPER(fn, __VA_ARGS__) argument 2960 #define DT_FOREACH_STATUS_OKAY_NODE(fn) DT_FOREACH_OKAY_HELPER(fn) argument 2976 #define DT_FOREACH_STATUS_OKAY_NODE_VARGS(fn, ...) DT_FOREACH_OKAY_VARGS_HELPER(fn, __VA_ARGS__) argument 3024 #define DT_FOREACH_ANCESTOR(node_id, fn) \ argument 3070 #define DT_FOREACH_CHILD(node_id, fn) \ argument 3113 #define DT_FOREACH_CHILD_SEP(node_id, fn, sep) \ argument 3131 #define DT_FOREACH_CHILD_VARGS(node_id, fn, ...) \ argument 3149 #define DT_FOREACH_CHILD_SEP_VARGS(node_id, fn, sep, ...) \ argument [all …]
|
/Zephyr-latest/scripts/native_simulator/common/src/include/ |
D | nsi_hws_models_if.h | 36 #define NSI_HW_EVENT(t, fn, prio) \ argument
|
/Zephyr-latest/soc/native/inf_clock/ |
D | posix_native_task.h | 41 #define NATIVE_TASK(fn, level, prio) \ argument
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | smp.c | 56 arch_cpustart_t fn; member 97 void arch_cpu_start(int cpu_num, k_thread_stack_t *stack, int sz, arch_cpustart_t fn, void *arg) in arch_cpu_start() 173 arch_cpustart_t fn; in arch_secondary_cpu_init() local
|
/Zephyr-latest/arch/arm64/core/ |
D | smp.c | 41 arch_cpustart_t fn; member 68 arch_cpustart_t fn, void *arg) in arch_cpu_start() 141 arch_cpustart_t fn; in arch_secondary_cpu_init() local
|
/Zephyr-latest/scripts/native_simulator/common/src/ |
D | nsi_tasks.h | 52 #define NSI_TASK(fn, level, prio) \ argument
|
/Zephyr-latest/scripts/build/ |
D | gen_syscalls.py | 231 def wrapper_defs(func_name, func_type, args, fn, userspace_only): argument 410 def analyze_fn(match_group, fn, userspace_only): argument
|
/Zephyr-latest/modules/trusted-firmware-m/interface/ |
D | interface.c | 27 int32_t tfm_ns_interface_dispatch(veneer_fn fn, in tfm_ns_interface_dispatch()
|
/Zephyr-latest/arch/x86/core/intel64/ |
D | cpu.c | 51 arch_cpustart_t fn, void *arg) in arch_cpu_start()
|
/Zephyr-latest/arch/xtensa/core/ |
D | irq_offload.c | 12 irq_offload_routine_t fn; member
|
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/ |
D | test_fat_rename.c | 111 const char *fn = FATFS_MNTP"/tf.txt"; in test_rename_file() local
|
/Zephyr-latest/arch/x86/core/ |
D | efi.c | 91 static uint64_t efi_call(void *fn, uint64_t arg1, uint64_t arg2) in efi_call()
|
/Zephyr-latest/soc/espressif/esp32/ |
D | esp32-mp.c | 32 arch_cpustart_t fn; member 233 arch_cpustart_t fn, void *arg) in arch_cpu_start()
|
/Zephyr-latest/soc/nordic/common/ |
D | dmm.c | 13 #define _FILTER_MEM(node_id, fn) \ argument 15 #define DT_MEMORY_REGION_FOREACH_STATUS_OKAY_NODE(fn) \ argument
|