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:sis_fb_info
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H
A
D
sis_main.c
5845
struct fb_info *
sis_fb_info
= NULL;
in sisfb_probe()
local
5853
sis_fb_info
= framebuffer_alloc(sizeof(*ivideo), &pdev->dev);
in sisfb_probe()
5854
if(!
sis_fb_info
)
in sisfb_probe()
5857
ivideo = (struct sis_video_info *)
sis_fb_info
->par;
in sisfb_probe()
5858
ivideo->memyselfandi =
sis_fb_info
;
in sisfb_probe()
6031
framebuffer_release(
sis_fb_info
);
in sisfb_probe()
6247
framebuffer_release(
sis_fb_info
);
in sisfb_probe()
6463
sis_fb_info
->flags = FBINFO_DEFAULT |
in sisfb_probe()
6470
sis_fb_info
->flags = FBINFO_FLAG_DEFAULT;
in sisfb_probe()
6472
sis_fb_info
in sisfb_probe()
6522
struct fb_info *
sis_fb_info
= ivideo->memyselfandi;
sisfb_remove()
local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H
A
D
sis_main.c
5859
struct fb_info *
sis_fb_info
= NULL;
in sisfb_probe()
local
5871
sis_fb_info
= framebuffer_alloc(sizeof(*ivideo), &pdev->dev);
in sisfb_probe()
5872
if(!
sis_fb_info
)
in sisfb_probe()
5875
ivideo = (struct sis_video_info *)
sis_fb_info
->par;
in sisfb_probe()
5876
ivideo->memyselfandi =
sis_fb_info
;
in sisfb_probe()
6049
framebuffer_release(
sis_fb_info
);
in sisfb_probe()
6261
framebuffer_release(
sis_fb_info
);
in sisfb_probe()
6477
sis_fb_info
->flags = FBINFO_HWACCEL_YPAN |
in sisfb_probe()
6483
sis_fb_info
->var = ivideo->default_var;
in sisfb_probe()
6484
sis_fb_info
in sisfb_probe()
6533
struct fb_info *
sis_fb_info
= ivideo->memyselfandi;
sisfb_remove()
local
[all...]
Completed in 13 milliseconds