/kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
H A 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() 182 /* Ensure streamed PCI data is synced to CPU */ in vpeirq()
|
H A D | av7110.c | 1252 /* 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 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() 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 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() 182 /* Ensure streamed PCI data is synced to CPU */ in vpeirq()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dev_addr_lists.c | 67 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 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/siox/ |
H A D | siox-core.c | 116 * 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 D | bebob_maudio.c | 159 /* 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 D | siox-core.c | 116 * 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 D | bebob_maudio.c | 159 /* 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 D | tscs454.c | 71 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 D | tscs454.c | 71 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 D | videobuf2-core.h | 258 * 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 D | videobuf2-core.h | 262 * 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 D | videobuf2-core.c | 326 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 D | videobuf2-v4l2.c | 615 vb->synced && vb->prepared) in __fill_v4l2_buffer()
|
/kernel/linux/linux-6.6/drivers/staging/media/av7110/ |
H A D | av7110.c | 1254 /* 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 D | videobuf2-core.c | 327 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 D | videobuf2-v4l2.c | 585 vb->synced && vb->prepared) in __fill_v4l2_buffer()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_execbuf.c | 3765 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 D | vmwgfx_execbuf.c | 3829 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 D | ieee80211_i.h | 400 bool synced; member
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | macvlan.c | 802 if (!vlan && ha->synced <= cutoff) in macvlan_compute_filter()
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | ieee80211_i.h | 431 bool synced; member
|