Searched refs:init (Results 701 – 725 of 749) sorted by relevance
1...<<21222324252627282930
/Zephyr-latest/drivers/ethernet/ |
D | eth_adin2111.c | 1509 .iface_api.init = adin2111_port_iface_init,
|
D | eth_sam_gmac.c | 2102 .iface_api.init = eth0_iface_init,
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_provision.c | 172 .init = mock_model_init
|
/Zephyr-latest/subsys/shell/ |
D | shell.c | 1256 int ret = sh->iface->api->init(sh->iface, transport_config, in instance_init()
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 30 sub-commands. Every time the device boots up, make sure to call ``mesh init`` before any of the 33 uart:~$ mesh init 161 ``mesh init`` 513 * Initialize the client node (``mesh init``).
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig | 28 int "Long workqueue init priority" 1052 bool "Bluetooth SMP self tests executed on init"
|
D | hci_core.c | 100 .init = Z_WORK_INITIALIZER(init_work), 4372 k_work_submit(&bt_dev.init); in bt_enable()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | blob_cli.c | 1482 .init = blob_cli_init,
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | mcc.c | 1958 SHELL_CMD_ARG(init, NULL, "Initialize client",
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_it82xx2.c | 1520 .init = it82xx2_init,
|
D | udc_smartbond.c | 1712 .init = udc_smartbond_init,
|
/Zephyr-latest/drivers/modem/ |
D | ublox-sara-r4.c | 2113 .iface_api.init = modem_net_iface_init,
|
D | simcom-sim7080.c | 765 .iface_api.init = modem_net_iface_init,
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.5.rst | 409 initialization levels used in the context of the ``init.h`` API,
|
D | release-notes-1.12.rst | 680 * :github:`7704` - nrf52_pca10040:tests/bluetooth/init/test_controller_dbg fails build with CONFIG_… 756 * :github:`8015` - Driver:spi_flash_w25qxxdv.c init mistake and can not be erased
|
D | release-notes-1.7.rst | 328 * ``ZEP-1481`` - Bluetooth fails to init
|
D | release-notes-2.6.rst | 751 * Changed to init NCP after USB communication is established. 1230 * :github:`35133` - [Coverity CID: 232501] Missing varargs init or cleanup in subsys/logging/log_ms… 1609 * :github:`33524` - minor: kswap.h is included twice in kernel/init.c 2071 * :github:`29349` - Using float when driver init in RISC-V arch might cause system to get stuck. 2078 * :github:`28803` - Use generic config option for early platfrom init (AKA "warm boot")
|
D | release-notes-3.2.rst | 1382 * Removed the need to manually register emulators in their init function (automatically done). 1801 - :github:`50781` - LE Audio: mpl init causes warnings when adding objects 2099 * :github:`48724` - mpu9250 driver init function register setup using the same config parameter twi… 2196 * :github:`47860` - Bluetooth: shell: bt init sync enables Bluetooth asynchronously 2265 * :github:`47238` - SD Card init issue when CONFIG_SPEED_OPTIMIZATIONS=y
|
D | release-notes-1.11.rst | 469 * :github:`6204` - bluetooth controller: crc init is not random
|
/Zephyr-latest/doc/hardware/pinctrl/ |
D | index.rst | 436 cached in advance (e.g. at init time). Since state lookup time is expected to be
|
/Zephyr-latest/doc/develop/application/ |
D | index.rst | 263 west init -l my-manifest-repo 291 west init -m https://git.example.com/my-manifest-repo my-workspace
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | ucpd_numaker.c | 2308 .init = numaker_tcpc_init_recycle,
|
/Zephyr-latest/tests/net/tcp/src/ |
D | main.c | 196 .iface_api.init = net_tcp_iface_init,
|
/Zephyr-latest/drivers/ethernet/dwc_xgmac/ |
D | eth_dwc_xgmac.c | 1770 .iface_api.init = eth_dwc_xgmac_iface_init,
|
/Zephyr-latest/subsys/net/ip/ |
D | net_if.c | 420 if (!api || !api->init) { in init_iface() 446 api->init(iface); in init_iface()
|
1...<<21222324252627282930