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:speakup_console
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H
A
D
spk_types.h
87
#define spk_shut_up (
speakup_console
[vc->vc_num]->shut_up)
88
#define spk_killed (
speakup_console
[vc->vc_num]->shut_up & 0x40)
89
#define spk_x (
speakup_console
[vc->vc_num]->reading_x)
90
#define spk_cx (
speakup_console
[vc->vc_num]->cursor_x)
91
#define spk_y (
speakup_console
[vc->vc_num]->reading_y)
92
#define spk_cy (
speakup_console
[vc->vc_num]->cursor_y)
93
#define spk_pos (
speakup_console
[vc->vc_num]->reading_pos)
94
#define spk_cp (
speakup_console
[vc->vc_num]->cursor_pos)
95
#define goto_pos (
speakup_console
[vc->vc_num]->go_pos)
96
#define goto_x (
speakup_console
[v
[all...]
H
A
D
main.c
240
struct st_spk_t *
speakup_console
[MAX_NR_CONSOLES];
variable
1346
if (!
speakup_console
[vc_num]) {
in speakup_allocate()
1347
speakup_console
[vc_num] = kzalloc(sizeof(*
speakup_console
[0]),
in speakup_allocate()
1349
if (!
speakup_console
[vc_num])
in speakup_allocate()
1364
kfree(
speakup_console
[vc_num]);
in speakup_deallocate()
1365
speakup_console
[vc_num] = NULL;
in speakup_deallocate()
1555
speakup_console
[vc->vc_num]->ht.cy = vc->state.y;
in do_handle_cursor()
1571
hi =
speakup_console
[vc_num]->ht.highsize[bi];
in update_color_buffer()
1574
if (
speakup_console
[vc_nu
in update_color_buffer()
[all...]
H
A
D
buffers.c
29
if (
speakup_console
[i] &&
speakup_console
[i]->tty_stopped)
in speakup_start_ttys()
H
A
D
speakup.h
92
extern struct st_spk_t *
speakup_console
[];
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H
A
D
spk_types.h
87
#define spk_shut_up (
speakup_console
[vc->vc_num]->shut_up)
88
#define spk_killed (
speakup_console
[vc->vc_num]->shut_up & 0x40)
89
#define spk_x (
speakup_console
[vc->vc_num]->reading_x)
90
#define spk_cx (
speakup_console
[vc->vc_num]->cursor_x)
91
#define spk_y (
speakup_console
[vc->vc_num]->reading_y)
92
#define spk_cy (
speakup_console
[vc->vc_num]->cursor_y)
93
#define spk_pos (
speakup_console
[vc->vc_num]->reading_pos)
94
#define spk_cp (
speakup_console
[vc->vc_num]->cursor_pos)
95
#define goto_pos (
speakup_console
[vc->vc_num]->go_pos)
96
#define goto_x (
speakup_console
[v
[all...]
H
A
D
main.c
240
struct st_spk_t *
speakup_console
[MAX_NR_CONSOLES];
variable
1355
if (!
speakup_console
[vc_num]) {
in speakup_allocate()
1356
speakup_console
[vc_num] = kzalloc(sizeof(*
speakup_console
[0]),
in speakup_allocate()
1358
if (!
speakup_console
[vc_num])
in speakup_allocate()
1373
kfree(
speakup_console
[vc_num]);
in speakup_deallocate()
1374
speakup_console
[vc_num] = NULL;
in speakup_deallocate()
1563
speakup_console
[vc->vc_num]->ht.cy = vc->state.y;
in do_handle_cursor()
1579
hi =
speakup_console
[vc_num]->ht.highsize[bi];
in update_color_buffer()
1582
if (
speakup_console
[vc_nu
in update_color_buffer()
[all...]
H
A
D
buffers.c
29
if (
speakup_console
[i] &&
speakup_console
[i]->tty_stopped)
in speakup_start_ttys()
H
A
D
speakup.h
92
extern struct st_spk_t *
speakup_console
[];
Completed in 8 milliseconds