Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci_hw.h348 u64 full_ts = mlxsw_pci_cqe2_time_stamp_get(cqe); in mlxsw_pci_cqe2_time_stamp_sec_get() local
350 return full_ts >> 30 & 0xFF; in mlxsw_pci_cqe2_time_stamp_sec_get()
355 u64 full_ts = mlxsw_pci_cqe2_time_stamp_get(cqe); in mlxsw_pci_cqe2_time_stamp_nsec_get() local
357 return full_ts & 0x3FFFFFFF; in mlxsw_pci_cqe2_time_stamp_nsec_get()
/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110.c73 static int full_ts; variable
91 module_param(full_ts, int, 0444);
783 if (av7110->full_ts) in StartHWFilter()
833 if (av7110->full_ts) in StopHWFilter()
984 if (av7110->full_ts) { in av7110_start_feed()
1036 if (av7110->full_ts) { in av7110_stop_feed()
2487 if (full_ts) in av7110_attach()
2488 av7110->full_ts = true; in av7110_attach()
2494 av7110->full_ts = true; in av7110_attach()
2497 if (av7110->full_ts) { in av7110_attach()
[all …]
H A Dav7110.h188 bool full_ts; member
H A Dav7110_av.c844 if (av7110->full_ts && demux->dmx.frontend->source != DMX_MEMORY_FE) in av7110_write_to_decoder()