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:input_event_size
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/
H
A
D
input-compat.h
54
static inline size_t
input_event_size
(void)
in input_event_size()
function
62
static inline size_t
input_event_size
(void)
in input_event_size()
function
H
A
D
evdev.c
510
if (count != 0 && count <
input_event_size
())
in evdev_write()
522
while (retval +
input_event_size
() <= count) {
in evdev_write()
528
retval +=
input_event_size
();
in evdev_write()
567
if (count != 0 && count <
input_event_size
())
in evdev_read()
585
while (read +
input_event_size
() <= count &&
in evdev_read()
591
read +=
input_event_size
();
in evdev_read()
/kernel/linux/linux-6.6/drivers/input/
H
A
D
input-compat.h
54
static inline size_t
input_event_size
(void)
in input_event_size()
function
62
static inline size_t
input_event_size
(void)
in input_event_size()
function
H
A
D
evdev.c
510
if (count != 0 && count <
input_event_size
())
in evdev_write()
522
while (retval +
input_event_size
() <= count) {
in evdev_write()
528
retval +=
input_event_size
();
in evdev_write()
567
if (count != 0 && count <
input_event_size
())
in evdev_read()
585
while (read +
input_event_size
() <= count &&
in evdev_read()
591
read +=
input_event_size
();
in evdev_read()
/kernel/linux/linux-5.10/drivers/input/misc/
H
A
D
uinput.c
592
if (count != 0 && count <
input_event_size
())
in uinput_inject_events()
595
while (bytes +
input_event_size
() <= count) {
in uinput_inject_events()
606
bytes +=
input_event_size
();
in uinput_inject_events()
659
while (read +
input_event_size
() <= count &&
in uinput_events_to_user()
665
read +=
input_event_size
();
in uinput_events_to_user()
677
if (count != 0 && count <
input_event_size
())
in uinput_read()
/kernel/linux/linux-6.6/drivers/input/misc/
H
A
D
uinput.c
608
if (count != 0 && count <
input_event_size
())
in uinput_inject_events()
611
while (bytes +
input_event_size
() <= count) {
in uinput_inject_events()
626
bytes +=
input_event_size
();
in uinput_inject_events()
679
while (read +
input_event_size
() <= count &&
in uinput_events_to_user()
685
read +=
input_event_size
();
in uinput_events_to_user()
697
if (count != 0 && count <
input_event_size
())
in uinput_read()
Completed in 9 milliseconds