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_int
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
v4l2-ctrls-api.c
744
if (!ctrl->
is_int
&& ctrl->type != V4L2_CTRL_TYPE_INTEGER64)
in get_ctrl()
770
if (!ctrl || !ctrl->
is_int
)
in v4l2_g_ctrl()
829
if (!ctrl || !ctrl->
is_int
)
in v4l2_s_ctrl()
851
if (WARN_ON(!ctrl->
is_int
))
in v4l2_ctrl_g_ctrl()
877
if (WARN_ON(!ctrl->
is_int
))
in __v4l2_ctrl_s_ctrl()
H
A
D
v4l2-ctrls-core.c
1604
if (!ref->ctrl->
is_int
)
in find_private_ref()
1948
ctrl->
is_int
= !ctrl->is_ptr && type != V4L2_CTRL_TYPE_INTEGER64;
in v4l2_ctrl_new()
1975
if (!ctrl->
is_int
) {
in v4l2_ctrl_new()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
v4l2-ctrls.c
1612
if (ctrl->
is_int
)
in std_equal()
2414
if (!ref->ctrl->
is_int
)
in find_private_ref()
2713
ctrl->
is_int
= !ctrl->is_ptr && type != V4L2_CTRL_TYPE_INTEGER64;
in v4l2_ctrl_new()
2728
if (!ctrl->
is_int
) {
in v4l2_ctrl_new()
3850
if (!ctrl->
is_int
&& ctrl->type != V4L2_CTRL_TYPE_INTEGER64)
in get_ctrl()
3876
if (ctrl == NULL || !ctrl->
is_int
)
in v4l2_g_ctrl()
3889
if (WARN_ON(!ctrl->
is_int
))
in v4l2_ctrl_g_ctrl()
4294
if (ctrl == NULL || !ctrl->
is_int
)
in v4l2_s_ctrl()
4312
if (WARN_ON(!ctrl->
is_int
))
in __v4l2_ctrl_s_ctrl()
/kernel/linux/linux-5.10/include/media/
H
A
D
v4l2-ctrls.h
174
* @
is_int
: If set, then this control has a simple integer value (i.e. it
253
unsigned int
is_int
:1;
member
/kernel/linux/linux-6.6/include/media/
H
A
D
v4l2-ctrls.h
180
* @
is_int
: If set, then this control has a simple integer value (i.e. it
269
unsigned int
is_int
:1;
member
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
chip.h
1474
void (*
is_int
)(struct hfi1_devdata *dd, unsigned int source);
member
H
A
D
chip.c
8310
entry->
is_int
(dd, source - entry->start);
in is_interrupt()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
chip.h
1427
void (*
is_int
)(struct hfi1_devdata *dd, unsigned int source);
member
H
A
D
chip.c
8271
entry->
is_int
(dd, source - entry->start);
in is_interrupt()
Completed in 62 milliseconds