/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_ias.c | 18 static bool initialized; variable 26 if (!initialized) { in alert_stop() 40 if (!initialized) { in alert_start() 53 if (!initialized) { in alert_high_start() 70 initialized = true; in tester_init_ias() 77 initialized = false; in tester_unregister_ias()
|
/Zephyr-latest/subsys/shell/backends/ |
D | shell_dummy.c | 23 if (sh_dummy->initialized) { in init() 27 sh_dummy->initialized = true; in init() 36 if (!sh_dummy->initialized) { in uninit() 40 sh_dummy->initialized = false; in uninit() 49 if (!sh_dummy->initialized) { in enable() 62 if (!sh_dummy->initialized) { in write() 84 if (!sh_dummy->initialized) { in read()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | op_agg_cli.c | 69 cli.ctx.initialized = true; in handle_status() 75 cli.ctx.initialized = true; in handle_status() 90 cli.ctx.initialized = true; in handle_status() 132 if (cli.ctx.initialized) { in bt_mesh_op_agg_cli_seq_start() 140 cli.ctx.initialized = true; in bt_mesh_op_agg_cli_seq_start() 158 if (!cli.ctx.initialized) { in bt_mesh_op_agg_cli_seq_send() 169 cli.ctx.initialized = false; in bt_mesh_op_agg_cli_seq_send() 183 cli.ctx.initialized = false; in bt_mesh_op_agg_cli_seq_abort() 188 return cli.ctx.initialized; in bt_mesh_op_agg_cli_seq_is_started() 221 return cli.ctx.initialized && (ctx->net_idx == cli.ctx.net_idx) && in bt_mesh_op_agg_cli_accept()
|
D | op_agg_srv.c | 56 srv.ctx.initialized = true; in handle_sequence() 102 srv.ctx.initialized = false; in handle_sequence() 152 return srv.ctx.initialized && (ctx->net_idx == srv.ctx.net_idx) && in bt_mesh_op_agg_srv_accept()
|
D | op_agg.h | 9 bool initialized; member
|
/Zephyr-latest/subsys/random/ |
D | random_xoshiro128.c | 38 static bool initialized; variable 62 initialized = true; in xoshiro128_init_state() 101 if (unlikely(!initialized)) { in z_impl_sys_rand_get()
|
/Zephyr-latest/drivers/sensor/bosch/bmi323/ |
D | Kconfig | 20 runtime management is used, it is initialized into the suspended state, 22 consumption, otherwise it is resumed when initialized. When resumed, 23 the bus is initialized, the feature engine is enabled, and INT1 is 24 initialized.
|
/Zephyr-latest/drivers/wifi/simplelink/ |
D | simplelink.c | 39 bool initialized; member 73 (!simplelink_data.initialized)) { in simplelink_wifi_cb() 74 simplelink_data.initialized = true; in simplelink_wifi_cb() 82 (!simplelink_data.initialized)) { in simplelink_wifi_cb() 83 simplelink_data.initialized = true; in simplelink_wifi_cb() 243 simplelink_data.initialized = false; in simplelink_iface_init()
|
/Zephyr-latest/drivers/timer/ |
D | silabs_sleeptimer_timer.c | 41 bool initialized; /* Set to true when timer is initialized */ member 93 if (!IS_ENABLED(CONFIG_TICKLESS_KERNEL) || !timer->initialized) { in sleeptimer_clock_elapsed() 116 return g_sleeptimer_timer_data.initialized ? sl_sleeptimer_get_tick_count() : 0; in sys_clock_cycle_get_32() 138 timer->initialized = true; in sleeptimer_init()
|
/Zephyr-latest/samples/shields/x_nucleo_53l0a1/src/ |
D | display_7seg.c | 16 static bool initialized; variable 97 initialized = true; in init_display() 107 if (!initialized) { in display_chars()
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | Kconfig.shared_irq | 19 Shared IRQ are initialized on POST_KERNEL init level. They 20 have to be initialized before any device that uses them.
|
/Zephyr-latest/kernel/ |
D | Kconfig.init | 31 devices are initialized 39 devices are initialized 56 devices are initialized 64 devices are initialized
|
D | device.c | 143 return dev->state->initialized && (dev->state->init_res == 0U); in z_impl_device_is_ready() 150 if (!dev->state->initialized) { in z_impl_device_deinit() 163 dev->state->initialized = false; in z_impl_device_deinit()
|
/Zephyr-latest/drivers/spi/ |
D | spi_nrfx_spi.c | 26 bool initialized; member 97 if (dev_data->initialized && spi_context_configured(ctx, spi_cfg)) { in configure() 145 if (dev_data->initialized) { in configure() 147 dev_data->initialized = false; in configure() 157 dev_data->initialized = true; in configure() 272 dev_data->initialized = false; in transceive() 362 if (dev_data->initialized) { in spi_nrfx_pm_action() 364 dev_data->initialized = false; in spi_nrfx_pm_action()
|
/Zephyr-latest/lib/posix/options/ |
D | rwlock.c | 26 bool initialized: 1; member 401 if (a == NULL || !a->initialized) { in pthread_rwlockattr_getpshared() 414 if (a == NULL || !a->initialized) { in pthread_rwlockattr_setpshared() 436 .initialized = true, in pthread_rwlockattr_init() 447 if (a == NULL || !a->initialized) { in pthread_rwlockattr_destroy()
|
D | mutex.c | 360 a->initialized = true; in pthread_mutexattr_init() 369 if (a == NULL || !a->initialized) { in pthread_mutexattr_destroy() 387 if (a == NULL || type == NULL || !a->initialized) { in pthread_mutexattr_gettype() 405 if (a == NULL || !a->initialized) { in pthread_mutexattr_settype()
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell_dummy.h | 21 bool initialized; member
|
/Zephyr-latest/samples/subsys/usb/shell/ |
D | README.rst | 54 dev: USB descriptors initialized 59 dev: USB initialized 61 host: USB host initialized
|
/Zephyr-latest/boards/digilent/arty_a7/ |
D | Kconfig | 13 place after the GPIO driver is initialized.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_flash.rst | 14 It must be initialized by calling :c:func:`bt_mesh_blob_flash_rd_init` before being passed to the 22 It must be initialized by calling :c:func:`bt_mesh_blob_flash_rd_init` before being passed to the
|
/Zephyr-latest/doc/develop/west/ |
D | west-not-found.rst | 16 repository was not initialized using west during the documentation build.
|
/Zephyr-latest/drivers/adc/ |
D | adc_gecko.c | 24 bool initialized; member 123 if (!data->channel_config[index].initialized) { in start_read() 234 channel_config->initialized = false; in adc_gecko_channel_setup() 261 channel_config->initialized = true; in adc_gecko_channel_setup()
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | ps8xxx.c | 28 bool initialized; member 82 if (!data->initialized) { in ps8xxx_tcpc_init() 102 if (!data->initialized) { in ps8xxx_tcpc_get_cc() 148 if (!data->initialized) { in ps8xxx_tcpc_set_cc() 186 if (!data->initialized) { in ps8xxx_tcpc_set_vconn() 298 if (!data->initialized) { in ps8xxx_tcpc_set_cc_polarity() 501 if (!data->initialized) { in ps8xxx_alert_work_cb() 609 data->initialized = true; in ps8xxx_init_work_cb()
|
D | rt1715.c | 28 bool initialized; member 93 if (!data->initialized) { in rt1715_tcpc_init() 117 if (!data->initialized) { in rt1715_tcpc_get_cc() 163 if (!data->initialized) { in rt1715_tcpc_set_cc() 206 if (!data->initialized) { in rt1715_tcpc_set_vconn() 343 if (!data->initialized) { in rt1715_tcpc_set_cc_polarity() 524 if (!data->initialized) { in rt1715_alert_work_cb() 632 data->initialized = true; in rt1715_init_work_cb()
|
/Zephyr-latest/include/zephyr/linker/ |
D | common-noinit.ld | 10 * This section is used for non-initialized objects that
|