/Zephyr-latest/subsys/bluetooth/host/ |
D | smp.c | 219 #define DISPLAY_FIXED(smp) (IS_ENABLED(CONFIG_BT_FIXED_PASSKEY) && \ argument 221 (smp)->method == PASSKEY_DISPLAY) 314 static const struct bt_conn_auth_cb *latch_auth_cb(struct bt_smp *smp) in latch_auth_cb() argument 316 (void)atomic_ptr_cas(&smp->auth_cb, BT_SMP_AUTH_CB_UNINITIALIZED, in latch_auth_cb() 319 return atomic_ptr_get(&smp->auth_cb); in latch_auth_cb() 322 static bool latch_bondable(struct bt_smp *smp) in latch_bondable() argument 324 (void)atomic_cas(&smp->bondable, BT_SMP_BONDABLE_UNINITIALIZED, (atomic_val_t)bondable); in latch_bondable() 326 return atomic_get(&smp->bondable); in latch_bondable() 329 static uint8_t get_io_capa(struct bt_smp *smp) in get_io_capa() argument 331 const struct bt_conn_auth_cb *smp_auth_cb = latch_auth_cb(smp); in get_io_capa() [all …]
|
D | smp_null.c | 83 struct bt_l2cap_le_chan *smp = &bt_smp_pool[i]; in bt_smp_accept() local 85 if (smp->chan.conn) { in bt_smp_accept() 89 smp->chan.ops = &ops; in bt_smp_accept() 91 *chan = &smp->chan; in bt_smp_accept()
|
/Zephyr-latest/tests/kernel/smp/src/ |
D | main.c | 120 ZTEST(smp, test_smp_coop_threads) in ZTEST() argument 182 ZTEST(smp, test_cpu_id_threads) in ZTEST() argument 315 ZTEST(smp, test_coop_switch_in_abort) in ZTEST() argument 368 ZTEST(smp, test_coop_resched_threads) in ZTEST() argument 409 ZTEST(smp, test_preempt_resched_threads) in ZTEST() argument 442 ZTEST(smp, test_yield_threads) in ZTEST() argument 475 ZTEST(smp, test_sleep_threads) in ZTEST() argument 557 ZTEST(smp, test_wakeup_threads) in ZTEST() argument 652 ZTEST(smp, test_get_cpu) in ZTEST() argument 734 ZTEST(smp, test_smp_ipi) in ZTEST() argument [all …]
|
/Zephyr-latest/subsys/shell/backends/ |
D | shell_uart.c | 77 struct smp_shell_data *const smp = &sh_uart->common.smp; in uart_rx_handle() local 98 size_t i = smp_shell_rx_bytes(smp, data, rd_len); in uart_rx_handle() 122 if ((rd_len != 0) && (smp_shell_rx_bytes(smp, &dummy, 1) == 1)) { in uart_rx_handle() 299 common->smp.buf_pool = &smp_shell_rx_pool; in init() 300 k_fifo_init(&common->smp.buf_ready); in init() 445 struct smp_shell_data *const smp = &sh_uart->common.smp; in async_read() local 449 if (smp_shell_rx_bytes(smp, &buf[i], 1) == 0) { in async_read() 504 smp_shell_process(&sh_uart->smp); in update() 530 return &common->smp; in shell_uart_smp_shell_data_get_ptr()
|
/Zephyr-latest/samples/arch/smp/ |
D | index.rst | 1 .. zephyr:code-sample-category:: smp
|
/Zephyr-latest/subsys/mgmt/mcumgr/smp/ |
D | CMakeLists.txt | 9 zephyr_library_sources(src/smp.c)
|
/Zephyr-latest/tests/kernel/ipi_cascade/ |
D | CMakeLists.txt | 5 project(smp) project
|
/Zephyr-latest/tests/kernel/ipi_optimize/ |
D | CMakeLists.txt | 5 project(smp) project
|
/Zephyr-latest/tests/kernel/smp/ |
D | CMakeLists.txt | 5 project(smp) project
|
/Zephyr-latest/tests/kernel/smp_suspend/ |
D | CMakeLists.txt | 5 project(smp) project
|
/Zephyr-latest/subsys/mgmt/mcumgr/ |
D | CMakeLists.txt | 12 add_subdirectory(smp)
|
/Zephyr-latest/boards/snps/nsim/arc_classic/ |
D | nsim_nsim_hs5x_smp.dts | 9 #include "nsim-smp.dtsi"
|
D | nsim_nsim_hs6x_smp.dts | 9 #include "nsim-smp.dtsi"
|
D | nsim_nsim_hs_smp.dts | 9 #include "nsim-smp.dtsi"
|
D | nsim_nsim_hs5x_smp_12cores.dts | 9 #include "nsim-smp.dtsi"
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | CMakeLists.txt | 18 smp.c
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | mcumgr.rst | 34 Additionally, there is a :zephyr:code-sample:`sample <smp-svr>` server that provides 69 …| `smp <https://pypi.org/project/smp/>`_ | ✓ | ✓ … 108 …| `smp <https://pypi.org/project/smp/>`_ | Windows, |br| |…
|
/Zephyr-latest/tests/bluetooth/host/conn/mocks/ |
D | CMakeLists.txt | 15 smp.c
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | CMakeLists.txt | 11 zephyr_library_sources(src/smp.c)
|
/Zephyr-latest/arch/arc/core/ |
D | CMakeLists.txt | 29 zephyr_library_sources_ifdef(CONFIG_ARC_CONNECT smp.c)
|
/Zephyr-latest/tests/bluetooth/host/id/mocks/ |
D | CMakeLists.txt | 28 smp.c
|
/Zephyr-latest/arch/x86/core/ |
D | intel64.cmake | 18 zephyr_library_sources_ifdef(CONFIG_SMP intel64/smp.c)
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell_uart.h | 46 struct smp_shell_data smp; member
|
/Zephyr-latest/arch/riscv/core/ |
D | CMakeLists.txt | 17 zephyr_library_sources(smp.c)
|
/Zephyr-latest/boards/firefly/roc_rk3568_pc/doc/ |
D | index.rst | 102 ``roc_rk3568_pc//smp`` support, use this configuration to run Zephyr smp applications and subsys te… 108 :board: roc_rk3568_pc//smp
|