Home
last modified time | relevance | path

Searched defs:sync (Results 1 – 25 of 137) sorted by relevance

123456

/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/
Dper_adv_sync.c112 static void sync_cb(struct bt_le_per_adv_sync *sync, in sync_cb()
127 static void term_cb(struct bt_le_per_adv_sync *sync, in term_cb()
206 static void create_pa_sync(struct bt_le_per_adv_sync **sync) in create_pa_sync()
244 struct bt_le_per_adv_sync *sync = NULL; in main_per_adv_sync() local
264 struct bt_le_per_adv_sync *sync = NULL; in main_per_adv_sync_app_not_scanning() local
290 struct bt_le_per_adv_sync *sync = NULL; in main_per_adv_conn_sync() local
315 struct bt_le_per_adv_sync *sync = NULL; in main_per_adv_conn_privacy_sync() local
347 struct bt_le_per_adv_sync *sync = NULL; in main_per_adv_long_data_sync() local
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync.c121 struct ll_sync_set *sync; in ll_sync_create() local
206 struct ll_sync_set *sync, struct pdu_adv_sync_info *si, in ull_sync_setup_from_sync_transfer()
448 struct ll_sync_set *sync; in ll_sync_create_cancel() local
559 struct ll_sync_set *sync; in ll_sync_terminate() local
639 struct ll_sync_set *sync; in ll_sync_recv_enable() local
673 struct ll_sync_set *sync; in ll_sync_transfer() local
806 struct ll_sync_set *sync; in ull_sync_is_enabled_get() local
816 struct ll_sync_set *ull_sync_is_valid_get(struct ll_sync_set *sync) in ull_sync_is_valid_get()
829 struct ll_sync_set *sync; in ull_sync_lll_is_valid_get() local
840 uint16_t ull_sync_handle_get(struct ll_sync_set *sync) in ull_sync_handle_get()
[all …]
Dull_adv_sync.c137 struct ll_adv_sync_set *sync; in ll_adv_sync_param_set() local
240 void ull_adv_sync_iso_created(struct ll_adv_sync_set *sync) in ull_adv_sync_iso_created()
259 struct ll_adv_sync_set *sync; in ll_adv_sync_ad_data_set() local
384 struct ll_adv_sync_set *sync; in ll_adv_sync_enable() local
648 struct ll_adv_sync_set *sync; in ll_adv_sync_set_info_transfer() local
692 struct ll_adv_sync_set *sync; in ull_adv_sync_reset() local
746 uint16_t ull_adv_sync_handle_get(const struct ll_adv_sync_set *sync) in ull_adv_sync_handle_get()
756 void ull_adv_sync_release(struct ll_adv_sync_set *sync) in ull_adv_sync_release()
762 uint32_t ull_adv_sync_time_get(const struct ll_adv_sync_set *sync, in ull_adv_sync_time_get()
792 struct ll_adv_sync_set *sync, in ull_adv_sync_evt_init()
[all …]
Dull_scan_aux.c158 sync_iso_create_get(struct ll_sync_set *sync) in sync_iso_create_get()
185 struct ll_sync_set *sync; in ull_scan_aux_setup() local
1026 struct ll_sync_set *sync; in ull_scan_aux_done() local
1162 struct ll_sync_set *sync; in ull_scan_aux_release() local
1217 struct ll_sync_set *sync; in ull_scan_aux_release() local
1466 struct ll_sync_set *sync; in aux_sync_incomplete() local
1543 struct ll_sync_set *sync; in ticker_op_cb() local
1610 struct ll_sync_set *sync; in ull_scan_aux_setup() local
2392 struct ll_sync_set *sync = param_ull; in ull_scan_aux_release() local
2426 struct ll_sync_set *sync; in ull_scan_aux_release() local
[all …]
/Zephyr-latest/modules/lvgl/
Dlvgl_zephyr_osal.c102 lv_result_t lv_thread_sync_init(lv_thread_sync_t *sync) in lv_thread_sync_init()
115 lv_result_t lv_thread_sync_wait(lv_thread_sync_t *sync) in lv_thread_sync_wait()
128 lv_result_t lv_thread_sync_signal(lv_thread_sync_t *sync) in lv_thread_sync_signal()
134 lv_result_t lv_thread_sync_signal_isr(lv_thread_sync_t *sync) in lv_thread_sync_signal_isr()
140 lv_result_t lv_thread_sync_delete(lv_thread_sync_t *sync) in lv_thread_sync_delete()
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dull_sync.c46 struct ll_sync_set *sync; in ull_sync_is_enabled_get() local
56 uint16_t ull_sync_handle_get(struct ll_sync_set *sync) in ull_sync_handle_get()
Dull_adv_sync.c26 uint16_t ull_adv_sync_handle_get(const struct ll_adv_sync_set *sync) in ull_adv_sync_handle_get()
/Zephyr-latest/samples/bluetooth/peripheral_past/src/
Dmain.c18 static void sync_cb(struct bt_le_per_adv_sync *sync, in sync_cb()
41 static void term_cb(struct bt_le_per_adv_sync *sync, in term_cb()
54 static void recv_cb(struct bt_le_per_adv_sync *sync, in recv_cb()
/Zephyr-latest/include/zephyr/input/
Dinput.h40 uint8_t sync; member
81 uint16_t code, int32_t value, bool sync, in input_report_key()
93 uint16_t code, int32_t value, bool sync, in input_report_rel()
105 uint16_t code, int32_t value, bool sync, in input_report_abs()
/Zephyr-latest/samples/bluetooth/periodic_sync_conn/src/
Dmain.c25 static void sync_cb(struct bt_le_per_adv_sync *sync, struct bt_le_per_adv_sync_synced_info *info) in sync_cb()
47 static void term_cb(struct bt_le_per_adv_sync *sync, in term_cb()
61 static void recv_cb(struct bt_le_per_adv_sync *sync, in recv_cb()
186 struct bt_le_per_adv_sync *sync; in main() local
/Zephyr-latest/samples/bluetooth/periodic_sync/src/
Dmain.c130 static void sync_cb(struct bt_le_per_adv_sync *sync, in sync_cb()
145 static void term_cb(struct bt_le_per_adv_sync *sync, in term_cb()
158 static void recv_cb(struct bt_le_per_adv_sync *sync, in recv_cb()
183 struct bt_le_per_adv_sync *sync; in main() local
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_receiver.c113 static void pa_synced_cb(struct bt_le_per_adv_sync *sync, in pa_synced_cb()
121 static void pa_term_cb(struct bt_le_per_adv_sync *sync, in pa_term_cb()
129 static void pa_biginfo_cb(struct bt_le_per_adv_sync *sync, const struct bt_iso_biginfo *biginfo) in pa_biginfo_cb()
223 static void sync_big(struct bt_le_per_adv_sync *sync, uint8_t cnt, struct bt_iso_big **out_big) in sync_big()
250 struct bt_le_per_adv_sync *sync; in test_main() local
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c120 static void sync_cb(struct bt_le_per_adv_sync *sync, in sync_cb()
128 static void term_cb(struct bt_le_per_adv_sync *sync, in term_cb()
137 static void biginfo_cb(struct bt_le_per_adv_sync *sync, in biginfo_cb()
301 static int create_pa_sync(struct bt_le_per_adv_sync **sync) in create_pa_sync()
341 static int create_big_sync(struct bt_iso_big **big, struct bt_le_per_adv_sync *sync) in create_big_sync()
400 static int cleanup(struct bt_le_per_adv_sync *sync, struct bt_iso_big *big) in cleanup()
443 struct bt_le_per_adv_sync *sync = NULL; in test_run_receiver() local
/Zephyr-latest/samples/bluetooth/central_past/src/
Dmain.c203 static void sync_cb(struct bt_le_per_adv_sync *sync, in sync_cb()
218 static void term_cb(struct bt_le_per_adv_sync *sync, in term_cb()
229 static void recv_cb(struct bt_le_per_adv_sync *sync, in recv_cb()
254 struct bt_le_per_adv_sync *sync; in main() local
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c132 static void sync_cb(struct bt_le_per_adv_sync *sync, in sync_cb()
147 static void term_cb(struct bt_le_per_adv_sync *sync, in term_cb()
161 static void recv_cb(struct bt_le_per_adv_sync *sync, in recv_cb()
177 static void biginfo_cb(struct bt_le_per_adv_sync *sync, in biginfo_cb()
296 struct bt_le_per_adv_sync *sync; in main() local
/Zephyr-latest/tests/kernel/smp_abort/src/
Dmain.c23 volatile bool *sync; member
28 volatile bool sync[NUM_THREADS]; variable
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_rx/src/
Dcommon.c42 struct ll_sync_set *sync; in common_create_per_sync_set() local
/Zephyr-latest/modules/canopennode/
Dcanopen_sync.c25 bool sync; in canopen_sync_thread() local
/Zephyr-latest/samples/bluetooth/periodic_sync_rsp/src/
Dmain.c28 static void sync_cb(struct bt_le_per_adv_sync *sync, struct bt_le_per_adv_sync_synced_info *info) in sync_cb()
55 static void term_cb(struct bt_le_per_adv_sync *sync, in term_cb()
91 static void recv_cb(struct bt_le_per_adv_sync *sync, in recv_cb()
/Zephyr-latest/samples/drivers/ipm/ipm_esp32/remote/src/
Dmain.c15 struct k_sem sync; variable
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c158 static void sync_cb(struct bt_le_per_adv_sync *sync, in sync_cb()
173 static void term_cb(struct bt_le_per_adv_sync *sync, in term_cb()
191 static void recv_cb(struct bt_le_per_adv_sync *sync, in recv_cb()
207 static void cte_recv_cb(struct bt_le_per_adv_sync *sync, in cte_recv_cb()
/Zephyr-latest/samples/drivers/ipm/ipm_esp32/src/
Dmain.c17 static struct k_sem sync; variable
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dhas_client.c134 bool sync = false; in cmd_has_client_preset_set() local
176 bool sync = false; in cmd_has_client_preset_next() local
211 bool sync = false; in cmd_has_client_preset_prev() local
/Zephyr-latest/tests/arch/x86/info/src/
Dtimer.c13 static uint32_t sync(const struct device *cmos) in sync() function
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_past.c240 static void pa_sync_cb(struct bt_le_per_adv_sync *sync, in pa_sync_cb()
261 static void pa_terminated_cb(struct bt_le_per_adv_sync *sync, in pa_terminated_cb()
273 pa_state_changed_cb(struct bt_le_per_adv_sync *sync, in pa_state_changed_cb()
466 struct bt_le_per_adv_sync *sync = NULL; in test_past_send_main() local

123456