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:serio_event
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/serio/
H
A
D
serio.c
140
struct
serio_event
{
struct
150
static struct
serio_event
*serio_get_event(void)
in serio_get_event()
152
struct
serio_event
*event = NULL;
in serio_get_event()
159
struct
serio_event
, node);
in serio_get_event()
167
static void serio_free_event(struct
serio_event
*event)
in serio_free_event()
176
struct
serio_event
*e, *next;
in serio_remove_duplicate_events()
201
struct
serio_event
*event;
in serio_handle_event()
244
struct
serio_event
*event;
in serio_queue_event()
264
event = kmalloc(sizeof(struct
serio_event
), GFP_ATOMIC);
in serio_queue_event()
297
struct
serio_event
*even
in serio_remove_pending_events()
[all...]
/kernel/linux/linux-6.6/drivers/input/serio/
H
A
D
serio.c
137
struct
serio_event
{
struct
147
static struct
serio_event
*serio_get_event(void)
in serio_get_event()
149
struct
serio_event
*event = NULL;
in serio_get_event()
156
struct
serio_event
, node);
in serio_get_event()
164
static void serio_free_event(struct
serio_event
*event)
in serio_free_event()
173
struct
serio_event
*e, *next;
in serio_remove_duplicate_events()
198
struct
serio_event
*event;
in serio_handle_event()
241
struct
serio_event
*event;
in serio_queue_event()
261
event = kmalloc(sizeof(struct
serio_event
), GFP_ATOMIC);
in serio_queue_event()
294
struct
serio_event
*even
in serio_remove_pending_events()
[all...]
Completed in 2 milliseconds