Home
last modified time | relevance | path

Searched refs:synced (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H A 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()
182 /* Ensure streamed PCI data is synced to CPU */ in vpeirq()
H A Dav7110.c1252 /* Ensure streamed PCI data is synced to CPU */ in vpeirq()
1916 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/net/core/
H A 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()
164 /* address on from list is not marked synced */ in __hw_addr_unsync_one()
631 * addresses will only ever be synced to the @to devices and no other.
661 * device to be synced to multiple destination devices.
891 * source device to be synced to multiple destination devices.
/kernel/linux/linux-6.6/drivers/media/pci/ttpci/
H A 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()
182 /* Ensure streamed PCI data is synced to CPU */ in vpeirq()
/kernel/linux/linux-6.6/net/core/
H A Ddev_addr_lists.c67 ha->synced = sync ? 1 : 0; in __hw_addr_create()
108 if (ha->synced && sync_count) in __hw_addr_add_ex()
111 ha->synced++; in __hw_addr_add_ex()
146 if (sync && !ha->synced) in __hw_addr_del_entry()
153 ha->synced--; in __hw_addr_del_entry()
241 /* address on from list is not marked synced */ in __hw_addr_unsync_one()
731 * addresses will only ever be synced to the @to devices and no other.
761 * device to be synced to multiple destination devices.
984 * source device to be synced to multiple destination devices.
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A 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-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A 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/drivers/siox/
H A Dsiox-core.c116 * A device is called "connected" if it is synced and the watchdog is not
200 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/firewire/bebob/
H A Dbebob_maudio.c159 /* if synced, this value is the same as SFC of FDF in CIP header */ in check_clk_sync()
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()
/kernel/linux/linux-6.6/drivers/siox/
H A Dsiox-core.c116 * A device is called "connected" if it is synced and the watchdog is not
200 bool synced = true; in siox_poll() local
223 synced = false; in siox_poll()
239 if (!synced) { in siox_poll()
/kernel/linux/linux-6.6/sound/firewire/bebob/
H A Dbebob_maudio.c159 /* if synced, this value is the same as SFC of FDF in CIP header */ in check_clk_sync()
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()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A 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-6.6/sound/soc/codecs/
H A 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/include/media/
H A Dvideobuf2-core.h258 * synced: this buffer has been synced for DMA, i.e. the
277 unsigned int synced:1; member
367 * access/modify the buffer here as it is still synced for
372 * userspace; the buffer is synced for the CPU, so drivers
/kernel/linux/linux-6.6/include/media/
H A Dvideobuf2-core.h262 * synced: this buffer has been synced for DMA, i.e. the
281 unsigned int synced:1; member
371 * access/modify the buffer here as it is still synced for
376 * userspace; the buffer is synced for the CPU, so drivers
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
H A 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()
1385 WARN_ON(vb->synced); in __buf_prepare()
H A Dvideobuf2-v4l2.c615 vb->synced && vb->prepared) in __fill_v4l2_buffer()
/kernel/linux/linux-6.6/drivers/staging/media/av7110/
H A Dav7110.c1254 /* Ensure streamed PCI data is synced to CPU */ in vpeirq()
1919 int synced = (status & FE_HAS_LOCK) ? 1 : 0; in av7110_fe_lock_fix() local
1923 if (av7110->fe_synced == synced) in av7110_fe_lock_fix()
1927 av7110->fe_synced = synced; in av7110_fe_lock_fix()
1934 if (synced) { in av7110_fe_lock_fix()
1951 av7110->fe_synced = synced; in av7110_fe_lock_fix()
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c327 if (vb->synced) in __vb2_buf_mem_prepare()
330 vb->synced = 1; in __vb2_buf_mem_prepare()
343 if (!vb->synced) in __vb2_buf_mem_finish()
346 vb->synced = 0; in __vb2_buf_mem_finish()
1405 WARN_ON(vb->synced); in __buf_prepare()
H A Dvideobuf2-v4l2.c585 vb->synced && vb->prepared) in __fill_v4l2_buffer()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c3765 bool synced = false; in vmw_execbuf_fence_commands() local
3773 synced = true; in vmw_execbuf_fence_commands()
3782 if (unlikely(ret != 0 && !synced)) { in vmw_execbuf_fence_commands()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c3829 bool synced = false; in vmw_execbuf_fence_commands() local
3837 synced = true; in vmw_execbuf_fence_commands()
3846 if (unlikely(ret != 0 && !synced)) { in vmw_execbuf_fence_commands()
/kernel/linux/linux-5.10/net/mac80211/
H A Dieee80211_i.h400 bool synced; member
/kernel/linux/linux-6.6/drivers/net/
H A Dmacvlan.c802 if (!vlan && ha->synced <= cutoff) in macvlan_compute_filter()
/kernel/linux/linux-6.6/net/mac80211/
H A Dieee80211_i.h431 bool synced; member

Completed in 59 milliseconds

12