/Zephyr-latest/boards/beagle/beaglev_fire/doc/ |
D | index.rst | 130 dd if=<path_to_zephyr.elf> of=/dev/sdXD bs=4M status=progress oflag=sync
|
/Zephyr-latest/subsys/fs/ext2/ |
D | ext2_format.c | 437 if ((ret >= 0) && (fs->backend_ops->sync(fs)) < 0) { in ext2_format()
|
D | ext2_ops.c | 633 .sync = ext2_sync,
|
D | ext2_impl.c | 387 if (fs->backend_ops->sync(fs) < 0) { in ext2_close_fs() 793 ret = fs->backend_ops->sync(fs); in ext2_inode_sync()
|
/Zephyr-latest/drivers/spi/ |
D | spi_ambiq_spic.c | 110 k_sem_reset(&ctx->sync); in spi_ambiq_reset()
|
D | spi_nrfx_spim.c | 586 k_sem_reset(&dev_data->ctx.sync); in transceive()
|
/Zephyr-latest/samples/boards/nxp/mimxrt595_evk/system_off/ |
D | README.rst | 62 reset, the MCU and flash are no longer in sync, and the MCU cannot XIP.
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig | 848 bool "LE Broadcast Isochronous Channel advertising sync" if !BT_LL_SW_SPLIT 854 Enable support for Bluetooth 5.2 LE Isochronous Advertising sync in 858 …bool "LE Broadcast Isochronous Channel advertising sync (Split Link Layer) [EXPERIMENTAL]" if BT_L… 909 Maximum supported broadcast isochronous groups (BIGs) sync sets.
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | iso.c | 3401 static int hci_le_big_create_sync(const struct bt_le_per_adv_sync *sync, struct bt_iso_big *big, in hci_le_big_create_sync() argument 3417 req->sync_handle = sys_cpu_to_le16(sync->handle); in hci_le_big_create_sync() 3450 int bt_iso_big_sync(struct bt_le_per_adv_sync *sync, struct bt_iso_big_sync_param *param, in bt_iso_big_sync() argument 3457 CHECKIF(sync == NULL) { in bt_iso_big_sync() 3472 if (!atomic_test_bit(sync->flags, BT_PER_ADV_SYNC_SYNCED)) { in bt_iso_big_sync() 3541 err = hci_le_big_create_sync(sync, big, param); in bt_iso_big_sync()
|
D | id.c | 664 struct k_work_sync sync; in le_force_rpa_timeout() local 666 k_work_cancel_delayable_sync(&bt_dev.rpa_update, &sync); in le_force_rpa_timeout()
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | mspi.rst | 101 of each async/sync transfer if the callback had been registered using
|
/Zephyr-latest/drivers/adc/ |
D | adc_ads131m02.c | 497 while (ret == 0 && k_sem_take(&data->ctx.sync, K_NO_WAIT) != 0) { in ads131m02_read()
|
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/ |
D | index.rst | 681 load the binary (:file:`zephyr.elf`), and re-sync with the OpenOCD 694 GDB can get out of sync with the target if you execute commands 695 that reset it. To reset RI5CY and get GDB back in sync with it
|
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_bap_broadcast.c | 788 static void bap_pa_sync_synced_cb(struct bt_le_per_adv_sync *sync, in bap_pa_sync_synced_cb() argument 809 err = bt_bap_broadcast_sink_create(sync, broadcast_source_to_sync->broadcast_id, in bap_pa_sync_synced_cb()
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap.c | 2518 static void bap_pa_sync_synced_cb(struct bt_le_per_adv_sync *sync, in bap_pa_sync_synced_cb() argument 2522 sync == *auto_scan.out_sync) { in bap_pa_sync_synced_cb() 2530 err = bt_bap_broadcast_sink_create(sync, in bap_pa_sync_synced_cb() 2544 static void bap_pa_sync_terminated_cb(struct bt_le_per_adv_sync *sync, in bap_pa_sync_terminated_cb() argument 2547 if (default_broadcast_sink.pa_sync == sync) { in bap_pa_sync_terminated_cb()
|
D | bap_broadcast_assistant.c | 85 static void pa_recv(struct bt_le_per_adv_sync *sync, in pa_recv() argument
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | iso.c | 968 SHELL_CMD_ARG(sync-big, NULL,
|
/Zephyr-latest/doc/services/pm/ |
D | device_runtime.rst | 99 .. figure:: images/devr-sync-ops.svg
|
/Zephyr-latest/modules/openthread/ |
D | CMakeLists.txt | 64 …NTHREAD_CSL_RECEIVER_LOCAL_TIME_SYNC OT_CSL_RECEIVER_LOCAL_TIME_SYNC "Use local time for CSL sync")
|
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | dhcpv4_server.c | 1685 struct k_work_sync sync; in net_dhcpv4_server_stop() local 1712 k_work_cancel_delayable_sync(&server_ctx[slot].timeout_work, &sync); in net_dhcpv4_server_stop()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv_iso.c | 875 sync_lll = adv_lll->sync; in isr_done_term()
|
/Zephyr-latest/tests/net/socket/tls/src/ |
D | main.c | 48 struct k_work_sync sync; in test_work_wait() local 50 k_work_cancel_delayable_sync(dwork, &sync); in test_work_wait()
|
/Zephyr-latest/doc/develop/west/ |
D | config.rst | 246 * - ``update.sync-submodules``
|
/Zephyr-latest/boards/acrn/acrn/doc/ |
D | index.rst | 280 # sync
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | tbs.c | 1674 struct k_work_sync sync; in bt_tbs_unregister_bearer() local 1706 k_work_cancel_delayable_sync(&inst->reporting_interval_work, &sync); in bt_tbs_unregister_bearer()
|