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:fbcon_ops
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H
A
D
fbcon.c
212
struct
fbcon_ops
*ops = info->fbcon_par;
in fbcon_set_rotation()
223
struct
fbcon_ops
*ops= info->fbcon_par;
in fbcon_rotate()
245
struct
fbcon_ops
*ops = info->fbcon_par;
in fbcon_rotate_all()
268
struct
fbcon_ops
*ops = info->fbcon_par;
in fbcon_set_rotation()
286
struct
fbcon_ops
*ops = info->fbcon_par;
in fbcon_get_rotate()
293
struct
fbcon_ops
*ops = info->fbcon_par;
in fbcon_is_inactive()
369
struct
fbcon_ops
*ops = info->fbcon_par;
in fb_flashcursor()
402
struct
fbcon_ops
*ops = from_timer(ops, t, cursor_timer);
in cursor_timer_handler()
411
struct
fbcon_ops
*ops = info->fbcon_par;
in fbcon_add_cursor_timer()
427
struct
fbcon_ops
*op
in fbcon_del_cursor_timer()
[all...]
H
A
D
fbcon_rotate.h
93
extern void fbcon_rotate_cw(struct
fbcon_ops
*ops);
94
extern void fbcon_rotate_ud(struct
fbcon_ops
*ops);
95
extern void fbcon_rotate_ccw(struct
fbcon_ops
*ops);
H
A
D
fbcon_ud.c
51
struct
fbcon_ops
*ops = info->fbcon_par;
in ud_bmove()
69
struct
fbcon_ops
*ops = info->fbcon_par;
in ud_clear()
90
struct
fbcon_ops
*ops = info->fbcon_par;
in ud_putcs_aligned()
123
struct
fbcon_ops
*ops = info->fbcon_par;
in ud_putcs_unaligned()
156
struct
fbcon_ops
*ops = info->fbcon_par;
in ud_putcs()
255
struct
fbcon_ops
*ops = info->fbcon_par;
in ud_cursor()
411
struct
fbcon_ops
*ops = info->fbcon_par;
in ud_update_start()
430
void fbcon_rotate_ud(struct
fbcon_ops
*ops)
in fbcon_rotate_ud()
H
A
D
fbcon_ccw.c
66
struct
fbcon_ops
*ops = info->fbcon_par;
in ccw_bmove()
83
struct
fbcon_ops
*ops = info->fbcon_par;
in ccw_clear()
103
struct
fbcon_ops
*ops = info->fbcon_par;
in ccw_putcs_aligned()
134
struct
fbcon_ops
*ops = info->fbcon_par;
in ccw_putcs()
225
struct
fbcon_ops
*ops = info->fbcon_par;
in ccw_cursor()
388
struct
fbcon_ops
*ops = info->fbcon_par;
in ccw_update_start()
403
void fbcon_rotate_ccw(struct
fbcon_ops
*ops)
in fbcon_rotate_ccw()
H
A
D
fbcon_cw.c
51
struct
fbcon_ops
*ops = info->fbcon_par;
in cw_bmove()
68
struct
fbcon_ops
*ops = info->fbcon_par;
in cw_clear()
88
struct
fbcon_ops
*ops = info->fbcon_par;
in cw_putcs_aligned()
119
struct
fbcon_ops
*ops = info->fbcon_par;
in cw_putcs()
208
struct
fbcon_ops
*ops = info->fbcon_par;
in cw_cursor()
371
struct
fbcon_ops
*ops = info->fbcon_par;
in cw_update_start()
386
void fbcon_rotate_cw(struct
fbcon_ops
*ops)
in fbcon_rotate_cw()
H
A
D
fbcon.h
56
struct
fbcon_ops
{
struct
227
extern void fbcon_set_bitops(struct
fbcon_ops
*ops);
266
extern void fbcon_set_rotate(struct
fbcon_ops
*ops);
H
A
D
fbcon_rotate.c
24
struct
fbcon_ops
*ops = info->fbcon_par;
in fbcon_rotate_font()
97
void fbcon_set_rotate(struct
fbcon_ops
*ops)
in fbcon_set_rotate()
H
A
D
tileblit.c
122
struct
fbcon_ops
*ops = info->fbcon_par;
in tile_update_start()
135
struct
fbcon_ops
*ops = info->fbcon_par;
in fbcon_set_tileops()
H
A
D
softcursor.c
24
struct
fbcon_ops
*ops = info->fbcon_par;
in soft_cursor()
H
A
D
bitblit.c
240
struct
fbcon_ops
*ops = info->fbcon_par;
in bit_cursor()
387
struct
fbcon_ops
*ops = info->fbcon_par;
in bit_update_start()
397
void fbcon_set_bitops(struct
fbcon_ops
*ops)
in fbcon_set_bitops()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H
A
D
fbcon.c
194
struct
fbcon_ops
*ops = info->fbcon_par;
in fbcon_set_rotation()
205
struct
fbcon_ops
*ops= info->fbcon_par;
in fbcon_rotate()
227
struct
fbcon_ops
*ops = info->fbcon_par;
in fbcon_rotate_all()
250
struct
fbcon_ops
*ops = info->fbcon_par;
in fbcon_set_rotation()
268
struct
fbcon_ops
*ops = info->fbcon_par;
in fbcon_get_rotate()
275
struct
fbcon_ops
*ops = info->fbcon_par;
in fbcon_is_inactive()
350
struct
fbcon_ops
*ops = container_of(work, struct
fbcon_ops
, cursor_work.work);
in fb_flashcursor()
390
struct
fbcon_ops
*ops = info->fbcon_par;
in fbcon_add_cursor_work()
399
struct
fbcon_ops
*op
in fbcon_del_cursor_work()
[all...]
H
A
D
fbcon_rotate.h
93
extern void fbcon_rotate_cw(struct
fbcon_ops
*ops);
94
extern void fbcon_rotate_ud(struct
fbcon_ops
*ops);
95
extern void fbcon_rotate_ccw(struct
fbcon_ops
*ops);
H
A
D
fbcon_ud.c
51
struct
fbcon_ops
*ops = info->fbcon_par;
in ud_bmove()
69
struct
fbcon_ops
*ops = info->fbcon_par;
in ud_clear()
90
struct
fbcon_ops
*ops = info->fbcon_par;
in ud_putcs_aligned()
123
struct
fbcon_ops
*ops = info->fbcon_par;
in ud_putcs_unaligned()
156
struct
fbcon_ops
*ops = info->fbcon_par;
in ud_putcs()
255
struct
fbcon_ops
*ops = info->fbcon_par;
in ud_cursor()
411
struct
fbcon_ops
*ops = info->fbcon_par;
in ud_update_start()
430
void fbcon_rotate_ud(struct
fbcon_ops
*ops)
in fbcon_rotate_ud()
H
A
D
fbcon_ccw.c
66
struct
fbcon_ops
*ops = info->fbcon_par;
in ccw_bmove()
83
struct
fbcon_ops
*ops = info->fbcon_par;
in ccw_clear()
103
struct
fbcon_ops
*ops = info->fbcon_par;
in ccw_putcs_aligned()
134
struct
fbcon_ops
*ops = info->fbcon_par;
in ccw_putcs()
225
struct
fbcon_ops
*ops = info->fbcon_par;
in ccw_cursor()
388
struct
fbcon_ops
*ops = info->fbcon_par;
in ccw_update_start()
403
void fbcon_rotate_ccw(struct
fbcon_ops
*ops)
in fbcon_rotate_ccw()
H
A
D
fbcon_cw.c
51
struct
fbcon_ops
*ops = info->fbcon_par;
in cw_bmove()
68
struct
fbcon_ops
*ops = info->fbcon_par;
in cw_clear()
88
struct
fbcon_ops
*ops = info->fbcon_par;
in cw_putcs_aligned()
119
struct
fbcon_ops
*ops = info->fbcon_par;
in cw_putcs()
208
struct
fbcon_ops
*ops = info->fbcon_par;
in cw_cursor()
371
struct
fbcon_ops
*ops = info->fbcon_par;
in cw_update_start()
386
void fbcon_rotate_cw(struct
fbcon_ops
*ops)
in fbcon_rotate_cw()
H
A
D
fbcon.h
54
struct
fbcon_ops
{
struct
225
extern void fbcon_set_bitops(struct
fbcon_ops
*ops);
264
extern void fbcon_set_rotate(struct
fbcon_ops
*ops);
H
A
D
fbcon_rotate.c
23
struct
fbcon_ops
*ops = info->fbcon_par;
in fbcon_rotate_font()
96
void fbcon_set_rotate(struct
fbcon_ops
*ops)
in fbcon_set_rotate()
H
A
D
tileblit.c
121
struct
fbcon_ops
*ops = info->fbcon_par;
in tile_update_start()
134
struct
fbcon_ops
*ops = info->fbcon_par;
in fbcon_set_tileops()
H
A
D
softcursor.c
24
struct
fbcon_ops
*ops = info->fbcon_par;
in soft_cursor()
H
A
D
bitblit.c
240
struct
fbcon_ops
*ops = info->fbcon_par;
in bit_cursor()
387
struct
fbcon_ops
*ops = info->fbcon_par;
in bit_update_start()
397
void fbcon_set_bitops(struct
fbcon_ops
*ops)
in fbcon_set_bitops()
Completed in 13 milliseconds