| /subsys/tracing/include/ |
| A D | tracing_backend.h | 31 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 D | Kconfig | 13 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 D | shell_dummy.c | 16 static int init(const struct shell_transport *transport, in init() function 94 .init = init,
|
| A D | shell_adsp_memory_window.c | 40 static int init(const struct shell_transport *transport, in init() function 117 .init = init,
|
| A D | shell_rtt.c | 46 static int init(const struct shell_transport *transport, in init() function 179 .init = init,
|
| A D | shell_rpmsg.c | 51 static int init(const struct shell_transport *transport, in init() function 181 .init = init,
|
| A D | shell_websocket.c | 228 static int init(const struct shell_transport *transport, in init() function 370 .init = init,
|
| /subsys/logging/backends/ |
| A D | log_backend_adsp_mtrace.c | 203 static void init(const struct log_backend *const backend) in init() function 215 .init = init,
|
| A D | log_multidomain_backend.c | 193 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 D | lll_test.c | 160 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 D | usbd_class_api.h | 255 if (api->init != NULL) { in usbd_class_init() 256 return api->init(c_data); in usbd_class_init()
|
| /subsys/retention/ |
| A D | Kconfig | 16 int "Retention devices init priority" 19 Retention device initialization priority (must be higher than init
|
| A D | Kconfig.blinfo | 35 int "Bootloader info init priority" 38 Bootloader info initialization priority (must be higher than init
|
| /subsys/net/lib/config/ |
| A D | CMakeLists.txt | 8 zephyr_library_sources_ifdef(CONFIG_NET_CONFIG_SETTINGS init.c)
|
| A D | Kconfig | 37 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 D | tracing_backend_ram.c | 43 .init = tracing_backend_ram_init,
|
| A D | tracing_backend_posix.c | 34 .init = tracing_backend_posix_init,
|
| A D | tracing_backend_adsp_memory_window.c | 62 .init = tracing_backend_adsp_memory_window_init,
|
| A D | tracing_backend_uart.c | 99 .init = tracing_backend_uart_init,
|
| /subsys/bluetooth/controller/ll_sw/ |
| A D | ull_filter.h | 7 void ull_filter_reset(bool init);
|
| /subsys/mgmt/mcumgr/mgmt/src/ |
| A D | mgmt.c | 250 if (handler->init) { in mcumgr_handlers_init() 251 handler->init(); in mcumgr_handlers_init()
|
| /subsys/disk/ |
| A D | disk_access.c | 64 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 D | ccp_call_control_server.c | 94 SHELL_CMD_ARG(init, NULL, "Initialize CCP Call Control Server",
|
| /subsys/mgmt/ec_host_cmd/backends/ |
| A D | ec_host_cmd_backend_simulator.c | 54 .init = &ec_host_cmd_sim_init,
|
| /subsys/net/l2/ppp/ |
| A D | ppp_internal.h | 41 void (*init)(struct ppp_context *ctx); member 97 .init = init_func, \
|