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:g450_controls
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/
H
A
D
matroxfb_g450.c
34
static const struct mctl
g450_controls
[] =
variable
62
#define G450CTRLS ARRAY_SIZE(
g450_controls
)
71
if (v4l2_id <
g450_controls
[i].desc.id) {
in get_ctrl_id()
72
if (
g450_controls
[i].desc.id == 0x08000000) {
in get_ctrl_id()
77
if (v4l2_id ==
g450_controls
[i].desc.id) {
in get_ctrl_id()
86
return (int*)((char*)minfo +
g450_controls
[idx].control);
in get_ctrl_ptr()
94
*get_ctrl_ptr(minfo, i) =
g450_controls
[i].desc.default_value;
in tvo_fill_defaults()
147
*p =
g450_controls
[i].desc;
in g450_query_ctrl()
178
if (p->value >
g450_controls
[i].desc.maximum) return -EINVAL;
in g450_set_ctrl()
179
if (p->value <
g450_controls
[
in g450_set_ctrl()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/
H
A
D
matroxfb_g450.c
34
static const struct mctl
g450_controls
[] =
variable
62
#define G450CTRLS ARRAY_SIZE(
g450_controls
)
71
if (v4l2_id <
g450_controls
[i].desc.id) {
in get_ctrl_id()
72
if (
g450_controls
[i].desc.id == 0x08000000) {
in get_ctrl_id()
77
if (v4l2_id ==
g450_controls
[i].desc.id) {
in get_ctrl_id()
86
return (int*)((char*)minfo +
g450_controls
[idx].control);
in get_ctrl_ptr()
94
*get_ctrl_ptr(minfo, i) =
g450_controls
[i].desc.default_value;
in tvo_fill_defaults()
147
*p =
g450_controls
[i].desc;
in g450_query_ctrl()
178
if (p->value >
g450_controls
[i].desc.maximum) return -EINVAL;
in g450_set_ctrl()
179
if (p->value <
g450_controls
[
in g450_set_ctrl()
[all...]
Completed in 2 milliseconds