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:guillemot
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/joystick/
H
A
D
guillemot.c
50
struct
guillemot
{
struct
107
struct
guillemot
*
guillemot
= gameport_get_drvdata(gameport);
in guillemot_poll()
local
108
struct input_dev *dev =
guillemot
->dev;
in guillemot_poll()
112
guillemot
->reads++;
in guillemot_poll()
114
if (guillemot_read_packet(
guillemot
->gameport, data) != GUILLEMOT_MAX_LENGTH * 8 ||
in guillemot_poll()
116
guillemot
->bads++;
in guillemot_poll()
119
for (i = 0; i < 6 &&
guillemot
->type->abs[i] >= 0; i++)
in guillemot_poll()
120
input_report_abs(dev,
guillemot
->type->abs[i], data[i + 5]);
in guillemot_poll()
122
if (
guillemot
in guillemot_poll()
140
struct
guillemot
*
guillemot
= input_get_drvdata(dev);
guillemot_open()
local
152
struct
guillemot
*
guillemot
= input_get_drvdata(dev);
guillemot_close()
local
163
struct
guillemot
*
guillemot
;
guillemot_connect()
local
250
struct
guillemot
*
guillemot
= gameport_get_drvdata(gameport);
guillemot_disconnect()
local
[all...]
/kernel/linux/linux-6.6/drivers/input/joystick/
H
A
D
guillemot.c
47
struct
guillemot
{
struct
104
struct
guillemot
*
guillemot
= gameport_get_drvdata(gameport);
in guillemot_poll()
local
105
struct input_dev *dev =
guillemot
->dev;
in guillemot_poll()
109
guillemot
->reads++;
in guillemot_poll()
111
if (guillemot_read_packet(
guillemot
->gameport, data) != GUILLEMOT_MAX_LENGTH * 8 ||
in guillemot_poll()
113
guillemot
->bads++;
in guillemot_poll()
116
for (i = 0; i < 6 &&
guillemot
->type->abs[i] >= 0; i++)
in guillemot_poll()
117
input_report_abs(dev,
guillemot
->type->abs[i], data[i + 5]);
in guillemot_poll()
119
if (
guillemot
in guillemot_poll()
137
struct
guillemot
*
guillemot
= input_get_drvdata(dev);
guillemot_open()
local
149
struct
guillemot
*
guillemot
= input_get_drvdata(dev);
guillemot_close()
local
160
struct
guillemot
*
guillemot
;
guillemot_connect()
local
247
struct
guillemot
*
guillemot
= gameport_get_drvdata(gameport);
guillemot_disconnect()
local
[all...]
Completed in 2 milliseconds