Home
last modified time | relevance | path

Searched refs:hook (Results 1 – 25 of 70) sorted by relevance

123

/Zephyr-latest/kernel/
DKconfig.init1 # Kernel init hook options
10 bool "Run early SoC reset hook"
12 Run an early SoC reset hook.
14 A custom hook soc_reset_hook() is executed at the beginning of the
18 bool "Run early SoC preparation hook"
20 Run an early SoC preparation hook.
22 A custom hook soc_prep_hook() is executed at the beginning of the
26 bool "Run early SoC hook"
28 Run an early SoC initialization hook.
30 A custom SoC hook soc_early_init_hook() is executed before the kernel and
[all …]
/Zephyr-latest/lib/libc/picolibc/
Dstdio.c44 void __stdout_hook_install(int (*hook)(int)) in __stdout_hook_install()
46 _stdout_hook = hook; in __stdout_hook_install()
50 void __stdin_hook_install(unsigned char (*hook)(void)) in __stdin_hook_install()
52 __stdin.get = (int (*)(FILE *)) hook; in __stdin_hook_install()
/Zephyr-latest/subsys/net/pkt_filter/
DKconfig17 bool "Additional network packet filtering hook inside IPv4 stack"
20 This additional hook provides infrastructure to construct custom
24 bool "Additional network packet filtering hook inside IPv6 stack"
27 This additional hook provides infrastructure to construct custom
31 bool "Additional network packet filtering hook for connection input"
34 This additional hook provides infrastructure to construct custom
/Zephyr-latest/tests/boards/native_sim/native_tasks/src/
Dmain.c19 static void test_check(int hook) in test_check() argument
29 posix_print_trace("test_hook%i called\n", hook); in test_check()
31 if (expected_order[call_nbr] != hook) { in test_check()
/Zephyr-latest/lib/libc/armstdc/src/
Dlibc-hooks.c19 void __stdout_hook_install(int (*hook)(int)) in __stdout_hook_install()
21 _stdout_hook = hook; in __stdout_hook_install()
/Zephyr-latest/include/zephyr/drivers/console/
Duart_console.h43 uart_console_out_debug_hook_t *hook);
47 void uart_console_in_debug_hook_install(uart_console_in_debug_hook_t hook);
/Zephyr-latest/soc/realtek/ec/rts5912/
DKconfig16 bool "CPU idle hook enable"
20 Enables a hook (z_arm_on_enter_cpu_idle()) that is called when
22 If needed, this hook can be used to prevent the CPU from actually
/Zephyr-latest/lib/libc/iar/src/
Dlibc-hooks.c19 void __stdout_hook_install(int (*hook)(int)) in __stdout_hook_install()
21 _stdout_hook = hook; in __stdout_hook_install()
/Zephyr-latest/soc/adi/max32/
DKconfig37 bool "CPU idle hook enable"
41 Enables a hook (z_arm_on_enter_cpu_idle()) that is called when
43 If needed, this hook can be used to prevent the CPU from actually
/Zephyr-latest/lib/libc/arcmwdt/
Dlibc-hooks.c37 void __stdout_hook_install(int (*hook)(int)) in __stdout_hook_install()
39 _stdout_hook = hook; in __stdout_hook_install()
/Zephyr-latest/include/zephyr/logging/
Dlog_backend_adsp_hda.h30 void adsp_hda_log_init(adsp_hda_log_hook_t hook, uint32_t channel);
Dlog_backend_ble.h40 void logger_backend_ble_set_hook(logger_backend_ble_hook hook, void *ctx);
Dlog_backend_adsp_mtrace.h28 void adsp_mtrace_log_init(adsp_mtrace_log_hook_t hook);
/Zephyr-latest/tests/boot/mcuboot_recovery_retention/test_module/
DCMakeLists.txt3 target_sources(app PRIVATE src/hook.c)
/Zephyr-latest/lib/libc/minimal/source/stdout/
Dstdout_console.c23 void __stdout_hook_install(int (*hook)(int c)) in __stdout_hook_install()
25 _stdout_hook = hook; in __stdout_hook_install()
/Zephyr-latest/include/zephyr/sys/
Dlibc-hooks.h47 void __stdout_hook_install(int (*hook)(int));
/Zephyr-latest/drivers/console/
Duart_console.c47 void uart_console_in_debug_hook_install(uart_console_in_debug_hook_t hook) in uart_console_in_debug_hook_install() argument
49 debug_hook_in = hook; in uart_console_in_debug_hook_install()
58 void uart_console_out_debug_hook_install(uart_console_out_debug_hook_t *hook) in uart_console_out_debug_hook_install() argument
60 debug_hook_out = hook; in uart_console_out_debug_hook_install()
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_adsp_mtrace.c219 void adsp_mtrace_log_init(adsp_mtrace_log_hook_t hook) in adsp_mtrace_log_init() argument
223 mtrace_hook = hook; in adsp_mtrace_log_init()
Dlog_backend_ble.c75 void logger_backend_ble_set_hook(logger_backend_ble_hook hook, void *ctx) in logger_backend_ble_set_hook() argument
77 user_hook = hook; in logger_backend_ble_set_hook()
/Zephyr-latest/lib/libc/newlib/
Dlibc-hooks.c162 void __stdout_hook_install(int (*hook)(int)) in __stdout_hook_install()
164 _stdout_hook = hook; in __stdout_hook_install()
174 void __stdin_hook_install(unsigned char (*hook)(void)) in __stdin_hook_install()
176 _stdin_hook = hook; in __stdin_hook_install()
/Zephyr-latest/subsys/net/l2/dummy/any/
DKconfig10 itself. It can be used for example to hook virtual interfaces
/Zephyr-latest/cmake/linker/
Dlinker_libraries_native.cmake7 # define link order because that allows the build system to hook in alternative
/Zephyr-latest/doc/contribute/style/
Dindex.rst50 echo "Run push hook"
55 exec ${ZEPHYR_BASE}/scripts/series-push-hook.sh $args
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/
DKconfig24 bool "Other hook"
/Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/
DKconfig25 bool "Other hook"

123