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:velem
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
topology.c
345
struct snd_soc_tplg_vendor_value_elem *
velem
= elem;
in get_token_u32()
local
348
*val = le32_to_cpu(
velem
->value);
in get_token_u32()
354
struct snd_soc_tplg_vendor_value_elem *
velem
= elem;
in get_token_u16()
local
357
*val = (u16)le32_to_cpu(
velem
->value);
in get_token_u16()
363
struct snd_soc_tplg_vendor_uuid_elem *
velem
= elem;
in get_token_uuid()
local
366
memcpy(dst,
velem
->uuid, UUID_SIZE);
in get_token_uuid()
1372
struct snd_soc_tplg_vendor_value_elem *
velem
= elem;
in get_w_no_wname_in_long_name()
local
1375
w->no_wname_in_kcontrol_name = !!le32_to_cpu(
velem
->value);
in get_w_no_wname_in_long_name()
/kernel/linux/linux-5.10/sound/soc/sof/
H
A
D
topology.c
479
struct snd_soc_tplg_vendor_value_elem *
velem
= elem;
in get_token_u32()
local
482
*val = le32_to_cpu(
velem
->value);
in get_token_u32()
488
struct snd_soc_tplg_vendor_value_elem *
velem
= elem;
in get_token_u16()
local
491
*val = (u16)le32_to_cpu(
velem
->value);
in get_token_u16()
497
struct snd_soc_tplg_vendor_uuid_elem *
velem
= elem;
in get_token_uuid()
local
500
memcpy(dst,
velem
->uuid, UUID_SIZE);
in get_token_uuid()
507
struct snd_soc_tplg_vendor_string_elem *
velem
= elem;
in get_token_comp_format()
local
510
*val = find_format(
velem
->string);
in get_token_comp_format()
516
struct snd_soc_tplg_vendor_string_elem *
velem
= elem;
in get_token_dai_type()
local
519
*val = find_dai(
velem
in get_token_dai_type()
526
struct snd_soc_tplg_vendor_string_elem *
velem
= elem;
get_token_process_type()
local
[all...]
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H
A
D
topology.c
356
struct snd_soc_tplg_vendor_value_elem *
velem
= elem;
in parse_audio_format_bitfield()
local
361
audio_format->num_channels = le32_to_cpu(
velem
->value);
in parse_audio_format_bitfield()
364
audio_format->valid_bit_depth = le32_to_cpu(
velem
->value);
in parse_audio_format_bitfield()
367
audio_format->sample_type = le32_to_cpu(
velem
->value);
in parse_audio_format_bitfield()
Completed in 13 milliseconds