/Linux-v5.4/net/core/ |
D | dev_addr_lists.c | 37 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()
|
/Linux-v5.4/drivers/media/pci/ttpci/ |
D | budget-core.c | 151 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()
|
D | av7110.c | 1915 int synced = (status & FE_HAS_LOCK) ? 1 : 0; in av7110_fe_lock_fix() local 1919 if (av7110->fe_synced == synced) in av7110_fe_lock_fix() 1923 av7110->fe_synced = synced; in av7110_fe_lock_fix() 1930 if (synced) { in av7110_fe_lock_fix() 1947 av7110->fe_synced = synced; in av7110_fe_lock_fix()
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_mr_tcam.c | 24 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()
|
/Linux-v5.4/sound/firewire/bebob/ |
D | bebob_maudio.c | 424 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()
|
/Linux-v5.4/drivers/siox/ |
D | siox-core.c | 200 bool synced = true; in siox_poll() local 223 synced = false; in siox_poll() 239 if (!synced) { in siox_poll()
|
/Linux-v5.4/sound/soc/codecs/ |
D | tscs454.c | 71 bool synced; member 415 coeff_ram_synced = &tscs454->dac_ram.synced; in coeff_ram_put() 422 coeff_ram_synced = &tscs454->spk_ram.synced; in coeff_ram_put() 429 coeff_ram_synced = &tscs454->sub_ram.synced; in coeff_ram_put() 480 if (!tscs454->dac_ram.synced) { in coeff_ram_sync() 492 if (!tscs454->spk_ram.synced) { in coeff_ram_sync() 504 if (!tscs454->sub_ram.synced) { in coeff_ram_sync()
|
/Linux-v5.4/Documentation/kbuild/ |
D | Kconfig.recursion-issue-02 | 19 # core requirements are not carefully synced, as drivers evolve features
|
/Linux-v5.4/include/media/ |
D | videobuf2-core.h | 273 unsigned int synced:1; member
|
/Linux-v5.4/Documentation/i2c/ |
D | dma-considerations.rst | 58 The last argument 'xferred' controls if the buffer is synced back to the
|
/Linux-v5.4/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 949 vb->synced = 0; in vb2_buffer_done() 1285 WARN_ON(vb->synced); in __buf_prepare() 1323 vb->synced = 1; in __buf_prepare() 1943 if (vb->synced) { in __vb2_queue_cancel() 1949 vb->synced = 0; in __vb2_queue_cancel()
|
D | videobuf2-v4l2.c | 557 vb->synced && vb->prepared) in __fill_v4l2_buffer()
|
/Linux-v5.4/Documentation/admin-guide/mm/ |
D | pagemap.rst | 147 page is being synced to disk
|
/Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_execbuf.c | 3369 bool synced = false; in vmw_execbuf_fence_commands() local 3377 synced = true; in vmw_execbuf_fence_commands() 3386 if (unlikely(ret != 0 && !synced)) { in vmw_execbuf_fence_commands()
|
/Linux-v5.4/Documentation/driver-api/md/ |
D | md-cluster.rst | 53 of sectors that are being re-synced by that node. No other
|
/Linux-v5.4/net/mac80211/ |
D | ieee80211_i.h | 399 bool synced; member
|
/Linux-v5.4/Documentation/powerpc/ |
D | cxlflash.rst | 314 and then synced with the AFU.
|
/Linux-v5.4/Documentation/filesystems/ |
D | porting.rst | 477 filemap_write_and_wait_range() so that all dirty pages are synced out properly.
|
/Linux-v5.4/Documentation/ |
D | DMA-API-HOWTO.txt | 608 the data in between the DMA transfers, the buffer needs to be synced
|
/Linux-v5.4/include/linux/ |
D | netdevice.h | 213 int synced; member
|
/Linux-v5.4/Documentation/virt/uml/ |
D | UserModeLinux-HOWTO.txt | 2439 of UML filesystems, as the UML can be stopped, then synced via 'sysrq
|