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:aux_blob
(Results
1 - 3
of
3
) sorted by relevance
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H
A
D
ssp-process.c
567
uint8_t *
aux_blob
;
in ssp_calculate_intern_ext()
local
586
aux_blob
= ssp->ssp_blob_ext[di][hwi].
aux_blob
;
in ssp_calculate_intern_ext()
591
tlv = (struct ssp_intel_aux_tlv *)
aux_blob
;
in ssp_calculate_intern_ext()
592
mn = (struct ssp_intel_mn_ctl *)(
aux_blob
+ aux_size);
in ssp_calculate_intern_ext()
598
aux_blob
+= size;
in ssp_calculate_intern_ext()
603
tlv = (struct ssp_intel_aux_tlv *)
aux_blob
;
in ssp_calculate_intern_ext()
604
clk = (struct ssp_intel_clk_ctl *)(
aux_blob
+ aux_size);
in ssp_calculate_intern_ext()
614
aux_blob
+= size;
in ssp_calculate_intern_ext()
619
tlv = (struct ssp_intel_aux_tlv *)
aux_blob
;
in ssp_calculate_intern_ext()
[all...]
H
A
D
ssp-internal.h
102
uint8_t
aux_blob
[256];
member
H
A
D
ssp-debug.c
94
fprintf(stdout, "
aux_blob
size %u\n", blob_aux->size);
in ssp_print_calculated()
96
ptr = (uint32_t *)&(blob_aux->
aux_blob
[j]);
in ssp_print_calculated()
97
fprintf(stdout, "
aux_blob
%d 0x%08x\n", j, *ptr);
in ssp_print_calculated()
Completed in 4 milliseconds