Searched refs:uninit (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/subsys/shell/backends/ |
D | shell_dummy.c | 32 static int uninit(const struct shell_transport *transport) in uninit() function 95 .uninit = uninit,
|
D | shell_adsp_memory_window.c | 76 static int uninit(const struct shell_transport *transport) in uninit() function 118 .uninit = uninit,
|
D | shell_rtt.c | 74 static int uninit(const struct shell_transport *transport) in uninit() function 180 .uninit = uninit,
|
D | shell_rpmsg.c | 37 static int uninit(const struct shell_transport *transport) in uninit() function 182 .uninit = uninit,
|
D | shell_websocket.c | 254 static int uninit(const struct shell_transport *transport) in uninit() function 374 .uninit = uninit,
|
D | shell_uart.c | 332 static int uninit(const struct shell_transport *transport) in uninit() function 510 .uninit = uninit,
|
D | shell_mqtt.c | 698 static int uninit(const struct shell_transport *transport) in uninit() function 814 .uninit = uninit,
|
D | shell_telnet.c | 644 static int uninit(const struct shell_transport *transport) in uninit() function 780 .uninit = uninit,
|
/Zephyr-latest/kernel/ |
D | mmu.c | 576 bool uninit = (flags & K_MEM_MAP_UNINIT) != 0U; in k_mem_map_phys_guard() local 631 uninit ? ARCH_UNPAGED_ANON_UNINIT in k_mem_map_phys_guard() 637 uninit = true; in k_mem_map_phys_guard() 668 if (dst != NULL && !uninit) { in k_mem_map_phys_guard()
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 692 int (*uninit)(const struct shell_transport *transport); member
|
/Zephyr-latest/drivers/misc/coresight/ |
D | nrf_etr.c | 927 .uninit = etr_shell_uninit,
|
/Zephyr-latest/subsys/shell/ |
D | shell.c | 1282 err = sh->iface->api->uninit(sh->iface); in instance_uninit()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 1742 * :github:`27510` - [v1.14] Bluetooth: controller: Fix uninit conn context after invalid channel map
|
D | release-notes-3.3.rst | 996 * nRF USBD: Removed HAL driver uninit on detach, fixed endpoints disable on
|