Home
last modified time | relevance | path

Searched refs:smp (Results 1 – 25 of 70) sorted by relevance

123

/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c219 #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 …]
Dsmp_null.c83 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/
Dmain.c120 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/
Dshell_uart.c77 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/
Dindex.rst1 .. zephyr:code-sample-category:: smp
/Zephyr-latest/subsys/mgmt/mcumgr/smp/
DCMakeLists.txt9 zephyr_library_sources(src/smp.c)
/Zephyr-latest/tests/kernel/ipi_cascade/
DCMakeLists.txt5 project(smp) project
/Zephyr-latest/tests/kernel/ipi_optimize/
DCMakeLists.txt5 project(smp) project
/Zephyr-latest/tests/kernel/smp/
DCMakeLists.txt5 project(smp) project
/Zephyr-latest/tests/kernel/smp_suspend/
DCMakeLists.txt5 project(smp) project
/Zephyr-latest/subsys/mgmt/mcumgr/
DCMakeLists.txt12 add_subdirectory(smp)
/Zephyr-latest/boards/snps/nsim/arc_classic/
Dnsim_nsim_hs5x_smp.dts9 #include "nsim-smp.dtsi"
Dnsim_nsim_hs6x_smp.dts9 #include "nsim-smp.dtsi"
Dnsim_nsim_hs_smp.dts9 #include "nsim-smp.dtsi"
Dnsim_nsim_hs5x_smp_12cores.dts9 #include "nsim-smp.dtsi"
/Zephyr-latest/arch/arm/core/cortex_a_r/
DCMakeLists.txt18 smp.c
/Zephyr-latest/doc/services/device_mgmt/
Dmcumgr.rst34 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/
DCMakeLists.txt15 smp.c
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DCMakeLists.txt11 zephyr_library_sources(src/smp.c)
/Zephyr-latest/arch/arc/core/
DCMakeLists.txt29 zephyr_library_sources_ifdef(CONFIG_ARC_CONNECT smp.c)
/Zephyr-latest/tests/bluetooth/host/id/mocks/
DCMakeLists.txt28 smp.c
/Zephyr-latest/arch/x86/core/
Dintel64.cmake18 zephyr_library_sources_ifdef(CONFIG_SMP intel64/smp.c)
/Zephyr-latest/include/zephyr/shell/
Dshell_uart.h46 struct smp_shell_data smp; member
/Zephyr-latest/arch/riscv/core/
DCMakeLists.txt17 zephyr_library_sources(smp.c)
/Zephyr-latest/boards/firefly/roc_rk3568_pc/doc/
Dindex.rst102 ``roc_rk3568_pc//smp`` support, use this configuration to run Zephyr smp applications and subsys te…
108 :board: roc_rk3568_pc//smp

123