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:config_option
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/
H
A
D
parser.y
174
| config_option_list
config_option
179
config_option
: type prompt_stmt_opt T_EOL
label
187
config_option
: T_PROMPT T_WORD_QUOTE if_expr T_EOL
label
193
config_option
: default expr if_expr T_EOL
label
203
config_option
: T_SELECT nonconst_symbol if_expr T_EOL
label
209
config_option
: T_IMPLY nonconst_symbol if_expr T_EOL
label
215
config_option
: T_RANGE symbol symbol if_expr T_EOL
label
221
config_option
: T_OPTION T_MODULES T_EOL
label
226
config_option
: T_OPTION T_DEFCONFIG_LIST T_EOL
label
231
config_option
label
[all...]
/kernel/linux/linux-6.6/scripts/kconfig/
H
A
D
parser.y
172
| config_option_list
config_option
177
config_option
: type prompt_stmt_opt T_EOL
label
185
config_option
: T_PROMPT T_WORD_QUOTE if_expr T_EOL
label
191
config_option
: default expr if_expr T_EOL
label
201
config_option
: T_SELECT nonconst_symbol if_expr T_EOL
label
207
config_option
: T_IMPLY nonconst_symbol if_expr T_EOL
label
213
config_option
: T_RANGE symbol symbol if_expr T_EOL
label
219
config_option
: T_MODULES T_EOL
label
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H
A
D
dvb_ca_en50221.c
97
u8
config_option
;
member
559
sl->
config_option
= tuple[0] & 0x3f;
in dvb_ca_en50221_parse_attributes()
589
manfid, devid, sl->config_base, sl->
config_option
);
in dvb_ca_en50221_parse_attributes()
610
sl->
config_option
);
in dvb_ca_en50221_set_configoption()
616
sl->
config_option
, configoption & 0x3f);
in dvb_ca_en50221_set_configoption()
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H
A
D
dvb_ca_en50221.c
97
u8
config_option
;
member
559
sl->
config_option
= tuple[0] & 0x3f;
in dvb_ca_en50221_parse_attributes()
589
manfid, devid, sl->config_base, sl->
config_option
);
in dvb_ca_en50221_parse_attributes()
610
sl->
config_option
);
in dvb_ca_en50221_set_configoption()
616
sl->
config_option
, configoption & 0x3f);
in dvb_ca_en50221_set_configoption()
Completed in 6 milliseconds