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:gtw_attr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H
A
D
skl-i2s.h
68
* @
gtw_attr
: Gateway attribute for the I2S Gateway
74
u32
gtw_attr
;
member
81
u32
gtw_attr
;
member
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H
A
D
skl-i2s.h
68
* @
gtw_attr
: Gateway attribute for the I2S Gateway
74
u32
gtw_attr
;
member
81
u32
gtw_attr
;
member
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
ipc4-topology.c
429
ipc4_copier->
gtw_attr
= kzalloc(sizeof(*ipc4_copier->
gtw_attr
), GFP_KERNEL);
in sof_ipc4_widget_setup_pcm()
430
if (!ipc4_copier->
gtw_attr
) {
in sof_ipc4_widget_setup_pcm()
435
ipc4_copier->copier_config = (uint32_t *)ipc4_copier->
gtw_attr
;
in sof_ipc4_widget_setup_pcm()
462
kfree(ipc4_copier->
gtw_attr
);
in sof_ipc4_widget_setup_pcm()
481
kfree(ipc4_copier->
gtw_attr
);
in sof_ipc4_widget_free_comp_pcm()
593
ipc4_copier->
gtw_attr
= kzalloc(sizeof(*ipc4_copier->
gtw_attr
), GFP_KERNEL);
in sof_ipc4_widget_setup_comp_dai()
594
if (!ipc4_copier->
gtw_attr
) {
in sof_ipc4_widget_setup_comp_dai()
599
ipc4_copier->copier_config = (uint32_t *)ipc4_copier->
gtw_attr
;
in sof_ipc4_widget_setup_comp_dai()
1438
struct sof_ipc4_
gtw_attr
ibutes *
gtw_attr
;
sof_ipc4_prepare_copier_module()
local
2708
struct sof_ipc4_
gtw_attr
ibutes *
gtw_attr
;
sof_ipc4_dai_config()
local
[all...]
H
A
D
ipc4-topology.h
300
* @
gtw_attr
: Gateway attributes for copier blob
313
struct sof_ipc4_gtw_attributes *
gtw_attr
;
member
Completed in 4 milliseconds