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:have_monitor
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
adv7511-v4l2.c
101
bool
have_monitor
;
member
1027
state->
have_monitor
= false;
in adv7511_s_stream()
1508
state->
have_monitor
= false;
in adv7511_edid_handler()
1569
mdt.present = state->
have_monitor
;
in adv7511_notify_monitor_detect()
1591
if (!state->
have_monitor
) {
in adv7511_check_monitor_present_status()
1593
state->
have_monitor
= true;
in adv7511_check_monitor_present_status()
1610
if (state->
have_monitor
) {
in adv7511_check_monitor_present_status()
1612
state->
have_monitor
= false;
in adv7511_check_monitor_present_status()
1687
state->
have_monitor
= false;
in adv7511_check_edid_status()
1769
state->
have_monitor
in adv7511_init_setup()
[all...]
H
A
D
ad9389b.c
76
bool
have_monitor
;
member
895
mdt.present = state->
have_monitor
;
in ad9389b_notify_monitor_detect()
913
state->
have_monitor
= true;
in ad9389b_update_monitor_present_status()
925
state->
have_monitor
= false;
in ad9389b_update_monitor_present_status()
1079
state->
have_monitor
= false;
in ad9389b_init_setup()
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
adv7511-v4l2.c
100
bool
have_monitor
;
member
993
state->
have_monitor
= false;
in adv7511_s_stream()
1474
state->
have_monitor
= false;
in adv7511_edid_handler()
1535
mdt.present = state->
have_monitor
;
in adv7511_notify_monitor_detect()
1557
if (!state->
have_monitor
) {
in adv7511_check_monitor_present_status()
1559
state->
have_monitor
= true;
in adv7511_check_monitor_present_status()
1576
if (state->
have_monitor
) {
in adv7511_check_monitor_present_status()
1578
state->
have_monitor
= false;
in adv7511_check_monitor_present_status()
1658
state->
have_monitor
= false;
in adv7511_check_edid_status()
1740
state->
have_monitor
in adv7511_init_setup()
[all...]
Completed in 14 milliseconds