Home
last modified time | relevance | path

Searched refs:init (Results 226 – 250 of 749) sorted by relevance

12345678910>>...30

/Zephyr-latest/kernel/
Duserspace_handler.c14 enum _obj_init_check init) in validate_kernel_object() argument
/Zephyr-latest/subsys/tracing/
Dtracing_backend_uart.c99 .init = tracing_backend_uart_init,
/Zephyr-latest/subsys/mgmt/mcumgr/mgmt/src/
Dmgmt.c250 if (handler->init) { in mcumgr_handlers_init()
251 handler->init(); in mcumgr_handlers_init()
/Zephyr-latest/samples/subsys/usb/shell/
DREADME.rst58 uart:~$ usbd init
60 uart:~$ usbh init
/Zephyr-latest/drivers/crypto/
Dcrypto_npcx_sha.c31 enum ncl_status (*init)(void *ctx); member
167 NPCX_NCL_SHA->init(npcx_ctx->handle); in npcx_hash_session_setup()
/Zephyr-latest/drivers/entropy/
Dentropy_npcx_drbg.c46 enum ncl_status (*init)(void *ctx, bool int_enable); member
166 ncl_ret = NPCX_NCL_DRBG->init(ctx, false); in entropy_npcx_drbg_init()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/
Dbroadcaster.c144 static void init(void) in init() function
201 init(); in entrypoint_broadcaster()
/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dtest_conn_impl.c249 .init = test_init_a,
257 .init = test_init_b,
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_efi_console.c83 .init = log_backend_efi_init,
Dlog_backend_ipc_service.c77 .init = backend_ipc_service_init,
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dtmap.c96 SHELL_CMD_ARG(init, NULL, "Initialize and register the TMAS", cmd_tmap_init, 1, 0),
/Zephyr-latest/subsys/net/l2/dummy/any/
Dany.c78 .iface_api.init = any_iface_init,
/Zephyr-latest/boards/nxp/mimxrt685_evk/
DCMakeLists.txt9 zephyr_library_sources(init.c)
/Zephyr-latest/subsys/usb/device_next/class/
DKconfig.hid28 int "HID device init priority"
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_test.c331 static void init(void) in init() function
408 init(); in test_main()
449 init(); in tbs_test_server_only()
/Zephyr-latest/subsys/logging/
Dlog_link_ipc_service.c80 .init = link_ipc_service_init,
/Zephyr-latest/drivers/ps2/
DKconfig.npcx21 int "PS/2 channel driver init priority"
/Zephyr-latest/drivers/peci/
DKconfig22 int "PECI driver init priority"
/Zephyr-latest/subsys/disk/
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()
/Zephyr-latest/drivers/spi/
Dspi_grlib_spimctrl.c193 static int init(const struct device *dev) in init() function
240 init, \
/Zephyr-latest/drivers/interrupt_controller/
DKconfig41 int "Interrupt controller init priority"
49 int "XEX GIRQ Interrupt controller init priority"
/Zephyr-latest/drivers/modem/
DKconfig.quectel-bg9x63 response, the init will fail with timeout.
66 int "quectel BG9X driver init priority"
/Zephyr-latest/subsys/net/lib/config/
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)"
/Zephyr-latest/scripts/ci/
Dpylintrc85 init-is-generator,
86 return-in-init,
204 super-init-not-called,
205 non-parent-init-called,
/Zephyr-latest/subsys/bluetooth/services/ias/shell/
Dias_client.c105 SHELL_CMD_ARG(init, NULL,

12345678910>>...30