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:bq_texts
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
max98095.c
48
const char **
bq_texts
;
member
1672
if (strcmp(pdata->bq_cfg[i].name, max98095->
bq_texts
[sel]) == 0 &&
in max98095_put_bq_enum()
1749
max98095->
bq_texts
= NULL;
in max98095_handle_bq_pdata()
1752
if (strcmp(cfg[i].name, max98095->
bq_texts
[j]) == 0)
in max98095_handle_bq_pdata()
1760
t = krealloc(max98095->
bq_texts
,
in max98095_handle_bq_pdata()
1769
max98095->
bq_texts
= t;
in max98095_handle_bq_pdata()
1773
max98095->bq_enum.texts = max98095->
bq_texts
;
in max98095_handle_bq_pdata()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
max98095.c
48
const char **
bq_texts
;
member
1666
if (strcmp(pdata->bq_cfg[i].name, max98095->
bq_texts
[sel]) == 0 &&
in max98095_put_bq_enum()
1743
max98095->
bq_texts
= NULL;
in max98095_handle_bq_pdata()
1746
if (strcmp(cfg[i].name, max98095->
bq_texts
[j]) == 0)
in max98095_handle_bq_pdata()
1754
t = krealloc(max98095->
bq_texts
,
in max98095_handle_bq_pdata()
1763
max98095->
bq_texts
= t;
in max98095_handle_bq_pdata()
1767
max98095->bq_enum.texts = max98095->
bq_texts
;
in max98095_handle_bq_pdata()
Completed in 5 milliseconds