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:noptions
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/usb/
H
A
D
mixer_quirks.c
2660
.
noptions
= ARRAY_SIZE(snd_djm_opts_##suffix), \
2678
size_t
noptions
;
member
2822
size_t
noptions
;
in snd_djm_controls_info()
local
2828
noptions
= ctl->
noptions
;
in snd_djm_controls_info()
2829
if (info->value.enumerated.item >=
noptions
)
in snd_djm_controls_info()
2830
info->value.enumerated.item =
noptions
- 1;
in snd_djm_controls_info()
2840
info->value.enumerated.items =
noptions
;
in snd_djm_controls_info()
2850
if ((group >= device->ncontrols) || value >= device->controls[group].
noptions
)
in snd_djm_controls_update()
/kernel/linux/linux-6.6/sound/usb/
H
A
D
mixer_quirks.c
2987
.
noptions
= ARRAY_SIZE(snd_djm_opts_##suffix), \
3005
size_t
noptions
;
member
3245
size_t
noptions
;
in snd_djm_controls_info()
local
3251
noptions
= ctl->
noptions
;
in snd_djm_controls_info()
3252
if (info->value.enumerated.item >=
noptions
)
in snd_djm_controls_info()
3253
info->value.enumerated.item =
noptions
- 1;
in snd_djm_controls_info()
3264
info->value.enumerated.items =
noptions
;
in snd_djm_controls_info()
3274
if ((group >= device->ncontrols) || value >= device->controls[group].
noptions
)
in snd_djm_controls_update()
Completed in 10 milliseconds