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:cursor_src
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H
A
D
softcursor.c
38
kfree(ops->
cursor_src
);
in soft_cursor()
41
ops->
cursor_src
= kmalloc(ops->cursor_size, GFP_ATOMIC);
in soft_cursor()
42
if (!ops->
cursor_src
) {
in soft_cursor()
48
src = ops->
cursor_src
+ sizeof(struct fb_image);
in soft_cursor()
49
image = (struct fb_image *)ops->
cursor_src
;
in soft_cursor()
H
A
D
fbcon.h
88
u8 *
cursor_src
;
member
H
A
D
fbcon.c
774
kfree(ops->
cursor_src
);
in con2fb_release_oldinfo()
3431
kfree(ops->
cursor_src
);
in fbcon_exit()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H
A
D
softcursor.c
38
kfree(ops->
cursor_src
);
in soft_cursor()
41
ops->
cursor_src
= kmalloc(ops->cursor_size, GFP_ATOMIC);
in soft_cursor()
42
if (!ops->
cursor_src
) {
in soft_cursor()
48
src = ops->
cursor_src
+ sizeof(struct fb_image);
in soft_cursor()
49
image = (struct fb_image *)ops->
cursor_src
;
in soft_cursor()
H
A
D
fbcon.h
86
u8 *
cursor_src
;
member
H
A
D
fbcon.c
699
kfree(ops->
cursor_src
);
in fbcon_release()
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/
H
A
D
intelfb.h
345
u8
cursor_src
[64];
member
H
A
D
intelfbdrv.c
1583
dinfo->
cursor_src
);
in intelfb_cursor()
1645
memcpy(dinfo->
cursor_src
, src, size);
in intelfb_cursor()
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/
H
A
D
intelfb.h
345
u8
cursor_src
[64];
member
H
A
D
intelfbdrv.c
1590
dinfo->
cursor_src
);
in intelfb_cursor()
1652
memcpy(dinfo->
cursor_src
, src, size);
in intelfb_cursor()
Completed in 19 milliseconds