/Zephyr-latest/subsys/shell/backends/ |
D | shell_dummy.c | 16 static int init(const struct shell_transport *transport, in init() function 94 .init = init,
|
D | shell_adsp_memory_window.c | 40 static int init(const struct shell_transport *transport, in init() function 117 .init = init,
|
D | shell_rtt.c | 46 static int init(const struct shell_transport *transport, in init() function 179 .init = init,
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.emul | 22 int "UART emulated devices' init priority" 25 The init priority of emulated driver on the UART bus.
|
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | device.c | 24 static struct qspi_dev qspi = {.init = qspi_init, 30 static struct qspi_dev spim = {.init = spim_init,
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.rt1718s | 16 int "RT1718S GPIO init priority" 23 int "RT1718S GPIO port init priority"
|
D | Kconfig.mcp23xxx | 28 int "MCP230XX GPIO expander init priority" 50 int "MCP23SXX GPIO expander init priority"
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_dwc2.h | 18 int (*init)(const struct device *dev); member 71 DWC2_QUIRK_FUNC_DEFINE(init)
|
/Zephyr-latest/soc/andestech/ae350/common_linker/ |
D | init.ld | 7 KEEP(*(.init.*))
|
/Zephyr-latest/soc/gd/gd32/gd32vf103/ |
D | init.ld | 7 KEEP(*(.init.*))
|
/Zephyr-latest/soc/telink/tlsr/tlsr951x/ |
D | init.ld | 7 KEEP(*(.init.*))
|
D | start.S | 19 SECTION_FUNC(init, init)
|
/Zephyr-latest/tests/crypto/tinycrypt_hmac_prng/ |
D | README.txt | 32 HMAC-PRNG test#1 (init, reseed, generate): 33 HMAC-PRNG test#1 (init):
|
/Zephyr-latest/doc/develop/west/ |
D | basics.rst | 12 West works in the following manner: the ``west init`` command creates the 57 using :ref:`west init <west-init-basics>`. 117 west init and west update 120 The two most important workspace-related commands are ``west init`` and ``west 123 .. _west-init-basics: 125 ``west init`` basics 132 West doesn't change your manifest repository contents after ``west init`` is 139 west init -m https://github.com/zephyrproject-rtos/zephyr --mr v2.5.0 zephyrproject 155 For more details, see :ref:`west-init`. 173 #. Finding the topdir. In the ``west init`` example above, that
|
/Zephyr-latest/subsys/logging/backends/ |
D | log_backend_adsp_mtrace.c | 202 static void init(const struct log_backend *const backend) in init() function 214 .init = init,
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/ |
D | tester.c | 24 static bool init; in scanned_cb() local 33 if (!init) { in scanned_cb() 36 init = true; in scanned_cb()
|
/Zephyr-latest/samples/sensor/sensor_shell/src/ |
D | fake_sensor.c | 15 static int init(const struct device *dev) in init() function 93 SENSOR_DEVICE_DT_INST_DEFINE(n, init, NULL, NULL, NULL, POST_KERNEL, \
|
/Zephyr-latest/soc/mediatek/mt8xxx/ |
D | linker.ld | 45 KEEP(*(.literal.init .init)) 46 *(.literal.init.* .init.*)
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | nrf54l15bsim_nrf54l15_cpuapp_defconfig | 7 # Start SYSCOUNTER on driver init
|
/Zephyr-latest/subsys/net/lib/config/ |
D | CMakeLists.txt | 8 zephyr_library_sources_ifdef(CONFIG_NET_CONFIG_SETTINGS init.c)
|
/Zephyr-latest/drivers/bbram/ |
D | Kconfig | 23 # In STM32, BBRAM is a part of RTC. In this case init priority must be 26 # MCP7940N is an I2C device, therefore the init priority must be
|
/Zephyr-latest/tests/lib/mpsc_pbuf/src/ |
D | main.c | 90 static void init(struct mpsc_pbuf_buffer *buffer, uint32_t wlen, bool overwrite) in init() function 118 init(&buffer, 4 - !pow2, false); in item_put_no_overwrite() 149 init(&buffer, 4 - !pow2, true); in item_put_overwrite() 176 init(&buffer, 4 - !pow2, false); in item_put_saturate() 221 init(&buffer, ARRAY_SIZE(buf32) - !pow2, true); in benchmark_item_put() 262 init(&buffer, 8 - !pow2, false); in item_put_ext_no_overwrite() 300 init(&buffer, 8 - !pow2, true); in item_put_word_ext_overwrite() 335 init(&buffer, 8 - !pow2, false); in item_put_ext_saturate() 385 init(&buffer, ARRAY_SIZE(buf32) - !pow2, false); in benchmark_item_put_ext() 432 init(&buffer, ARRAY_SIZE(buf32) - !pow2, false); in benchmark_item_put_data() [all …]
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_backend.h | 69 void (*init)(const struct log_backend *const backend); member 140 if (backend->api->init) { in log_backend_init() 141 backend->api->init(backend); in log_backend_init()
|
/Zephyr-latest/boards/st/stm32f769i_disco/support/ |
D | openocd.cfg | 5 reset init
|
/Zephyr-latest/samples/boards/enjoydigital/litex/i2s/src/ |
D | main.c | 34 static void init(void) in init() function 88 init(); in main()
|