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:constr
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
irq_stack.h
132
#define call_on_irqstack_cond(func, regs, asm_call,
constr
, c_args...) \
150
call_on_irqstack(func, asm_call,
constr
); \
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H
A
D
hfi_parser.c
161
struct hfi_uncompressed_plane_constraints *
constr
;
in parse_raw_formats()
local
180
pinfo = (void *)pinfo + sizeof(*
constr
) * num_planes +
in parse_raw_formats()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H
A
D
hfi_parser.c
161
struct hfi_uncompressed_plane_constraints *
constr
;
in parse_raw_formats()
local
180
pinfo = (void *)pinfo + sizeof(*
constr
) * num_planes +
in parse_raw_formats()
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
ad193x.c
41
static struct snd_pcm_hw_constraint_list
constr
= {
variable
368
&
constr
);
in ad193x_startup()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
ad193x.c
41
static struct snd_pcm_hw_constraint_list
constr
= {
variable
394
&
constr
);
in ad193x_startup()
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
da9063-regulator.c
777
const struct regulation_constraints *
constr
= &config->init_data->constraints;
in da9063_check_xvp_constraints()
local
778
const struct notification_limit *uv_l = &
constr
->under_voltage_limits;
in da9063_check_xvp_constraints()
779
const struct notification_limit *ov_l = &
constr
->over_voltage_limits;
in da9063_check_xvp_constraints()
/kernel/linux/linux-5.10/sound/pci/echoaudio/
H
A
D
echoaudio.h
319
struct snd_pcm_hw_constraint_list
constr
;
member
H
A
D
echoaudio.c
288
pipe->
constr
.list = channels_list;
in pcm_open()
289
pipe->
constr
.mask = 0;
in pcm_open()
291
pipe->
constr
.count = i;
in pcm_open()
307
&pipe->
constr
)) < 0)
in pcm_open()
/kernel/linux/linux-6.6/sound/pci/echoaudio/
H
A
D
echoaudio.h
319
struct snd_pcm_hw_constraint_list
constr
;
member
H
A
D
echoaudio.c
287
pipe->
constr
.list = channels_list;
in pcm_open()
288
pipe->
constr
.mask = 0;
in pcm_open()
290
pipe->
constr
.count = i;
in pcm_open()
306
&pipe->
constr
);
in pcm_open()
Completed in 17 milliseconds