Home
last modified time | relevance | path

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

123456

/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/
Dper_adv_sync.c110 static void sync_cb(struct bt_le_per_adv_sync *sync, in sync_cb()
125 static void term_cb(struct bt_le_per_adv_sync *sync, in term_cb()
204 static void create_pa_sync(struct bt_le_per_adv_sync **sync) in create_pa_sync()
242 struct bt_le_per_adv_sync *sync = NULL; in main_per_adv_sync() local
262 struct bt_le_per_adv_sync *sync = NULL; in main_per_adv_sync_app_not_scanning() local
288 struct bt_le_per_adv_sync *sync = NULL; in main_per_adv_conn_sync() local
313 struct bt_le_per_adv_sync *sync = NULL; in main_per_adv_conn_privacy_sync() local
345 struct bt_le_per_adv_sync *sync = NULL; in main_per_adv_long_data_sync() local
/Zephyr-latest/modules/lvgl/
Dlvgl_zephyr_osal.c100 lv_result_t lv_thread_sync_init(lv_thread_sync_t *sync) in lv_thread_sync_init()
113 lv_result_t lv_thread_sync_wait(lv_thread_sync_t *sync) in lv_thread_sync_wait()
126 lv_result_t lv_thread_sync_signal(lv_thread_sync_t *sync) in lv_thread_sync_signal()
132 lv_result_t lv_thread_sync_signal_isr(lv_thread_sync_t *sync) in lv_thread_sync_signal_isr()
138 lv_result_t lv_thread_sync_delete(lv_thread_sync_t *sync) in lv_thread_sync_delete()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync.c121 struct ll_sync_set *sync; in ll_sync_create() local
204 struct ll_sync_set *sync, struct pdu_adv_sync_info *si, in ull_sync_setup_from_sync_transfer()
446 struct ll_sync_set *sync; in ll_sync_create_cancel() local
557 struct ll_sync_set *sync; in ll_sync_terminate() local
637 struct ll_sync_set *sync; in ll_sync_recv_enable() local
671 struct ll_sync_set *sync; in ll_sync_transfer() local
804 struct ll_sync_set *sync; in ull_sync_is_enabled_get() local
814 struct ll_sync_set *ull_sync_is_valid_get(struct ll_sync_set *sync) in ull_sync_is_valid_get()
827 struct ll_sync_set *sync; in ull_sync_lll_is_valid_get() local
838 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
992 struct ll_sync_set *sync; in ull_scan_aux_done() local
1111 struct ll_sync_set *sync; in ull_scan_aux_release() local
1154 struct ll_sync_set *sync; in ull_scan_aux_release() local
1400 struct ll_sync_set *sync; in aux_sync_incomplete() local
1477 struct ll_sync_set *sync; in ticker_op_cb() local
1535 struct ll_sync_set *sync; in ull_scan_aux_setup() local
2291 struct ll_sync_set *sync = param_ull; in ull_scan_aux_release() local
2325 struct ll_sync_set *sync; in ull_scan_aux_release() local
[all …]
/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/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/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/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.c114 static void pa_synced_cb(struct bt_le_per_adv_sync *sync, in pa_synced_cb()
122 static void pa_term_cb(struct bt_le_per_adv_sync *sync, in pa_term_cb()
130 static void pa_biginfo_cb(struct bt_le_per_adv_sync *sync, const struct bt_iso_biginfo *biginfo) in pa_biginfo_cb()
224 static void sync_big(struct bt_le_per_adv_sync *sync, uint8_t cnt, struct bt_iso_big **out_big) in sync_big()
251 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.c141 bool sync = false; in cmd_has_client_preset_set() local
183 bool sync = false; in cmd_has_client_preset_next() local
218 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