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:fbmem_len
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/via/
H
A
D
via-core.c
462
ret = vdev->
fbmem_len
= viafb_get_fb_size_from_pci(vdev->chip_type);
in via_pci_setup_mmio()
467
for (; vdev->
fbmem_len
>= 8 << 20; vdev->
fbmem_len
/= 2) {
in via_pci_setup_mmio()
468
vdev->fbmem = ioremap_wc(vdev->fbmem_start, vdev->
fbmem_len
);
in via_pci_setup_mmio()
H
A
D
viafbdev.c
1764
viaparinfo->memsize = vdev->
fbmem_len
;
in via_fb_pci_probe()
/kernel/linux/linux-6.6/drivers/video/fbdev/via/
H
A
D
via-core.c
463
ret = vdev->
fbmem_len
= viafb_get_fb_size_from_pci(vdev->chip_type);
in via_pci_setup_mmio()
468
for (; vdev->
fbmem_len
>= 8 << 20; vdev->
fbmem_len
/= 2) {
in via_pci_setup_mmio()
469
vdev->fbmem = ioremap_wc(vdev->fbmem_start, vdev->
fbmem_len
);
in via_pci_setup_mmio()
H
A
D
viafbdev.c
1764
viaparinfo->memsize = vdev->
fbmem_len
;
in via_fb_pci_probe()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
sm501fb.c
96
size_t
fbmem_len
; /* length of remapped region */
member
177
ptr = inf->
fbmem_len
- size;
in sm501_alloc_mem()
178
inf->
fbmem_len
= ptr; /* adjust available memory. */
in sm501_alloc_mem()
182
if (size > inf->
fbmem_len
)
in sm501_alloc_mem()
185
ptr = inf->
fbmem_len
- size;
in sm501_alloc_mem()
209
end = par->screen.k_addr ? par->screen.sm_addr : inf->
fbmem_len
;
in sm501_alloc_mem()
211
end = inf->
fbmem_len
;
in sm501_alloc_mem()
227
end = inf->
fbmem_len
;
in sm501_alloc_mem()
1613
info->
fbmem_len
= resource_size(res);
in sm501fb_start()
1616
memset_io(info->fbmem, 0, info->
fbmem_len
);
in sm501fb_start()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
sm501fb.c
96
size_t
fbmem_len
; /* length of remapped region */
member
177
ptr = inf->
fbmem_len
- size;
in sm501_alloc_mem()
178
inf->
fbmem_len
= ptr; /* adjust available memory. */
in sm501_alloc_mem()
182
if (size > inf->
fbmem_len
)
in sm501_alloc_mem()
185
ptr = inf->
fbmem_len
- size;
in sm501_alloc_mem()
209
end = par->screen.k_addr ? par->screen.sm_addr : inf->
fbmem_len
;
in sm501_alloc_mem()
211
end = inf->
fbmem_len
;
in sm501_alloc_mem()
227
end = inf->
fbmem_len
;
in sm501_alloc_mem()
1613
info->
fbmem_len
= resource_size(res);
in sm501fb_start()
1616
memset_io(info->fbmem, 0, info->
fbmem_len
);
in sm501fb_start()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
via-core.h
80
long
fbmem_len
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
via-core.h
80
long
fbmem_len
;
member
Completed in 12 milliseconds