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:bg_idx
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H
A
D
mach64_cursor.c
126
u32 fg_idx,
bg_idx
, fg, bg;
in atyfb_cursor()
local
129
bg_idx
= cursor->image.bg_color;
in atyfb_cursor()
135
bg = ((info->cmap.red[
bg_idx
] & 0xff) << 24) |
in atyfb_cursor()
136
((info->cmap.green[
bg_idx
] & 0xff) << 16) |
in atyfb_cursor()
137
((info->cmap.blue[
bg_idx
] & 0xff) << 8);
in atyfb_cursor()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H
A
D
mach64_cursor.c
126
u32 fg_idx,
bg_idx
, fg, bg;
in atyfb_cursor()
local
129
bg_idx
= cursor->image.bg_color;
in atyfb_cursor()
135
bg = ((info->cmap.red[
bg_idx
] & 0xff) << 24) |
in atyfb_cursor()
136
((info->cmap.green[
bg_idx
] & 0xff) << 16) |
in atyfb_cursor()
137
((info->cmap.blue[
bg_idx
] & 0xff) << 8);
in atyfb_cursor()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
pm2fb.c
1300
u32
bg_idx
= cursor->image.bg_color;
in pm2vfb_cursor()
local
1306
cmap.red[
bg_idx
] >> 8 );
in pm2vfb_cursor()
1308
cmap.green[
bg_idx
] >> 8 );
in pm2vfb_cursor()
1310
cmap.blue[
bg_idx
] >> 8 );
in pm2vfb_cursor()
1409
u32
bg_idx
= cursor->image.bg_color;
in pm2fb_cursor()
local
1414
info->cmap.red[
bg_idx
] >> 8);
in pm2fb_cursor()
1416
info->cmap.green[
bg_idx
] >> 8);
in pm2fb_cursor()
1418
info->cmap.blue[
bg_idx
] >> 8);
in pm2fb_cursor()
H
A
D
tdfxfb.c
1072
u32
bg_idx
= cursor->image.bg_color;
in tdfxfb_cursor()
local
1079
bg_color = (((u32)cmap.red[
bg_idx
] & 0xff00) << 8) |
in tdfxfb_cursor()
1080
(((u32)cmap.green[
bg_idx
] & 0xff00) << 0) |
in tdfxfb_cursor()
1081
(((u32)cmap.blue[
bg_idx
] & 0xff00) >> 8);
in tdfxfb_cursor()
H
A
D
fsl-diu-fb.c
1069
unsigned int
bg_idx
= cursor->image.bg_color;
in fsl_diu_cursor()
local
1078
bg = ((info->cmap.red[
bg_idx
] & 0xf8) << 7) |
in fsl_diu_cursor()
1079
((info->cmap.green[
bg_idx
] & 0xf8) << 2) |
in fsl_diu_cursor()
1080
((info->cmap.blue[
bg_idx
] & 0xf8) >> 3) |
in fsl_diu_cursor()
H
A
D
pm3fb.c
659
u32
bg_idx
= cursor->image.bg_color;
in pm3fb_cursor()
local
671
cmap.red[
bg_idx
] >> 8 );
in pm3fb_cursor()
673
cmap.green[
bg_idx
] >> 8 );
in pm3fb_cursor()
675
cmap.blue[
bg_idx
] >> 8 );
in pm3fb_cursor()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
pm2fb.c
1302
u32
bg_idx
= cursor->image.bg_color;
in pm2vfb_cursor()
local
1308
cmap.red[
bg_idx
] >> 8 );
in pm2vfb_cursor()
1310
cmap.green[
bg_idx
] >> 8 );
in pm2vfb_cursor()
1312
cmap.blue[
bg_idx
] >> 8 );
in pm2vfb_cursor()
1411
u32
bg_idx
= cursor->image.bg_color;
in pm2fb_cursor()
local
1416
info->cmap.red[
bg_idx
] >> 8);
in pm2fb_cursor()
1418
info->cmap.green[
bg_idx
] >> 8);
in pm2fb_cursor()
1420
info->cmap.blue[
bg_idx
] >> 8);
in pm2fb_cursor()
H
A
D
fsl-diu-fb.c
1069
unsigned int
bg_idx
= cursor->image.bg_color;
in fsl_diu_cursor()
local
1078
bg = ((info->cmap.red[
bg_idx
] & 0xf8) << 7) |
in fsl_diu_cursor()
1079
((info->cmap.green[
bg_idx
] & 0xf8) << 2) |
in fsl_diu_cursor()
1080
((info->cmap.blue[
bg_idx
] & 0xf8) >> 3) |
in fsl_diu_cursor()
H
A
D
pm3fb.c
660
u32
bg_idx
= cursor->image.bg_color;
in pm3fb_cursor()
local
672
cmap.red[
bg_idx
] >> 8 );
in pm3fb_cursor()
674
cmap.green[
bg_idx
] >> 8 );
in pm3fb_cursor()
676
cmap.blue[
bg_idx
] >> 8 );
in pm3fb_cursor()
H
A
D
tdfxfb.c
1071
u32
bg_idx
= cursor->image.bg_color;
in tdfxfb_cursor()
local
1078
bg_color = (((u32)cmap.red[
bg_idx
] & 0xff00) << 8) |
in tdfxfb_cursor()
1079
(((u32)cmap.green[
bg_idx
] & 0xff00) << 0) |
in tdfxfb_cursor()
1080
(((u32)cmap.blue[
bg_idx
] & 0xff00) >> 8);
in tdfxfb_cursor()
/kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/
H
A
D
nvidia.c
556
u32
bg_idx
= cursor->image.bg_color;
in nvidiafb_cursor()
local
582
bg = ((info->cmap.red[
bg_idx
] & 0xf8) << 7) |
in nvidiafb_cursor()
583
((info->cmap.green[
bg_idx
] & 0xf8) << 2) |
in nvidiafb_cursor()
584
((info->cmap.blue[
bg_idx
] & 0xf8) >> 3) | 1 << 15;
in nvidiafb_cursor()
/kernel/linux/linux-5.10/drivers/video/fbdev/riva/
H
A
D
fbdev.c
1609
u32
bg_idx
= cursor->image.bg_color;
in rivafb_cursor()
local
1635
bg = ((info->cmap.red[
bg_idx
] & 0xf8) << 7) |
in rivafb_cursor()
1636
((info->cmap.green[
bg_idx
] & 0xf8) << 2) |
in rivafb_cursor()
1637
((info->cmap.blue[
bg_idx
] & 0xf8) >> 3) |
in rivafb_cursor()
/kernel/linux/linux-6.6/drivers/video/fbdev/nvidia/
H
A
D
nvidia.c
557
u32
bg_idx
= cursor->image.bg_color;
in nvidiafb_cursor()
local
583
bg = ((info->cmap.red[
bg_idx
] & 0xf8) << 7) |
in nvidiafb_cursor()
584
((info->cmap.green[
bg_idx
] & 0xf8) << 2) |
in nvidiafb_cursor()
585
((info->cmap.blue[
bg_idx
] & 0xf8) >> 3) | 1 << 15;
in nvidiafb_cursor()
/kernel/linux/linux-6.6/drivers/video/fbdev/riva/
H
A
D
fbdev.c
1603
u32
bg_idx
= cursor->image.bg_color;
in rivafb_cursor()
local
1629
bg = ((info->cmap.red[
bg_idx
] & 0xf8) << 7) |
in rivafb_cursor()
1630
((info->cmap.green[
bg_idx
] & 0xf8) << 2) |
in rivafb_cursor()
1631
((info->cmap.blue[
bg_idx
] & 0xf8) >> 3) |
in rivafb_cursor()
Completed in 25 milliseconds