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
defs:constrs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/core/
H
A
D
pcm_lib.c
1124
struct snd_pcm_hw_constraints *
constrs
= &runtime->hw_constraints;
in snd_pcm_hw_rule_add()
local
1176
struct snd_pcm_hw_constraints *
constrs
= &runtime->hw_constraints;
snd_pcm_hw_constraint_mask()
local
1198
struct snd_pcm_hw_constraints *
constrs
= &runtime->hw_constraints;
snd_pcm_hw_constraint_mask64()
local
1221
struct snd_pcm_hw_constraints *
constrs
= &runtime->hw_constraints;
snd_pcm_hw_constraint_integer()
local
1241
struct snd_pcm_hw_constraints *
constrs
= &runtime->hw_constraints;
snd_pcm_hw_constraint_minmax()
local
[all...]
H
A
D
pcm_native.c
269
struct snd_pcm_hw_constraints *
constrs
=
in constrain_mask_params()
local
305
struct snd_pcm_hw_constraints *
constrs
=
in constrain_interval_params()
local
341
struct snd_pcm_hw_constraints *
constrs
=
in constrain_params_by_rules()
local
2472
struct snd_pcm_hw_constraints *
constrs
= &runtime->hw_constraints;
in snd_pcm_hw_constraints_init()
local
[all...]
/kernel/linux/linux-6.6/sound/core/
H
A
D
pcm_lib.c
1150
struct snd_pcm_hw_constraints *
constrs
= &runtime->hw_constraints;
in snd_pcm_hw_rule_add()
local
1202
struct snd_pcm_hw_constraints *
constrs
= &runtime->hw_constraints;
snd_pcm_hw_constraint_mask()
local
1224
struct snd_pcm_hw_constraints *
constrs
= &runtime->hw_constraints;
snd_pcm_hw_constraint_mask64()
local
1247
struct snd_pcm_hw_constraints *
constrs
= &runtime->hw_constraints;
snd_pcm_hw_constraint_integer()
local
1267
struct snd_pcm_hw_constraints *
constrs
= &runtime->hw_constraints;
snd_pcm_hw_constraint_minmax()
local
[all...]
H
A
D
pcm_native.c
287
struct snd_pcm_hw_constraints *
constrs
=
in constrain_mask_params()
local
323
struct snd_pcm_hw_constraints *
constrs
=
in constrain_interval_params()
local
359
struct snd_pcm_hw_constraints *
constrs
=
in constrain_params_by_rules()
local
2489
struct snd_pcm_hw_constraints *
constrs
= &runtime->hw_constraints;
in snd_pcm_hw_constraints_init()
local
[all...]
/kernel/linux/linux-5.10/include/sound/
H
A
D
pcm.h
248
static inline struct snd_mask *constrs_mask(struct snd_pcm_hw_constraints *
constrs
,
in constrs_mask()
argument
254
static inline struct snd_interval *constrs_interval(struct snd_pcm_hw_constraints *
constrs
,
in constrs_interval()
argument
/kernel/linux/linux-6.6/include/sound/
H
A
D
pcm.h
249
static inline struct snd_mask *constrs_mask(struct snd_pcm_hw_constraints *
constrs
,
in constrs_mask()
argument
255
static inline struct snd_interval *constrs_interval(struct snd_pcm_hw_constraints *
constrs
,
in constrs_interval()
argument
Completed in 20 milliseconds