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:vsettings
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/stkwebcam/
H
A
D
stk-webcam.c
836
dev->
vsettings
.hflip = !ctrl->val;
in stk_s_ctrl()
838
dev->
vsettings
.hflip = ctrl->val;
in stk_s_ctrl()
842
dev->
vsettings
.vflip = !ctrl->val;
in stk_s_ctrl()
844
dev->
vsettings
.vflip = ctrl->val;
in stk_s_ctrl()
898
stk_sizes[i].m != dev->
vsettings
.mode; i++)
in stk_vidioc_g_fmt_vid_cap()
908
pix_format->pixelformat = dev->
vsettings
.palette;
in stk_vidioc_g_fmt_vid_cap()
909
if (dev->
vsettings
.palette == V4L2_PIX_FMT_SBGGR8)
in stk_vidioc_g_fmt_vid_cap()
971
if (dev->
vsettings
.palette == V4L2_PIX_FMT_SBGGR8)
in stk_setup_format()
976
stk_sizes[i].m != dev->
vsettings
.mode)
in stk_setup_format()
984
if (dev->
vsettings
in stk_setup_format()
[all...]
H
A
D
stk-sensor.c
501
switch (dev->
vsettings
.mode) {
in stk_sensor_configure()
518
pr_err("Unsupported mode %d\n", dev->
vsettings
.mode);
in stk_sensor_configure()
521
switch (dev->
vsettings
.palette) {
in stk_sensor_configure()
551
flip = (dev->
vsettings
.vflip?MVFP_FLIP:0)
in stk_sensor_configure()
552
| (dev->
vsettings
.hflip?MVFP_MIRROR:0);
in stk_sensor_configure()
554
if (dev->
vsettings
.palette == V4L2_PIX_FMT_SBGGR8
in stk_sensor_configure()
555
&& !dev->
vsettings
.vflip)
in stk_sensor_configure()
560
switch (dev->
vsettings
.mode) {
in stk_sensor_configure()
H
A
D
stk-webcam.h
91
struct stk_video
vsettings
;
member
Completed in 3 milliseconds