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:twidjoy
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/joystick/
H
A
D
twidjoy.c
78
struct
twidjoy
{
struct
90
static void twidjoy_process_packet(struct
twidjoy
*
twidjoy
)
in twidjoy_process_packet()
argument
92
struct input_dev *dev =
twidjoy
->dev;
in twidjoy_process_packet()
93
unsigned char *data =
twidjoy
->data;
in twidjoy_process_packet()
127
struct
twidjoy
*
twidjoy
= serio_get_drvdata(serio);
in twidjoy_interrupt()
local
134
twidjoy
->idx = 0; /* this byte starts a new packet */
in twidjoy_interrupt()
135
else if (
twidjoy
->idx == 0)
in twidjoy_interrupt()
138
if (
twidjoy
in twidjoy_interrupt()
155
struct
twidjoy
*
twidjoy
= serio_get_drvdata(serio);
twidjoy_disconnect()
local
172
struct
twidjoy
*
twidjoy
;
twidjoy_connect()
local
[all...]
/kernel/linux/linux-6.6/drivers/input/joystick/
H
A
D
twidjoy.c
75
struct
twidjoy
{
struct
87
static void twidjoy_process_packet(struct
twidjoy
*
twidjoy
)
in twidjoy_process_packet()
argument
89
struct input_dev *dev =
twidjoy
->dev;
in twidjoy_process_packet()
90
unsigned char *data =
twidjoy
->data;
in twidjoy_process_packet()
124
struct
twidjoy
*
twidjoy
= serio_get_drvdata(serio);
in twidjoy_interrupt()
local
131
twidjoy
->idx = 0; /* this byte starts a new packet */
in twidjoy_interrupt()
132
else if (
twidjoy
->idx == 0)
in twidjoy_interrupt()
135
if (
twidjoy
in twidjoy_interrupt()
152
struct
twidjoy
*
twidjoy
= serio_get_drvdata(serio);
twidjoy_disconnect()
local
169
struct
twidjoy
*
twidjoy
;
twidjoy_connect()
local
[all...]
Completed in 3 milliseconds