Home
last modified time | relevance | path

Searched refs:synced (Results 1 – 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/net/core/
Ddev_addr_lists.c37 ha->synced = sync ? 1 : 0; in __hw_addr_create_ex()
66 if (ha->synced && sync_count) in __hw_addr_add_ex()
69 ha->synced++; in __hw_addr_add_ex()
95 if (sync && !ha->synced) in __hw_addr_del_entry()
102 ha->synced--; in __hw_addr_del_entry()
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
Dbudget-core.c151 int synced; in budget_read_fe_status() local
160 synced = (*status & FE_HAS_LOCK); in budget_read_fe_status()
161 if (synced != budget->fe_synced) { in budget_read_fe_status()
162 budget->fe_synced = synced; in budget_read_fe_status()
164 if (synced) in budget_read_fe_status()
Dav7110.c1916 int synced = (status & FE_HAS_LOCK) ? 1 : 0; in av7110_fe_lock_fix() local
1920 if (av7110->fe_synced == synced) in av7110_fe_lock_fix()
1924 av7110->fe_synced = synced; in av7110_fe_lock_fix()
1931 if (synced) { in av7110_fe_lock_fix()
1948 av7110->fe_synced = synced; in av7110_fe_lock_fix()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_mr_tcam.c24 bool synced; member
98 sublist->synced = false; in mlxsw_sp_mr_erif_list_add()
133 if (curr_sublist->synced) in mlxsw_sp_mr_erif_list_commit()
168 curr_sublist->synced = true; in mlxsw_sp_mr_erif_list_commit()
/kernel/linux/linux-5.10/sound/firewire/bebob/
Dbebob_maudio.c424 bool synced = 0; in special_sync_ctl_get() local
426 err = check_clk_sync(bebob, METER_SIZE_SPECIAL, &synced); in special_sync_ctl_get()
428 uval->value.integer.value[0] = synced; in special_sync_ctl_get()
/kernel/linux/linux-5.10/drivers/siox/
Dsiox-core.c200 bool synced = true; in siox_poll() local
223 synced = false; in siox_poll()
239 if (!synced) { in siox_poll()
/kernel/linux/linux-5.10/sound/soc/codecs/
Dtscs454.c71 bool synced; member
410 coeff_ram_synced = &tscs454->dac_ram.synced; in coeff_ram_put()
417 coeff_ram_synced = &tscs454->spk_ram.synced; in coeff_ram_put()
424 coeff_ram_synced = &tscs454->sub_ram.synced; in coeff_ram_put()
470 if (!tscs454->dac_ram.synced) { in coeff_ram_sync()
482 if (!tscs454->spk_ram.synced) { in coeff_ram_sync()
494 if (!tscs454->sub_ram.synced) { in coeff_ram_sync()
/kernel/linux/linux-5.10/Documentation/kbuild/
DKconfig.recursion-issue-0219 # core requirements are not carefully synced, as drivers evolve features
/kernel/linux/linux-5.10/Documentation/networking/
Dpage_pool.rst80 caches. If PP_FLAG_DMA_SYNC_DEV is set, the page will be synced for_device
/kernel/linux/linux-5.10/include/media/
Dvideobuf2-core.h277 unsigned int synced:1; member
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-devlink67 supplier device is synced with the hardware state of the
/kernel/linux/linux-5.10/Documentation/i2c/
Ddma-considerations.rst58 The last argument 'xferred' controls if the buffer is synced back to the
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
Dvideobuf2-core.c326 if (vb->synced) in __vb2_buf_mem_prepare()
334 vb->synced = 1; in __vb2_buf_mem_prepare()
345 if (!vb->synced) in __vb2_buf_mem_finish()
353 vb->synced = 0; in __vb2_buf_mem_finish()
1350 WARN_ON(vb->synced); in __buf_prepare()
Dvideobuf2-v4l2.c615 vb->synced && vb->prepared) in __fill_v4l2_buffer()
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/
Dpagemap.rst147 page is being synced to disk
/kernel/linux/linux-5.10/Documentation/driver-api/md/
Dmd-cluster.rst53 of sectors that are being re-synced by that node. No other
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c3772 bool synced = false; in vmw_execbuf_fence_commands() local
3780 synced = true; in vmw_execbuf_fence_commands()
3789 if (unlikely(ret != 0 && !synced)) { in vmw_execbuf_fence_commands()
/kernel/linux/linux-5.10/net/mac80211/
Dieee80211_i.h400 bool synced; member
/kernel/linux/linux-5.10/Documentation/powerpc/
Dcxlflash.rst314 and then synced with the AFU.
/kernel/linux/linux-5.10/Documentation/filesystems/
Dporting.rst477 filemap_write_and_wait_range() so that all dirty pages are synced out properly.
/kernel/linux/linux-5.10/Documentation/core-api/
Ddma-api-howto.rst608 the data in between the DMA transfers, the buffer needs to be synced
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h220 int synced; member
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch10641 + * [21] txclkesc synced and ready.
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch54878 + /* Unlock video memory, synced. */