Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:full_ts
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
pci_hw.h
348
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()
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H
A
D
av7110.c
73
static int
full_ts
;
variable
91
module_param(
full_ts
, int, 0444);
92
MODULE_PARM_DESC(
full_ts
, "enable code for full-ts hardware modification: 0 disable (default), 1 enable");
783
if (av7110->
full_ts
)
in StartHWFilter()
833
if (av7110->
full_ts
)
in StopHWFilter()
894
if ((dvbdmxfeed->ts_type & TS_PACKET) && !av7110->
full_ts
) {
in dvb_feed_start_pid()
955
if (!av7110->
full_ts
&& feed->pid > 0x1fff)
in av7110_start_feed()
984
if (av7110->
full_ts
) {
in av7110_start_feed()
1036
if (av7110->
full_ts
) {
in av7110_stop_feed()
1074
feeding = av7110->feeding1; /*
full_ts
mo
in restart_feeds()
[all...]
H
A
D
av7110.h
188
bool
full_ts
;
member
H
A
D
av7110_av.c
843
if (av7110->
full_ts
&& demux->dmx.frontend->source != DMX_MEMORY_FE)
in av7110_write_to_decoder()
/kernel/linux/linux-6.6/drivers/staging/media/av7110/
H
A
D
av7110.c
73
static int
full_ts
;
variable
91
module_param(
full_ts
, int, 0444);
92
MODULE_PARM_DESC(
full_ts
, "enable code for full-ts hardware modification: 0 disable (default), 1 enable");
783
if (av7110->
full_ts
)
in StartHWFilter()
833
if (av7110->
full_ts
)
in StopHWFilter()
894
if ((dvbdmxfeed->ts_type & TS_PACKET) && !av7110->
full_ts
) {
in dvb_feed_start_pid()
955
if (!av7110->
full_ts
&& feed->pid > 0x1fff)
in av7110_start_feed()
984
if (av7110->
full_ts
) {
in av7110_start_feed()
1036
if (av7110->
full_ts
) {
in av7110_stop_feed()
1074
feeding = av7110->feeding1; /*
full_ts
mo
in restart_feeds()
[all...]
H
A
D
av7110.h
188
bool
full_ts
;
member
H
A
D
av7110_av.c
844
if (av7110->
full_ts
&& demux->dmx.frontend->source != DMX_MEMORY_FE)
in av7110_write_to_decoder()
Completed in 11 milliseconds