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:lkup_ctrl
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
peb2466.c
254
struct peb2466_lkup_ctrl *
lkup_ctrl
=
in peb2466_lkup_ctrl_info()
local
260
uinfo->value.integer.max =
lkup_ctrl
->lookup->count - 1;
in peb2466_lkup_ctrl_info()
267
struct peb2466_lkup_ctrl *
lkup_ctrl
=
in peb2466_lkup_ctrl_get()
local
270
ucontrol->value.integer.value[0] =
lkup_ctrl
->index;
in peb2466_lkup_ctrl_get()
277
struct peb2466_lkup_ctrl *
lkup_ctrl
=
in peb2466_lkup_ctrl_put()
local
285
if (index >=
lkup_ctrl
->lookup->count)
in peb2466_lkup_ctrl_put()
288
if (index ==
lkup_ctrl
->index)
in peb2466_lkup_ctrl_put()
291
ret = peb2466_write_buf(peb2466,
lkup_ctrl
->reg,
in peb2466_lkup_ctrl_put()
292
lkup_ctrl
->lookup->table[index], 4);
in peb2466_lkup_ctrl_put()
296
lkup_ctrl
in peb2466_lkup_ctrl_put()
300
peb2466_add_
lkup_ctrl
(struct snd_soc_component *component, struct peb2466_
lkup_ctrl
*
lkup_ctrl
, const char *name, int min_val, int step)
peb2466_add_lkup_ctrl()
argument
1189
struct peb2466_
lkup_ctrl
*
lkup_ctrl
;
peb2466_fw_parse_axtable()
local
1293
struct peb2466_
lkup_ctrl
*
lkup_ctrl
;
peb2466_fw_parse_artable()
local
[all...]
Completed in 2 milliseconds