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:v4l2_prio_max
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/media/
H
A
D
v4l2-dev.h
158
*
v4l2_prio_max
- Return the maximum priority, as stored at the @global array.
165
enum v4l2_priority
v4l2_prio_max
(struct v4l2_prio_state *global);
/kernel/linux/linux-6.6/include/media/
H
A
D
v4l2-dev.h
158
*
v4l2_prio_max
- Return the maximum priority, as stored at the @global array.
165
enum v4l2_priority
v4l2_prio_max
(struct v4l2_prio_state *global);
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
v4l2-dev.c
285
enum v4l2_priority
v4l2_prio_max
(struct v4l2_prio_state *global)
in v4l2_prio_max()
function
295
EXPORT_SYMBOL(
v4l2_prio_max
);
variable
299
return (local <
v4l2_prio_max
(global)) ? -EBUSY : 0;
in v4l2_prio_check()
H
A
D
v4l2-ioctl.c
1171
*p =
v4l2_prio_max
(vfd->prio);
in v4l_g_priority()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
v4l2-dev.c
286
enum v4l2_priority
v4l2_prio_max
(struct v4l2_prio_state *global)
in v4l2_prio_max()
function
296
EXPORT_SYMBOL(
v4l2_prio_max
);
variable
300
return (local <
v4l2_prio_max
(global)) ? -EBUSY : 0;
in v4l2_prio_check()
H
A
D
v4l2-ioctl.c
1175
*p =
v4l2_prio_max
(vfd->prio);
in v4l_g_priority()
Completed in 15 milliseconds