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:MAX_STI_ROMS
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
stifb.c
114
static int __initdata stifb_bpp_pref[
MAX_STI_ROMS
];
1445
for (i = 1; i <=
MAX_STI_ROMS
; i++) {
in stifb_init()
1456
for (i = 1; i <=
MAX_STI_ROMS
; i++) {
in stifb_init()
1477
for (i = 1; i <=
MAX_STI_ROMS
; i++) {
in stifb_cleanup()
1510
for (i = 0; i <
MAX_STI_ROMS
; i++) {
in stifb_setup()
H
A
D
sticore.h
7
#define
MAX_STI_ROMS
4 /* max no. of ROMs which this driver handles */
macro
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
stifb.c
114
static int __initdata stifb_bpp_pref[
MAX_STI_ROMS
];
1445
for (i = 1; i <=
MAX_STI_ROMS
; i++) {
in stifb_init()
1456
for (i = 1; i <=
MAX_STI_ROMS
; i++) {
in stifb_init()
1477
for (i = 1; i <=
MAX_STI_ROMS
; i++) {
in stifb_cleanup()
1510
for (i = 0; i <
MAX_STI_ROMS
; i++) {
in stifb_setup()
/kernel/linux/linux-6.6/include/video/
H
A
D
sticore.h
9
#define
MAX_STI_ROMS
4 /* max no. of ROMs which this driver handles */
macro
/kernel/linux/linux-5.10/drivers/video/console/
H
A
D
sticore.c
43
static struct sti_struct *sti_roms[
MAX_STI_ROMS
] __read_mostly;
301
* <x> is a number between 0 and
MAX_STI_ROMS
, with 0 as the default
847
if (num_sti_roms >=
MAX_STI_ROMS
) {
in sti_try_rom_generic()
/kernel/linux/linux-6.6/drivers/video/
H
A
D
sticore.c
42
static struct sti_struct *sti_roms[
MAX_STI_ROMS
] __read_mostly;
342
* <x> is a number between 0 and
MAX_STI_ROMS
, with 0 as the default
913
if (num_sti_roms >=
MAX_STI_ROMS
) {
in sti_try_rom_generic()
Completed in 9 milliseconds