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:opermode
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
lgdt3305.c
260
u8
opermode
;
in lgdt3305_set_modulation()
local
265
ret = lgdt3305_read_reg(state, LGDT3305_GEN_CTRL_1, &
opermode
);
in lgdt3305_set_modulation()
269
opermode
&= ~0x03;
in lgdt3305_set_modulation()
273
opermode
|= 0x03;
in lgdt3305_set_modulation()
276
opermode
|= 0x00;
in lgdt3305_set_modulation()
279
opermode
|= 0x01;
in lgdt3305_set_modulation()
284
ret = lgdt3305_write_reg(state, LGDT3305_GEN_CTRL_1,
opermode
);
in lgdt3305_set_modulation()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
lgdt3305.c
260
u8
opermode
;
in lgdt3305_set_modulation()
local
265
ret = lgdt3305_read_reg(state, LGDT3305_GEN_CTRL_1, &
opermode
);
in lgdt3305_set_modulation()
269
opermode
&= ~0x03;
in lgdt3305_set_modulation()
273
opermode
|= 0x03;
in lgdt3305_set_modulation()
276
opermode
|= 0x00;
in lgdt3305_set_modulation()
279
opermode
|= 0x01;
in lgdt3305_set_modulation()
284
ret = lgdt3305_write_reg(state, LGDT3305_GEN_CTRL_1,
opermode
);
in lgdt3305_set_modulation()
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
H
A
D
rsi_mgmt.h
594
u8
opermode
;
member
H
A
D
rsi_91x_mgmt.c
898
dev_cfgs->
opermode
= common->oper_mode;
in rsi_send_common_dev_params()
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/
H
A
D
rsi_mgmt.h
594
u8
opermode
;
member
H
A
D
rsi_91x_mgmt.c
898
dev_cfgs->
opermode
= common->oper_mode;
in rsi_send_common_dev_params()
Completed in 13 milliseconds