Home
last modified time | relevance | path

Searched refs:full_ts (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci_hw.h353 u64 full_ts = mlxsw_pci_cqe2_time_stamp_get(cqe); in mlxsw_pci_cqe2_time_stamp_sec_get() local
355 return full_ts >> 30 & 0xFF; in mlxsw_pci_cqe2_time_stamp_sec_get()
360 u64 full_ts = mlxsw_pci_cqe2_time_stamp_get(cqe); in mlxsw_pci_cqe2_time_stamp_nsec_get() local
362 return full_ts & 0x3FFFFFFF; in mlxsw_pci_cqe2_time_stamp_nsec_get()
/linux-6.15/drivers/staging/media/av7110/
H A Dav7110.c70 static int full_ts; variable
88 module_param(full_ts, int, 0444);
770 if (av7110->full_ts) in StartHWFilter()
819 if (av7110->full_ts) in StopHWFilter()
975 if (av7110->full_ts) { in av7110_start_feed()
1026 if (av7110->full_ts) { in av7110_stop_feed()
2465 if (full_ts) in av7110_attach()
2466 av7110->full_ts = true; in av7110_attach()
2473 av7110->full_ts = true; in av7110_attach()
2476 if (av7110->full_ts) { in av7110_attach()
[all …]
H A Dav7110.h187 bool full_ts; member
H A Dav7110_av.c846 if (av7110->full_ts && demux->dmx.frontend->source != DMX_MEMORY_FE) in av7110_write_to_decoder()