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:mon1_type
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H
A
D
radeon_monitor.c
415
rinfo->
mon1_type
= MT_CRT;
in radeon_parse_monitor_layout()
417
rinfo->
mon1_type
= MT_DFP;
in radeon_parse_monitor_layout()
419
rinfo->
mon1_type
= MT_LCD;
in radeon_parse_monitor_layout()
459
if (rinfo->
mon1_type
!= MT_NONE)
in radeon_probe_screens()
470
if (rinfo->
mon1_type
== MT_NONE) {
in radeon_probe_screens()
472
rinfo->
mon1_type
= rinfo->mon2_type;
in radeon_probe_screens()
475
rinfo->
mon1_type
= MT_CRT;
in radeon_probe_screens()
504
if (rinfo->
mon1_type
== MT_NONE)
in radeon_probe_screens()
505
rinfo->
mon1_type
= radeon_probe_OF_head(rinfo, 0,
in radeon_probe_screens()
509
if (rinfo->
mon1_type
in radeon_probe_screens()
[all...]
H
A
D
radeon_backlight.c
53
if (rinfo->
mon1_type
!= MT_LCD)
in radeon_bl_update_status()
134
if (rinfo->
mon1_type
!= MT_LCD)
in radeonfb_bl_init()
H
A
D
radeonfb.h
333
int
mon1_type
;
member
367
#define PRIMARY_MONITOR(rinfo) (rinfo->
mon1_type
)
H
A
D
radeon_base.c
1072
switch (rinfo->
mon1_type
) {
in radeon_screen_blank()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H
A
D
radeon_monitor.c
415
rinfo->
mon1_type
= MT_CRT;
in radeon_parse_monitor_layout()
417
rinfo->
mon1_type
= MT_DFP;
in radeon_parse_monitor_layout()
419
rinfo->
mon1_type
= MT_LCD;
in radeon_parse_monitor_layout()
459
if (rinfo->
mon1_type
!= MT_NONE)
in radeon_probe_screens()
470
if (rinfo->
mon1_type
== MT_NONE) {
in radeon_probe_screens()
472
rinfo->
mon1_type
= rinfo->mon2_type;
in radeon_probe_screens()
475
rinfo->
mon1_type
= MT_CRT;
in radeon_probe_screens()
502
if (rinfo->
mon1_type
== MT_NONE)
in radeon_probe_screens()
503
rinfo->
mon1_type
= radeon_probe_OF_head(rinfo, 0,
in radeon_probe_screens()
507
if (rinfo->
mon1_type
in radeon_probe_screens()
[all...]
H
A
D
radeon_backlight.c
53
if (rinfo->
mon1_type
!= MT_LCD)
in radeon_bl_update_status()
130
if (rinfo->
mon1_type
!= MT_LCD)
in radeonfb_bl_init()
H
A
D
radeonfb.h
333
int
mon1_type
;
member
367
#define PRIMARY_MONITOR(rinfo) (rinfo->
mon1_type
)
H
A
D
radeon_base.c
1073
switch (rinfo->
mon1_type
) {
in radeon_screen_blank()
Completed in 10 milliseconds