| /Zephyr-latest/kernel/ |
| D | Kconfig.init | 1 # 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/ |
| D | stdio.c | 44 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/ |
| D | Kconfig | 17 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/ |
| D | main.c | 19 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/ |
| D | libc-hooks.c | 19 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/ |
| D | uart_console.h | 43 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/ |
| D | Kconfig | 16 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/ |
| D | libc-hooks.c | 19 void __stdout_hook_install(int (*hook)(int)) in __stdout_hook_install() 21 _stdout_hook = hook; in __stdout_hook_install()
|
| /Zephyr-latest/soc/adi/max32/ |
| D | Kconfig | 37 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/ |
| D | libc-hooks.c | 37 void __stdout_hook_install(int (*hook)(int)) in __stdout_hook_install() 39 _stdout_hook = hook; in __stdout_hook_install()
|
| /Zephyr-latest/include/zephyr/logging/ |
| D | log_backend_adsp_hda.h | 30 void adsp_hda_log_init(adsp_hda_log_hook_t hook, uint32_t channel);
|
| D | log_backend_ble.h | 40 void logger_backend_ble_set_hook(logger_backend_ble_hook hook, void *ctx);
|
| D | log_backend_adsp_mtrace.h | 28 void adsp_mtrace_log_init(adsp_mtrace_log_hook_t hook);
|
| /Zephyr-latest/tests/boot/mcuboot_recovery_retention/test_module/ |
| D | CMakeLists.txt | 3 target_sources(app PRIVATE src/hook.c)
|
| /Zephyr-latest/lib/libc/minimal/source/stdout/ |
| D | stdout_console.c | 23 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/ |
| D | libc-hooks.h | 47 void __stdout_hook_install(int (*hook)(int));
|
| /Zephyr-latest/drivers/console/ |
| D | uart_console.c | 47 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/ |
| D | log_backend_adsp_mtrace.c | 219 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()
|
| D | log_backend_ble.c | 75 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/ |
| D | libc-hooks.c | 162 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/ |
| D | Kconfig | 10 itself. It can be used for example to hook virtual interfaces
|
| /Zephyr-latest/cmake/linker/ |
| D | linker_libraries_native.cmake | 7 # define link order because that allows the build system to hook in alternative
|
| /Zephyr-latest/doc/contribute/style/ |
| D | index.rst | 50 echo "Run push hook" 55 exec ${ZEPHYR_BASE}/scripts/series-push-hook.sh $args
|
| /Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/ |
| D | Kconfig | 24 bool "Other hook"
|
| /Zephyr-latest/tests/subsys/mgmt/mcumgr/handler_demo/example_as_module/ |
| D | Kconfig | 25 bool "Other hook"
|