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_sel_work
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H
A
D
selection.c
57
static struct speakup_selection_work
speakup_sel_work
= {
variable
58
.work = __WORK_INITIALIZER(
speakup_sel_work
.work,
66
* invariant that if
speakup_sel_work
.tty is not NULL when
in speakup_set_selection()
71
if (cmpxchg(&
speakup_sel_work
.tty, NULL, tty)) {
in speakup_set_selection()
77
*
speakup_sel_work
don't happen before cmpxchg() above.
in speakup_set_selection()
81
speakup_sel_work
.sel.xs = spk_xs + 1;
in speakup_set_selection()
82
speakup_sel_work
.sel.ys = spk_ys + 1;
in speakup_set_selection()
83
speakup_sel_work
.sel.xe = spk_xe + 1;
in speakup_set_selection()
84
speakup_sel_work
.sel.ye = spk_ye + 1;
in speakup_set_selection()
85
speakup_sel_work
in speakup_set_selection()
[all...]
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H
A
D
selection.c
57
static struct speakup_selection_work
speakup_sel_work
= {
variable
58
.work = __WORK_INITIALIZER(
speakup_sel_work
.work,
66
* invariant that if
speakup_sel_work
.tty is not NULL when
in speakup_set_selection()
71
if (cmpxchg(&
speakup_sel_work
.tty, NULL, tty)) {
in speakup_set_selection()
77
*
speakup_sel_work
don't happen before cmpxchg() above.
in speakup_set_selection()
81
speakup_sel_work
.sel.xs = spk_xs + 1;
in speakup_set_selection()
82
speakup_sel_work
.sel.ys = spk_ys + 1;
in speakup_set_selection()
83
speakup_sel_work
.sel.xe = spk_xe + 1;
in speakup_set_selection()
84
speakup_sel_work
.sel.ye = spk_ye + 1;
in speakup_set_selection()
85
speakup_sel_work
in speakup_set_selection()
[all...]
Completed in 2 milliseconds