/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_unicast_client_test.c | 467 static void init(void) in init() function 1013 init(); in test_main() 1083 init(); in test_main_acl_disconnect() 1156 init(); in test_main_async_group() 1194 init(); in test_main_reconf_group()
|
D | bap_broadcast_source_test.c | 557 static void init(void) in init() function 587 init(); in test_main() 650 init(); in test_main_encrypted()
|
/Zephyr-latest/samples/shields/npm6001_ek/doc/ |
D | index.rst | 124 # configure GPIO 0 as output (init high) 126 # configure GPIO 0 as output (init low)
|
/Zephyr-latest/subsys/shell/backends/ |
D | shell_uart.c | 287 static int init(const struct shell_transport *transport, in init() function 509 .init = init,
|
/Zephyr-latest/doc/services/pm/ |
D | device_runtime.rst | 43 init [shape=point]; 49 init -> SUSPENDED; 152 suspended, the init function should call 177 after the ``init`` function of the device runs and returns successfully.
|
/Zephyr-latest/subsys/logging/backends/ |
D | log_backend_ws.c | 213 .init = init_ws,
|
D | log_backend_ble.c | 194 .init = init_ble,
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_espi.c | 148 .init = &ec_host_cmd_espi_init,
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi.h | 81 int (*init)(struct eswifi_dev *eswifi); member
|
/Zephyr-latest/include/zephyr/net/ |
D | mqtt_sn.h | 176 int (*init)(struct mqtt_sn_transport *transport); member
|
/Zephyr-latest/kernel/ |
D | Kconfig.init | 1 # Kernel init hook options
|
/Zephyr-latest/tests/subsys/logging/log_blocking/src/ |
D | main.c | 137 .init = mock_init,
|
/Zephyr-latest/subsys/sip_svc/ |
D | Kconfig | 20 int "ARM SiP service init function priority"
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | implementation.rst | 88 .init = my_init_impl, 235 …e iface to dormant, carrier-down, or both during :c:member:`binding init <conn_mgr_conn_api.init>`. 295 One exception is :c:member:`conn_mgr_conn_api.init`, whose implementations are permitted to block. 297 However, bear in mind that blocking during this callback will delay system init, so still consider … 304 …mentations must be ready to receive API calls immediately after :c:member:`conn_mgr_conn_api.init`. 306 …ead to an association attempt, even if called immediately after :c:member:`conn_mgr_conn_api.init`. 308 … ready for connect commands immediately when :c:member:`conn_mgr_conn_api.init` is called, calls t…
|
/Zephyr-latest/drivers/counter/ |
D | Kconfig | 14 int "Counter init priority"
|
/Zephyr-latest/drivers/disk/ |
D | loopback_disk.c | 125 .init = loopback_disk_access_init,
|
/Zephyr-latest/tests/subsys/logging/log_stress/src/ |
D | main.c | 81 .init = mock_init,
|
/Zephyr-latest/tests/net/pm/src/ |
D | main.c | 89 .iface_api.init = fake_dev_iface_init,
|
/Zephyr-latest/soc/cdns/dc233c/include/ |
D | xtensa-dc233c.ld | 139 * Note: DO NOT PUT MMU init code here as this will be 206 *(.init.literal) 209 KEEP(*(.init))
|
/Zephyr-latest/doc/services/retention/ |
D | index.rst | 32 RAM as non-init for this purpose. The retention system is then initialised as a 102 /* Reduce SRAM0 usage by 1KB to account for non-init area */ 182 /* Reduce SRAM0 usage by 1 byte to account for non-init area */
|
/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/ |
D | index.rst | 68 git submodule update --init --recursive 88 source ./init 129 …./litex_setup.py --init --install --user (--user to install to user directory) --config=(minimal, …
|
/Zephyr-latest/tests/net/route_mcast/src/ |
D | main.c | 252 .iface_api.init = net_route_mcast_iface_init1, 257 .iface_api.init = net_route_mcast_iface_init2, 262 .iface_api.init = net_route_mcast_iface_init3,
|
/Zephyr-latest/doc/services/smf/ |
D | index.rst | 166 init [shape = point]; 171 init -> STATE_S0; 269 init [shape = point]; 280 init -> STATE_S0; 385 init [shape = point]; 389 init -> STATE_S0;
|
/Zephyr-latest/subsys/net/lib/config/ |
D | init.c | 561 if (backend->api->init != NULL) { in net_config_init_app() 562 backend->api->init(backend); in net_config_init_app()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_suspend.c | 98 .init = model_1_init, 102 .init = model_2_init,
|