Home
last modified time | relevance | path

Searched refs:init (Results 1 – 25 of 147) sorted by relevance

123456

/subsys/tracing/include/
A Dtracing_backend.h31 void (*init)(void); member
64 if (backend && backend->api && backend->api->init) { in tracing_backend_init()
65 backend->api->init(); in tracing_backend_init()
/subsys/shell/modules/
A DKconfig13 bool "Device shell init command"
17 Add an 'init' command to the device shell module in order
19 own the 'zephyr,deferred-init' attribute. Note that if you
/subsys/shell/backends/
A Dshell_dummy.c16 static int init(const struct shell_transport *transport, in init() function
94 .init = init,
A Dshell_adsp_memory_window.c40 static int init(const struct shell_transport *transport, in init() function
117 .init = init,
A Dshell_rtt.c46 static int init(const struct shell_transport *transport, in init() function
179 .init = init,
A Dshell_rpmsg.c51 static int init(const struct shell_transport *transport, in init() function
181 .init = init,
A Dshell_websocket.c228 static int init(const struct shell_transport *transport, in init() function
370 .init = init,
/subsys/logging/backends/
A Dlog_backend_adsp_mtrace.c203 static void init(const struct log_backend *const backend) in init() function
215 .init = init,
A Dlog_multidomain_backend.c193 static void init(struct log_backend const *const backend) in init() function
201 err = backend_remote->transport_api->init(backend_remote); in init()
244 .init = init,
/subsys/bluetooth/controller/ll_sw/openisa/lll/
A Dlll_test.c160 static uint8_t init(uint8_t chan, uint8_t phy, void (*isr)(void *)) in init() function
219 err = init(chan, phy, isr_tx); in ll_test_tx()
303 err = init(chan, phy, isr_rx); in ll_test_rx()
/subsys/usb/device_next/
A Dusbd_class_api.h255 if (api->init != NULL) { in usbd_class_init()
256 return api->init(c_data); in usbd_class_init()
/subsys/retention/
A DKconfig16 int "Retention devices init priority"
19 Retention device initialization priority (must be higher than init
A DKconfig.blinfo35 int "Bootloader info init priority"
38 Bootloader info initialization priority (must be higher than init
/subsys/net/lib/config/
A DCMakeLists.txt8 zephyr_library_sources_ifdef(CONFIG_NET_CONFIG_SETTINGS init.c)
A DKconfig37 int "Startup priority for the network application init"
220 string "SNTP server to use for system clock init"
230 bool "SNTP server to use for system clock init is set using DHCPv4 option"
235 clock init can be set using DHCPv4 option.
238 int "SNTP timeout to init system clock (ms)"
/subsys/tracing/
A Dtracing_backend_ram.c43 .init = tracing_backend_ram_init,
A Dtracing_backend_posix.c34 .init = tracing_backend_posix_init,
A Dtracing_backend_adsp_memory_window.c62 .init = tracing_backend_adsp_memory_window_init,
A Dtracing_backend_uart.c99 .init = tracing_backend_uart_init,
/subsys/bluetooth/controller/ll_sw/
A Dull_filter.h7 void ull_filter_reset(bool init);
/subsys/mgmt/mcumgr/mgmt/src/
A Dmgmt.c250 if (handler->init) { in mcumgr_handlers_init()
251 handler->init(); in mcumgr_handlers_init()
/subsys/disk/
A Ddisk_access.c64 if ((disk->ops != NULL) && (disk->ops->init != NULL)) { in disk_access_init()
65 rc = disk->ops->init(disk); in disk_access_init()
/subsys/bluetooth/audio/shell/
A Dccp_call_control_server.c94 SHELL_CMD_ARG(init, NULL, "Initialize CCP Call Control Server",
/subsys/mgmt/ec_host_cmd/backends/
A Dec_host_cmd_backend_simulator.c54 .init = &ec_host_cmd_sim_init,
/subsys/net/l2/ppp/
A Dppp_internal.h41 void (*init)(struct ppp_context *ctx); member
97 .init = init_func, \

Completed in 28 milliseconds

123456