/Zephyr-latest/boards/seeed/xiao_ble/ |
D | xiao_ble_nrf52840_sense.dts | 23 compatible = "regulator-fixed-sync", "regulator-fixed";
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/ |
D | Kconfig | 75 int "Broadcast Channel Audio Location to sync to" 80 Channel Audio Location to sync to. These corresponds to the bt_audio_location,
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp_messages.c | 186 struct gptp_sync *sync; in gptp_prepare_sync() local 204 sync = GPTP_SYNC(pkt); in gptp_prepare_sync() 230 (void)memset(&sync->reserved, 0, sizeof(sync->reserved)); in gptp_prepare_sync() 238 struct net_pkt *gptp_prepare_follow_up(int port, struct net_pkt *sync) in gptp_prepare_follow_up() argument 245 NET_ASSERT(sync); in gptp_prepare_follow_up() 260 sync_hdr = GPTP_HDR(sync); in gptp_prepare_follow_up()
|
D | Kconfig | 138 int "Set initial sync interval in Log2 base" 154 int "Number of sync intervals to wait" 157 Defines the number of sync intervals to wait without receiving
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/src/ |
D | main.c | 184 static void pa_recv(struct bt_le_per_adv_sync *sync, in pa_recv() argument 522 static void pa_sync_synced_cb(struct bt_le_per_adv_sync *sync, in pa_sync_synced_cb() argument 525 if (sync == pa_sync) { in pa_sync_synced_cb() 526 printk("PA sync %p synced for broadcast sink with broadcast ID 0x%06X\n", sync, in pa_sync_synced_cb()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_broadcast_assistant_test.c | 294 static void sync_cb(struct bt_le_per_adv_sync *sync, in sync_cb() argument 303 bt_le_per_adv_sync_get_index(sync), le_addr, info->interval, in sync_cb() 309 static void term_cb(struct bt_le_per_adv_sync *sync, in term_cb() argument 317 bt_le_per_adv_sync_get_index(sync), le_addr); in term_cb()
|
D | bap_broadcast_sink_test.c | 342 static void bap_pa_sync_synced_cb(struct bt_le_per_adv_sync *sync, in bap_pa_sync_synced_cb() argument 345 if (sync == pa_sync) { in bap_pa_sync_synced_cb() 346 printk("PA sync %p synced for broadcast sink with broadcast ID 0x%06X\n", sync, in bap_pa_sync_synced_cb() 353 static void bap_pa_sync_terminated_cb(struct bt_le_per_adv_sync *sync, in bap_pa_sync_terminated_cb() argument 356 if (sync == pa_sync) { in bap_pa_sync_terminated_cb() 357 printk("PA sync %p lost with reason %u\n", sync, info->reason); in bap_pa_sync_terminated_cb()
|
D | cap_acceptor_test.c | 261 static void bap_pa_sync_synced_cb(struct bt_le_per_adv_sync *sync, in bap_pa_sync_synced_cb() argument 264 if (sync == pa_sync) { in bap_pa_sync_synced_cb() 265 printk("PA sync %p synced for broadcast sink with broadcast ID 0x%06X\n", sync, in bap_pa_sync_synced_cb() 272 static void bap_pa_sync_terminated_cb(struct bt_le_per_adv_sync *sync, in bap_pa_sync_terminated_cb() argument 275 if (sync == pa_sync) { in bap_pa_sync_terminated_cb() 276 printk("PA sync %p lost with reason %u\n", sync, info->reason); in bap_pa_sync_terminated_cb()
|
D | cap_commander_test.c | 339 static void bap_pa_sync_synced_cb(struct bt_le_per_adv_sync *sync, in bap_pa_sync_synced_cb() argument 342 if (sync == g_pa_sync) { in bap_pa_sync_synced_cb() 343 printk("PA sync %p synced for broadcast sink with broadcast ID 0x%06X\n", sync, in bap_pa_sync_synced_cb() 349 static void bap_pa_sync_terminated_cb(struct bt_le_per_adv_sync *sync, in bap_pa_sync_terminated_cb() argument 352 if (sync == g_pa_sync) { in bap_pa_sync_terminated_cb() 353 printk("CAP commander test PA sync %p lost with reason %u\n", sync, info->reason); in bap_pa_sync_terminated_cb() 390 static void pa_recv(struct bt_le_per_adv_sync *sync, in pa_recv() argument
|
D | has_test.c | 33 static int preset_select(uint8_t index, bool sync) in preset_select() argument
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | ptp.c | 30 offsetof(struct ptp_port, timers.sync), in ptp_thread()
|
D | port.c | 131 port_timer_set_timeout(&port->timers.sync, in port_synchronize() 232 resp->header.sequence_id = port->seq_id.sync++; in port_sync_timestamp_cb() 342 msg->header.sequence_id = port->seq_id.sync; in port_sync_msg_transmit() 372 } else if (timer == &port->timers.sync) { in port_timer_to_handler() 911 k_timer_stop(&port->timers.sync); in port_disable() 1034 port_timer_init(&port->timers.sync, port_timer_to_handler, port); in ptp_port_init() 1137 k_timer_stop(&port->timers.sync); in ptp_port_event_handle() 1165 port_timer_set_timeout(&port->timers.sync, 1, port->port_ds.log_sync_interval); in ptp_port_event_handle() 1216 if (timer == &port->timers.sync && in ptp_port_timer_event_gen() 1219 port_timer_set_timeout(&port->timers.sync, in ptp_port_timer_event_gen() [all …]
|
/Zephyr-latest/drivers/disk/ |
D | sdmmc_stm32.c | 78 struct k_sem sync; member 124 k_sem_give(&priv->sync); \ 411 k_sem_take(&priv->sync, K_FOREVER); in stm32_sdmmc_access_read() 467 k_sem_take(&priv->sync, K_FOREVER); in stm32_sdmmc_access_write() 708 k_sem_init(&priv->sync, 0, 1); in disk_stm32_sdmmc_init()
|
/Zephyr-latest/drivers/kscan/ |
D | kscan_input.c | 43 if (evt->sync) { in kscan_input_cb()
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | iso.rst | 21 sync-big :Synchronize to a BIG as a receiver <BIS bitfield> [mse] [timeout]
|
/Zephyr-latest/include/zephyr/sys/ |
D | p4wq.h | 34 bool sync; member
|
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/ |
D | stubs.c | 198 struct k_work_sync sync; in test_lwm2m_engine_stop_service() local 204 k_work_flush(&service_work, &sync); in test_lwm2m_engine_stop_service()
|
/Zephyr-latest/subsys/modem/ |
D | modem_cmux.c | 1227 struct k_work_sync sync; in modem_cmux_dlci_pipes_release() local 1232 k_work_cancel_delayable_sync(&dlci->open_work, &sync); in modem_cmux_dlci_pipes_release() 1233 k_work_cancel_delayable_sync(&dlci->close_work, &sync); in modem_cmux_dlci_pipes_release() 1396 struct k_work_sync sync; in modem_cmux_release() local 1415 k_work_cancel_delayable_sync(&cmux->connect_work, &sync); in modem_cmux_release() 1416 k_work_cancel_delayable_sync(&cmux->disconnect_work, &sync); in modem_cmux_release() 1417 k_work_cancel_delayable_sync(&cmux->transmit_work, &sync); in modem_cmux_release() 1418 k_work_cancel_delayable_sync(&cmux->receive_work, &sync); in modem_cmux_release()
|
/Zephyr-latest/samples/bluetooth/periodic_adv_rsp/ |
D | README.rst | 13 This sample will scan for the corresponding sync sample and send the required
|
/Zephyr-latest/subsys/tracing/sysview/ |
D | SYSVIEW_Zephyr.txt | 127 115 k_work_cancel_delayable_sync dwork=%I, sync=%I 128 116 k_work_cancel_sync dwork=%I, sync=%I 132 120 k_work_flush_delayable dwork=%I, sync=%I
|
/Zephyr-latest/subsys/tracing/ctf/ |
D | tracing_ctf.h | 86 #define sys_port_trace_k_work_cancel_sync_enter(work, sync) argument 87 #define sys_port_trace_k_work_cancel_sync_blocking(work, sync) argument 88 #define sys_port_trace_k_work_cancel_sync_exit(work, sync, ret) argument 112 #define sys_port_trace_k_work_flush_delayable_enter(dwork, sync) argument 113 #define sys_port_trace_k_work_flush_delayable_exit(dwork, sync, ret) argument 116 #define sys_port_trace_k_work_cancel_delayable_sync_enter(dwork, sync) argument 117 #define sys_port_trace_k_work_cancel_delayable_sync_exit(dwork, sync, ret) argument
|
/Zephyr-latest/drivers/input/ |
D | input_pat912x.c | 126 bool sync = cfg->axis_y < 0; in pat912x_motion_work_handler() local 128 input_report_rel(data->dev, cfg->axis_x, x, sync, K_FOREVER); in pat912x_motion_work_handler()
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/timer_synchronization/ |
D | README.rst | 1 .. zephyr:code-sample:: cmsis-rtos-v1-sync
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v2/timer_synchronization/ |
D | README.rst | 1 .. zephyr:code-sample:: cmsis-rtos-v2-sync
|
/Zephyr-latest/drivers/counter/ |
D | maxim_ds3231.c | 114 } sync; member 787 signal = data->sync.signal; in sync_finish() 789 notify = data->sync.notify; in sync_finish() 791 data->sync.ptr = NULL; in sync_finish() 1024 data->sync.notify = notify; in maxim_ds3231_synchronize() 1058 data->sync.signal = sig; in z_impl_maxim_ds3231_req_syncpoint() 1099 data->sync.notify = notify; in maxim_ds3231_set()
|