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:HorizDisplayEnd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/console/
H
A
D
vgacon.c
690
unsigned char
HorizDisplayEnd
; /* CRT-Controller:01h */
member
712
outb_p(0x01, vga_video_port_reg); /*
HorizDisplayEnd
*/
in vga_vesa_blank()
713
vga_state.
HorizDisplayEnd
= inb_p(vga_video_port_val);
in vga_vesa_blank()
778
outb_p(0x01, vga_video_port_reg); /*
HorizDisplayEnd
*/
in vga_vesa_unblank()
779
outb_p(vga_state.
HorizDisplayEnd
, vga_video_port_val);
in vga_vesa_unblank()
/kernel/linux/linux-6.6/drivers/video/console/
H
A
D
vgacon.c
647
unsigned char
HorizDisplayEnd
; /* CRT-Controller:01h */
member
669
outb_p(0x01, vga_video_port_reg); /*
HorizDisplayEnd
*/
in vga_vesa_blank()
670
vga_state.
HorizDisplayEnd
= inb_p(vga_video_port_val);
in vga_vesa_blank()
735
outb_p(0x01, vga_video_port_reg); /*
HorizDisplayEnd
*/
in vga_vesa_unblank()
736
outb_p(vga_state.
HorizDisplayEnd
, vga_video_port_val);
in vga_vesa_unblank()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
vga16fb.c
50
unsigned char
HorizDisplayEnd
; /* CRT-Controller:01h */
member
730
par->vga_state.
HorizDisplayEnd
= vga_io_rcrt(0x01); /*
HorizDisplayEnd
*/
in vga_vesa_blank()
785
/*
HorizDisplayEnd
*/
in vga_vesa_unblank()
786
vga_io_wcrt(0x01, par->vga_state.
HorizDisplayEnd
);
in vga_vesa_unblank()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
vga16fb.c
48
unsigned char
HorizDisplayEnd
; /* CRT-Controller:01h */
member
728
par->vga_state.
HorizDisplayEnd
= vga_io_rcrt(0x01); /*
HorizDisplayEnd
*/
in vga_vesa_blank()
783
/*
HorizDisplayEnd
*/
in vga_vesa_unblank()
784
vga_io_wcrt(0x01, par->vga_state.
HorizDisplayEnd
);
in vga_vesa_unblank()
Completed in 10 milliseconds