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:fb_map
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/bochs/
H
A
D
bochs_hw.c
163
bochs->
fb_map
= ioremap(addr, size);
in bochs_hw_init()
164
if (bochs->
fb_map
== NULL) {
in bochs_hw_init()
202
if (bochs->
fb_map
)
in bochs_hw_fini()
203
iounmap(bochs->
fb_map
);
in bochs_hw_fini()
H
A
D
bochs.h
56
void __iomem *
fb_map
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/
H
A
D
bochs.c
77
void __iomem *
fb_map
;
member
264
bochs->
fb_map
= ioremap(addr, size);
in bochs_hw_init()
265
if (bochs->
fb_map
== NULL) {
in bochs_hw_init()
303
if (bochs->
fb_map
)
in bochs_hw_fini()
304
iounmap(bochs->
fb_map
);
in bochs_hw_fini()
/kernel/linux/linux-5.10/drivers/gpu/drm/hisilicon/hibmc/
H
A
D
hibmc_drm_drv.h
25
void __iomem *
fb_map
;
member
H
A
D
hibmc_drm_drv.c
221
priv->
fb_map
= devm_ioremap(dev->dev, addr, size);
in hibmc_hw_map()
222
if (!priv->
fb_map
) {
in hibmc_hw_map()
Completed in 3 milliseconds