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:triton1
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H
A
D
bttv-cards.c
81
static unsigned int
triton1
;
variable
100
module_param(
triton1
, int, 0444);
116
MODULE_PARM_DESC(
triton1
, "set ETBF pci config bit [enable bug compatibility for
triton1
+ others]");
4876
triton1
= 1;
in bttv_check_chipset()
4886
if (
triton1
)
in bttv_check_chipset()
4915
if (!
triton1
&& !vsfx && UNSET == latency)
in bttv_handle_chipset()
4919
if (
triton1
)
in bttv_handle_chipset()
4931
if (
triton1
)
in bttv_handle_chipset()
4932
btv->
triton1
in bttv_handle_chipset()
[all...]
H
A
D
bttvp.h
370
int
triton1
;
member
H
A
D
bttv-driver.c
1195
btwrite((btv->
triton1
) |
in init_irqreg()
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H
A
D
bttv-cards.c
81
static unsigned int
triton1
;
variable
99
module_param(
triton1
, int, 0444);
114
MODULE_PARM_DESC(
triton1
, "set ETBF pci config bit [enable bug compatibility for
triton1
+ others]");
4872
triton1
= 1;
in bttv_check_chipset()
4882
if (
triton1
)
in bttv_check_chipset()
4902
if (!
triton1
&& !vsfx && UNSET == latency)
in bttv_handle_chipset()
4906
if (
triton1
)
in bttv_handle_chipset()
4918
if (
triton1
)
in bttv_handle_chipset()
4919
btv->
triton1
in bttv_handle_chipset()
[all...]
H
A
D
bttvp.h
327
int
triton1
;
member
H
A
D
bttv-driver.c
1180
btwrite((btv->
triton1
) |
in init_irqreg()
Completed in 21 milliseconds