/Zephyr-latest/samples/subsys/llext/edk/app/src/ |
D | pubsub.c | 32 static struct subs { struct 47 static int remove_subscriber(k_tid_t thread, struct subs *sus) in remove_subscriber() argument 72 static int add_subscriber(k_tid_t thread, struct subs *sus, in add_subscriber() 90 struct subs *subs = &channel_subscribers[channel]; in notify_subscribers() local 92 for (i = 0; i < subs->subscribers_count; i++) { in notify_subscribers() 93 k_event_post(subs->subscribers[i].evt, channel); in notify_subscribers() 190 struct subs *subs = &channel_subscribers[channel]; in z_impl_register_subscriber() local 197 k_mutex_lock(&subs->subscribers_mtx, K_FOREVER); in z_impl_register_subscriber() 200 ret = remove_subscriber(k_current_get(), subs); in z_impl_register_subscriber() 202 ret = add_subscriber(k_current_get(), subs, evt); in z_impl_register_subscriber() [all …]
|
/Zephyr-latest/soc/nxp/s32/s32k3/ |
D | s32k3xx_startup.S | 43 subs r2, #1 52 subs r2, 8 62 subs r2, #1 66 subs r2, 8 75 subs r2, #1 79 subs r2, 8
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/persistence/ |
D | access.sh | 24 -- -argstest access-cfg=new-subs 28 -- -argstest access-cfg=new-subs 47 -- -argstest access-cfg=new-subs 51 -- -argstest access-cfg=new-subs
|
/Zephyr-latest/samples/subsys/pm/latency/src/ |
D | test.c | 16 struct pm_policy_latency_subscription subs; member 37 pm_policy_latency_changed_subscribe(&data->subs, on_latency_changed); in dev_test_open() 47 pm_policy_latency_changed_unsubscribe(&data->subs); in dev_test_close()
|
D | main.c | 28 struct pm_policy_latency_subscription subs; in main() local 38 pm_policy_latency_changed_subscribe(&subs, on_latency_changed); in main() 104 pm_policy_latency_changed_unsubscribe(&subs); in main()
|
/Zephyr-latest/arch/arm64/core/ |
D | early_mem_funcs.S | 48 subs x2, x2, #1 79 subs x2, x2, #1
|
D | isr_wrapper.S | 119 subs w1, w1, #1
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_persistence.c | 129 uint16_t subs[CONFIG_BT_MESH_MODEL_GROUP_COUNT]; member 145 .subs_count = 4, .subs = { TEST_GROUP_0, TEST_VA_0_ADDR, TEST_VA_1_ADDR, 154 .subs_count = 4, .subs = { TEST_GROUP_0, TEST_VA_0_ADDR, TEST_VA_1_ADDR, 165 .subs_count = 1, .subs = { TEST_GROUP_0 }, 173 .subs_count = 1, .subs = { TEST_VA_0_ADDR }, 183 .subs_count = 0, .subs = {}, 191 .subs_count = 0, .subs = {}, 681 uint16_t subs[CONFIG_BT_MESH_MODEL_GROUP_COUNT + 1]; in node_configuration_check() local 682 size_t subs_count = ARRAY_SIZE(subs); in node_configuration_check() 709 TEST_MOD_ID, &status, subs, &subs_count); in node_configuration_check() [all …]
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | swap_helper.S | 253 subs r0, #36 385 subs r1, r1, #2
|
/Zephyr-latest/arch/arm/core/ |
D | userspace.S | 345 subs r0, #8 362 subs ip, #8
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | cfg_cli.h | 1365 uint16_t mod_id, uint8_t *status, uint16_t *subs, size_t *sub_cnt); 1388 uint16_t mod_id, uint16_t cid, uint8_t *status, uint16_t *subs,
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | cfg.c | 1399 uint16_t subs[16]; in cmd_mod_sub_get() local 1405 cnt = ARRAY_SIZE(subs); in cmd_mod_sub_get() 1422 cid, &status, subs, &cnt); in cmd_mod_sub_get() 1426 &status, subs, &cnt); in cmd_mod_sub_get() 1446 shell_print(sh, "\t0x%04x", subs[i]); in cmd_mod_sub_get()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | cfg_cli.c | 1899 uint16_t mod_id, uint8_t *status, uint16_t *subs, size_t *sub_cnt) in bt_mesh_cfg_cli_mod_sub_get() argument 1902 mod_id, CID_NVAL, status, subs, sub_cnt); in bt_mesh_cfg_cli_mod_sub_get() 1906 uint16_t mod_id, uint16_t cid, uint8_t *status, uint16_t *subs, in bt_mesh_cfg_cli_mod_sub_get_vnd() argument 1914 elem_addr, mod_id, cid, status, subs, sub_cnt); in bt_mesh_cfg_cli_mod_sub_get_vnd()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 2825 int16_t subs; in config_mod_sub_get() local 2835 &status, &subs, &sub_cn); in config_mod_sub_get() 2853 uint16_t subs; in config_mod_sub_get_vnd() local 2864 &status, &subs, &sub_cn); in config_mod_sub_get_vnd()
|