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:is_ptr
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
v4l2-ctrls-api.c
46
if (ctrl->
is_ptr
&& !ctrl->is_string)
in ptr_to_user()
120
if (ctrl->
is_ptr
&& !ctrl->is_string) {
in user_to_new()
290
} else if (ctrl->
is_ptr
&& !ctrl->is_string) {
in prepare_ext_ctrls()
541
if (ctrl->
is_ptr
)
in validate_ctrls()
651
if (!ret && ctrl->
is_ptr
) {
in try_set_ext_ctrls_common()
864
if (WARN_ON(ctrl->
is_ptr
|| ctrl->type != V4L2_CTRL_TYPE_INTEGER64))
in v4l2_ctrl_g_ctrl_int64()
889
if (WARN_ON(ctrl->
is_ptr
|| ctrl->type != V4L2_CTRL_TYPE_INTEGER64))
in __v4l2_ctrl_s_ctrl_int64()
H
A
D
v4l2-ctrls-priv.h
49
if (ctrl->
is_ptr
)
in user_flags()
H
A
D
v4l2-ctrls-core.c
28
if (ctrl->
is_ptr
)
in fill_event()
1947
ctrl->
is_ptr
= is_array || type >= V4L2_CTRL_COMPOUND_TYPES || ctrl->is_string;
in v4l2_ctrl_new()
1948
ctrl->is_int = !ctrl->
is_ptr
&& type != V4L2_CTRL_TYPE_INTEGER64;
in v4l2_ctrl_new()
H
A
D
v4l2-compat-ioctl32.c
683
return ctrl && ctrl->
is_ptr
;
in ctrl_is_pointer()
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
trace_probe.c
529
int
is_ptr
;
in parse_btf_field()
local
549
is_ptr
= split_next_field(fieldname, &next, ctx);
in parse_btf_field()
550
if (
is_ptr
< 0)
in parse_btf_field()
551
return
is_ptr
;
in parse_btf_field()
580
} while (!
is_ptr
&& fieldname);
in parse_btf_field()
605
int i,
is_ptr
, ret;
in parse_btf_arg()
local
611
is_ptr
= split_next_field(varname, &field, ctx);
in parse_btf_arg()
612
if (
is_ptr
< 0)
in parse_btf_arg()
613
return
is_ptr
;
in parse_btf_arg()
614
if (!
is_ptr
in parse_btf_arg()
[all...]
/kernel/linux/linux-5.10/kernel/bpf/
H
A
D
disasm.c
202
bool
is_ptr
= insn->src_reg == BPF_PSEUDO_MAP_FD ||
in print_bpf_insn()
local
206
if (
is_ptr
&& !allow_ptr_leaks)
in print_bpf_insn()
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
disasm.c
289
bool
is_ptr
= insn->src_reg == BPF_PSEUDO_MAP_FD ||
in print_bpf_insn()
local
293
if (
is_ptr
&& !allow_ptr_leaks)
in print_bpf_insn()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
disasm.c
289
bool
is_ptr
= insn->src_reg == BPF_PSEUDO_MAP_FD ||
in print_bpf_insn()
local
293
if (
is_ptr
&& !allow_ptr_leaks)
in print_bpf_insn()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
v4l2-ctrls.c
1549
if (ctrl->
is_ptr
)
in user_flags()
1563
if (ctrl->
is_ptr
)
in fill_event()
2035
if (ctrl->
is_ptr
&& !ctrl->is_string)
in ptr_to_user()
2099
if (ctrl->
is_ptr
&& !ctrl->is_string) {
in user_to_ptr()
2712
ctrl->
is_ptr
= is_array || type >= V4L2_CTRL_COMPOUND_TYPES || ctrl->is_string;
in v4l2_ctrl_new()
2713
ctrl->is_int = !ctrl->
is_ptr
&& type != V4L2_CTRL_TYPE_INTEGER64;
in v4l2_ctrl_new()
3574
if (ctrl->
is_ptr
&& !ctrl->is_string) {
in prepare_ext_ctrls()
3902
if (WARN_ON(ctrl->
is_ptr
|| ctrl->type != V4L2_CTRL_TYPE_INTEGER64))
in v4l2_ctrl_g_ctrl_int64()
4009
if (ctrl->
is_ptr
)
in validate_ctrls()
4125
if (!ret && ctrl->
is_ptr
)
in try_set_ext_ctrls_common()
[all...]
H
A
D
v4l2-compat-ioctl32.c
1117
return ctrl && ctrl->
is_ptr
;
in ctrl_is_pointer()
/kernel/linux/linux-5.10/include/media/
H
A
D
v4l2-ctrls.h
177
* @
is_ptr
: If set, then this control is an array and/or has type >=
255
unsigned int
is_ptr
:1;
member
/kernel/linux/linux-6.6/include/media/
H
A
D
v4l2-ctrls.h
183
* @
is_ptr
: If set, then this control is an array and/or has type >=
271
unsigned int
is_ptr
:1;
member
Completed in 21 milliseconds