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:in_format
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
ipc4-topology.c
228
struct sof_ipc4_pin_format *
in_format
= NULL;
in sof_ipc4_get_audio_fmt()
local
262
in_format
= kcalloc(available_fmt->num_input_formats,
in sof_ipc4_get_audio_fmt()
263
sizeof(*
in_format
), GFP_KERNEL);
in sof_ipc4_get_audio_fmt()
264
if (!
in_format
)
in sof_ipc4_get_audio_fmt()
266
available_fmt->input_pin_fmts =
in_format
;
in sof_ipc4_get_audio_fmt()
268
ret = sof_update_ipc_object(scomp,
in_format
,
in sof_ipc4_get_audio_fmt()
270
swidget->num_tuples, sizeof(*
in_format
),
in sof_ipc4_get_audio_fmt()
278
sof_ipc4_dbg_audio_format(scomp->dev,
in_format
,
in sof_ipc4_get_audio_fmt()
310
kfree(
in_format
);
in sof_ipc4_get_audio_fmt()
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
ds90ub913.c
281
static const struct v4l2_mbus_framefmt
in_format
= {
in _ub913_set_routing()
local
326
stream_configs->configs[i].fmt =
in_format
;
in _ub913_set_routing()
Completed in 6 milliseconds