Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 25 of 49) sorted by relevance

12

/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest_mock.c15 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/
Dmem_attr.h29 #define _FILTER(node_id, fn) \ argument
47 #define DT_MEMORY_ATTR_FOREACH_STATUS_OKAY_NODE(fn) \ argument
/Zephyr-latest/arch/arc/core/
Dsmp.c23 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
Dirq_offload.c31 volatile irq_offload_routine_t fn; member
/Zephyr-latest/arch/riscv/core/
Dsmp.c17 arch_cpustart_t fn; member
32 arch_cpustart_t fn, void *arg) in arch_cpu_start()
/Zephyr-latest/tests/drivers/i2c/i2c_emul/include/
Demulated_target.hpp42 #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/
Dfixture.h16 #define BBRAM_FOR_EACH(fn) \ argument
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_test.h409 #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/
Dmultiprocessing.c30 arch_cpustart_t fn; member
124 arch_cpustart_t fn, void *arg) in arch_cpu_start()
Dipc.c17 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/
Dsmp.c41 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/
Ddevicetree.h2175 #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/
Dnsi_hws_models_if.h36 #define NSI_HW_EVENT(t, fn, prio) \ argument
/Zephyr-latest/soc/native/inf_clock/
Dposix_native_task.h41 #define NATIVE_TASK(fn, level, prio) \ argument
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dsmp.c56 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/
Dsmp.c41 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/
Dnsi_tasks.h52 #define NSI_TASK(fn, level, prio) \ argument
/Zephyr-latest/scripts/build/
Dgen_syscalls.py231 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/
Dinterface.c27 int32_t tfm_ns_interface_dispatch(veneer_fn fn, in tfm_ns_interface_dispatch()
/Zephyr-latest/arch/x86/core/intel64/
Dcpu.c51 arch_cpustart_t fn, void *arg) in arch_cpu_start()
/Zephyr-latest/arch/xtensa/core/
Dirq_offload.c12 irq_offload_routine_t fn; member
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_rename.c111 const char *fn = FATFS_MNTP"/tf.txt"; in test_rename_file() local
/Zephyr-latest/arch/x86/core/
Defi.c91 static uint64_t efi_call(void *fn, uint64_t arg1, uint64_t arg2) in efi_call()
/Zephyr-latest/soc/espressif/esp32/
Desp32-mp.c32 arch_cpustart_t fn; member
233 arch_cpustart_t fn, void *arg) in arch_cpu_start()
/Zephyr-latest/soc/nordic/common/
Ddmm.c13 #define _FILTER_MEM(node_id, fn) \ argument
15 #define DT_MEMORY_REGION_FOREACH_STATUS_OKAY_NODE(fn) \ argument

12