Home
last modified time | relevance | path

Searched refs:call_when_found (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/boards/native/nrf_bsim/
Dargparse.c47 .call_when_found = cmd_testid_found, in nrfbsim_register_args()
54 .call_when_found = cmd_testlist_found, in nrfbsim_register_args()
63 .call_when_found = cmd_testid_found, in nrfbsim_register_args()
70 .call_when_found = cmd_testlist_found, in nrfbsim_register_args()
79 .call_when_found = cmd_autostart_found, in nrfbsim_register_args()
/Zephyr-latest/boards/native/nrf_bsim/common/
Dphy_sync_ctrl.c144 .call_when_found = cmd_start_of_found, in phy_sync_ctrl_register_args()
160 .call_when_found = cmd_no_sync_preinit_found, in phy_sync_ctrl_register_args()
176 .call_when_found = cmd_no_sync_preboot_found, in phy_sync_ctrl_register_args()
191 .call_when_found = cmd_no_delay_init_found, in phy_sync_ctrl_register_args()
199 .call_when_found = cmd_max_resync_offset_found, in phy_sync_ctrl_register_args()
Dbsim_args_runner.c131 .call_when_found = print_mcus_info, in bsim_register_basic_args()
/Zephyr-latest/scripts/native_simulator/native/src/
Dnsi_trace.c134 .call_when_found = trace_enable_color, in nsi_add_tracing_options()
141 .call_when_found = trace_disable_color, in nsi_add_tracing_options()
148 .call_when_found = trace_force_color, in nsi_add_tracing_options()
Dtimer_model.c479 .call_when_found = cmd_realtime_found, in nsi_add_time_options()
487 .call_when_found = cmd_no_realtime_found, in nsi_add_time_options()
497 .call_when_found = cmd_rt_drift_found, in nsi_add_time_options()
507 .call_when_found = cmd_rt_ratio_found, in nsi_add_time_options()
521 .call_when_found = cmd_rtcoffset_found, in nsi_add_time_options()
528 .call_when_found = cmd_rtcreset_found, in nsi_add_time_options()
537 .call_when_found = cmd_stop_at_found, in nsi_add_time_options()
Dnsi_cmdline_common.c384 if (arg_element->call_when_found) { in nsi_cmd_handle_this_matched_arg()
385 arg_element->call_when_found(argv, offset); in nsi_cmd_handle_this_matched_arg()
/Zephyr-latest/scripts/native_simulator/native/src/include/
Dnsi_cmdline.h64 option_found_callback_f call_when_found; member
/Zephyr-latest/subsys/tracing/
Dtracing_backend_posix.c51 .call_when_found = NULL, in tracing_backend_posix_option()
/Zephyr-latest/boards/native/native_posix/
Dcmdline_common.h65 option_found_callback_f call_when_found; member
Dcmdline_common.c382 if (arg_element->call_when_found) { in cmd_handle_this_matched_arg()
383 arg_element->call_when_found(argv, offset); in cmd_handle_this_matched_arg()
/Zephyr-latest/drivers/entropy/
Dfake_entropy_native_posix.c108 .call_when_found = seed_was_set, in add_fake_entropy_option()
/Zephyr-latest/drivers/serial/
Duart_native_ptty.c243 .call_when_found = auto_attach_cmd_cb, in np_add_uart_options()
/Zephyr-latest/subsys/fs/
Dfuse_fs_access.c551 .call_when_found = NULL, in fuse_fs_access_options()