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_CURS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
fsl-diu-fb.c
39
#define
MAX_CURS
32
macro
380
__le16 cursor[
MAX_CURS
*
MAX_CURS
] __aligned(32);
382
__le16 blank_cursor[
MAX_CURS
*
MAX_CURS
] __aligned(32);
384
__le16 next_cursor[
MAX_CURS
*
MAX_CURS
] __aligned(32);
981
* The DIU only supports cursors up to 32x32 (
MAX_CURS
). We reject cursors
1014
cursor +=
MAX_CURS
;
in fsl_diu_load_cursor_image()
1029
if (cursor->image.width >
MAX_CURS
|| curso
in fsl_diu_cursor()
[all...]
H
A
D
imsttfb.c
1225
d_idx = i *
MAX_CURS
/8 + j;
1237
d_idx = i *
MAX_CURS
/8 + j;
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
fsl-diu-fb.c
39
#define
MAX_CURS
32
macro
380
__le16 cursor[
MAX_CURS
*
MAX_CURS
] __aligned(32);
382
__le16 blank_cursor[
MAX_CURS
*
MAX_CURS
] __aligned(32);
384
__le16 next_cursor[
MAX_CURS
*
MAX_CURS
] __aligned(32);
981
* The DIU only supports cursors up to 32x32 (
MAX_CURS
). We reject cursors
1014
cursor +=
MAX_CURS
;
in fsl_diu_load_cursor_image()
1029
if (cursor->image.width >
MAX_CURS
|| curso
in fsl_diu_cursor()
[all...]
H
A
D
imsttfb.c
1226
d_idx = i *
MAX_CURS
/8 + j;
1238
d_idx = i *
MAX_CURS
/8 + j;
/kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/
H
A
D
nvidia.c
56
#define
MAX_CURS
32
macro
138
k += (
MAX_CURS
- w) / 2;
in nvidiafb_load_cursor_image()
527
u8 data[
MAX_CURS
*
MAX_CURS
/ 8];
in nvidiafb_cursor()
531
if (cursor->image.width >
MAX_CURS
|| cursor->image.height >
MAX_CURS
)
in nvidiafb_cursor()
542
memset_io(par->CURSOR, 0,
MAX_CURS
*
MAX_CURS
* 2);
in nvidiafb_cursor()
559
u32 d_pitch =
MAX_CURS
/ 8;
in nvidiafb_cursor()
/kernel/linux/linux-5.10/drivers/video/fbdev/riva/
H
A
D
fbdev.c
88
#define
MAX_CURS
32
macro
513
k += (
MAX_CURS
- w)/2;
in rivafb_load_cursor_image()
1579
u8 data[
MAX_CURS
*
MAX_CURS
/8];
in rivafb_cursor()
1583
if (cursor->image.width >
MAX_CURS
|| cursor->image.height >
MAX_CURS
)
in rivafb_cursor()
1594
memset_io(par->riva.CURSOR, 0,
MAX_CURS
*
MAX_CURS
* 2);
in rivafb_cursor()
1612
u32 d_pitch =
MAX_CURS
/8;
in rivafb_cursor()
/kernel/linux/linux-6.6/drivers/video/fbdev/nvidia/
H
A
D
nvidia.c
57
#define
MAX_CURS
32
macro
139
k += (
MAX_CURS
- w) / 2;
in nvidiafb_load_cursor_image()
528
u8 data[
MAX_CURS
*
MAX_CURS
/ 8];
in nvidiafb_cursor()
532
if (cursor->image.width >
MAX_CURS
|| cursor->image.height >
MAX_CURS
)
in nvidiafb_cursor()
543
memset_io(par->CURSOR, 0,
MAX_CURS
*
MAX_CURS
* 2);
in nvidiafb_cursor()
560
u32 d_pitch =
MAX_CURS
/ 8;
in nvidiafb_cursor()
/kernel/linux/linux-6.6/drivers/video/fbdev/riva/
H
A
D
fbdev.c
89
#define
MAX_CURS
32
macro
508
k += (
MAX_CURS
- w)/2;
in rivafb_load_cursor_image()
1573
u8 data[
MAX_CURS
*
MAX_CURS
/8];
in rivafb_cursor()
1577
if (cursor->image.width >
MAX_CURS
|| cursor->image.height >
MAX_CURS
)
in rivafb_cursor()
1588
memset_io(par->riva.CURSOR, 0,
MAX_CURS
*
MAX_CURS
* 2);
in rivafb_cursor()
1606
u32 d_pitch =
MAX_CURS
/8;
in rivafb_cursor()
Completed in 16 milliseconds