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:nocrtc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
uvesafb.c
51
static bool
nocrtc
; /* ignore CRTC settings */
variable
684
* mark it as incompatible with the GTF and set
nocrtc
so
in uvesafb_vbe_getmonspecs()
689
par->
nocrtc
= 1;
in uvesafb_vbe_getmonspecs()
709
par->
nocrtc
= 0;
in uvesafb_vbe_getmonspecs()
799
par->
nocrtc
=
nocrtc
;
in uvesafb_vbe_init()
915
if (par->vbe_ib.vbe_version < 0x0300 || par->
nocrtc
)
in uvesafb_vbe_init_mode()
1240
if (par->vbe_ib.vbe_version >= 0x0300 && !par->
nocrtc
&&
in uvesafb_set_par()
1640
return snprintf(buf, PAGE_SIZE, "%d\n", par->
nocrtc
);
in uvesafb_show_nocrtc()
1651
par->
nocrtc
in uvesafb_store_nocrtc()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
uvesafb.c
51
static bool
nocrtc
; /* ignore CRTC settings */
variable
686
* mark it as incompatible with the GTF and set
nocrtc
so
in uvesafb_vbe_getmonspecs()
691
par->
nocrtc
= 1;
in uvesafb_vbe_getmonspecs()
711
par->
nocrtc
= 0;
in uvesafb_vbe_getmonspecs()
801
par->
nocrtc
=
nocrtc
;
in uvesafb_vbe_init()
917
if (par->vbe_ib.vbe_version < 0x0300 || par->
nocrtc
)
in uvesafb_vbe_init_mode()
1242
if (par->vbe_ib.vbe_version >= 0x0300 && !par->
nocrtc
&&
in uvesafb_set_par()
1639
return sysfs_emit(buf, "%d\n", par->
nocrtc
);
in uvesafb_show_nocrtc()
1650
par->
nocrtc
in uvesafb_store_nocrtc()
[all...]
/kernel/linux/linux-5.10/include/video/
H
A
D
uvesafb.h
122
u8
nocrtc
;
member
/kernel/linux/linux-6.6/include/video/
H
A
D
uvesafb.h
120
u8
nocrtc
;
member
Completed in 6 milliseconds