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:using_vram
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-rpc/include/mach/
H
A
D
acornfb.h
23
if (current_par.
using_vram
) {
in acornfb_valid_pixrate()
113
if (current_par.
using_vram
) {
in acornfb_vidc20_find_rates()
/kernel/linux/linux-6.6/arch/arm/mach-rpc/include/mach/
H
A
D
acornfb.h
23
if (current_par.
using_vram
) {
in acornfb_valid_pixrate()
113
if (current_par.
using_vram
) {
in acornfb_vidc20_find_rates()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
acornfb.c
203
if (current_par.
using_vram
&& info->fix.smem_len == 2048*1024)
in acornfb_set_timing()
215
if (current_par.
using_vram
&& current_par.vram_half_sam == 2048)
in acornfb_set_timing()
329
if (current_par.
using_vram
)
in acornfb_adjust_timing()
570
if (current_par.
using_vram
) {
in acornfb_set_par()
1006
current_par.
using_vram
= 0;
in acornfb_probe()
1016
current_par.
using_vram
= 1;
in acornfb_probe()
1031
if (!current_par.
using_vram
) {
in acornfb_probe()
1104
current_par.
using_vram
? 'V' : 'D',
in acornfb_probe()
H
A
D
acornfb.h
49
unsigned int
using_vram
: 1;
member
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
acornfb.c
203
if (current_par.
using_vram
&& info->fix.smem_len == 2048*1024)
in acornfb_set_timing()
215
if (current_par.
using_vram
&& current_par.vram_half_sam == 2048)
in acornfb_set_timing()
329
if (current_par.
using_vram
)
in acornfb_adjust_timing()
570
if (current_par.
using_vram
) {
in acornfb_set_par()
970
current_par.
using_vram
= 0;
in acornfb_probe()
980
current_par.
using_vram
= 1;
in acornfb_probe()
995
if (!current_par.
using_vram
) {
in acornfb_probe()
1068
current_par.
using_vram
? 'V' : 'D',
in acornfb_probe()
H
A
D
acornfb.h
49
unsigned int
using_vram
: 1;
member
Completed in 6 milliseconds