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:eq_param
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
rt5645.c
422
struct rt5645_eq_param_s *
eq_param
;
member
678
struct rt5645_eq_param_s_be16 *
eq_param
=
in rt5645_hweq_get()
local
683
eq_param
[i].reg = cpu_to_be16(rt5645->
eq_param
[i].reg);
in rt5645_hweq_get()
684
eq_param
[i].val = cpu_to_be16(rt5645->
eq_param
[i].val);
in rt5645_hweq_get()
704
struct rt5645_eq_param_s_be16 *
eq_param
=
in rt5645_hweq_put()
local
709
rt5645->
eq_param
[i].reg = be16_to_cpu(
eq_param
[i].reg);
in rt5645_hweq_put()
710
rt5645->
eq_param
[
in rt5645_hweq_put()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
rt5645.c
449
struct rt5645_eq_param_s *
eq_param
;
member
704
struct rt5645_eq_param_s_be16 *
eq_param
=
in rt5645_hweq_get()
local
709
eq_param
[i].reg = cpu_to_be16(rt5645->
eq_param
[i].reg);
in rt5645_hweq_get()
710
eq_param
[i].val = cpu_to_be16(rt5645->
eq_param
[i].val);
in rt5645_hweq_get()
730
struct rt5645_eq_param_s_be16 *
eq_param
=
in rt5645_hweq_put()
local
735
rt5645->
eq_param
[i].reg = be16_to_cpu(
eq_param
[i].reg);
in rt5645_hweq_put()
736
rt5645->
eq_param
[
in rt5645_hweq_put()
[all...]
Completed in 4 milliseconds