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:dev_blks
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
tas2781-comlib.c
338
if (!tas_dt->
dev_blks
)
in tasdev_dsp_prog_blk_remove()
342
blk = &(tas_dt->
dev_blks
[i]);
in tasdev_dsp_prog_blk_remove()
345
kfree(tas_dt->
dev_blks
);
in tasdev_dsp_prog_blk_remove()
367
if (!tas_dt->
dev_blks
)
in tasdev_dsp_cfg_blk_remove()
371
blk = &(tas_dt->
dev_blks
[i]);
in tasdev_dsp_cfg_blk_remove()
374
kfree(tas_dt->
dev_blks
);
in tasdev_dsp_cfg_blk_remove()
H
A
D
tas2781-fmwlib.c
387
img_data->
dev_blks
= kcalloc(img_data->nr_blk,
in fw_parse_data_kernel()
389
if (!img_data->
dev_blks
) {
in fw_parse_data_kernel()
395
blk = &(img_data->
dev_blks
[i]);
in fw_parse_data_kernel()
1075
img_data->
dev_blks
= kcalloc(img_data->nr_blk,
in fw_parse_data()
1077
if (!img_data->
dev_blks
) {
in fw_parse_data()
1082
blk = &(img_data->
dev_blks
[i]);
in fw_parse_data()
1776
block = &(dev_data->
dev_blks
[i]);
in load_calib_data()
2105
if (!im->
dev_blks
)
in tas2781_clear_calfirmware()
2109
block = &(im->
dev_blks
[blks]);
in tas2781_clear_calfirmware()
2114
kfree(im->
dev_blks
);
in tas2781_clear_calfirmware()
[all...]
/kernel/linux/linux-6.6/include/sound/
H
A
D
tas2781-dsp.h
86
struct tasdev_blk *
dev_blks
;
member
Completed in 5 milliseconds