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:video_offset
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H
A
D
sis_accel.c
226
srcbase += ivideo->
video_offset
;
in SiS310SubsequentScreenToScreenCopy()
227
dstbase += ivideo->
video_offset
;
in SiS310SubsequentScreenToScreenCopy()
256
dstbase += ivideo->
video_offset
;
in SiS310SubsequentSolidFillRect()
H
A
D
sis.h
519
unsigned long
video_offset
;
member
H
A
D
sis_main.c
1384
ivideo->current_base += (ivideo->
video_offset
>> 2);
in sisfb_pan_var()
1778
ivideo->sisfb_infoblock.sisfb_videooffset = ivideo->
video_offset
;
in sisfb_ioctl()
1878
fix->smem_start = ivideo->video_base + ivideo->
video_offset
;
in sisfb_get_fix()
3162
ivideo->
video_offset
= ret;
in sisfb_getheapsize()
3176
ivideo->
video_offset
= 0;
in sisfb_heap_init()
6254
if(ivideo->
video_offset
) {
in sisfb_probe()
6256
ivideo->
video_offset
/ 1024);
in sisfb_probe()
6292
ivideo->SiS_Pr.VideoMemoryAddress += ivideo->
video_offset
;
in sisfb_probe()
6474
sis_fb_info->screen_base = ivideo->video_vbase + ivideo->
video_offset
;
in sisfb_probe()
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H
A
D
sis_accel.c
226
srcbase += ivideo->
video_offset
;
in SiS310SubsequentScreenToScreenCopy()
227
dstbase += ivideo->
video_offset
;
in SiS310SubsequentScreenToScreenCopy()
256
dstbase += ivideo->
video_offset
;
in SiS310SubsequentSolidFillRect()
H
A
D
sis.h
518
unsigned long
video_offset
;
member
H
A
D
sis_main.c
1385
ivideo->current_base += (ivideo->
video_offset
>> 2);
in sisfb_pan_var()
1781
ivideo->sisfb_infoblock.sisfb_videooffset = ivideo->
video_offset
;
in sisfb_ioctl()
1881
fix->smem_start = ivideo->video_base + ivideo->
video_offset
;
in sisfb_get_fix()
3174
ivideo->
video_offset
= ret;
in sisfb_getheapsize()
3188
ivideo->
video_offset
= 0;
in sisfb_heap_init()
6268
if(ivideo->
video_offset
) {
in sisfb_probe()
6270
ivideo->
video_offset
/ 1024);
in sisfb_probe()
6306
ivideo->SiS_Pr.VideoMemoryAddress += ivideo->
video_offset
;
in sisfb_probe()
6485
sis_fb_info->screen_base = ivideo->video_vbase + ivideo->
video_offset
;
in sisfb_probe()
Completed in 17 milliseconds