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:tmdc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/joystick/
H
A
D
tmdc.c
107
struct
tmdc
{
struct
226
struct
tmdc
*
tmdc
= gameport_get_drvdata(gameport);
in tmdc_poll()
local
230
tmdc
->reads++;
in tmdc_poll()
232
if ((r = tmdc_read_packet(
tmdc
->gameport, data)) !=
tmdc
->exists)
in tmdc_poll()
236
if (r & (1 << i) &
tmdc
->exists) {
in tmdc_poll()
238
if (tmdc_parse_packet(
tmdc
->port[i], data[i]))
in tmdc_poll()
244
tmdc
->bads += bad;
in tmdc_poll()
249
struct
tmdc
*tmd
in tmdc_open()
local
257
struct
tmdc
*
tmdc
= input_get_drvdata(dev);
tmdc_close()
local
262
tmdc
_setup_port(struct
tmdc
*
tmdc
, int idx, unsigned char *data)
tmdc_setup_port()
argument
350
struct
tmdc
*
tmdc
;
tmdc_connect()
local
398
struct
tmdc
*
tmdc
= gameport_get_drvdata(gameport);
tmdc_disconnect()
local
[all...]
/kernel/linux/linux-6.6/drivers/input/joystick/
H
A
D
tmdc.c
104
struct
tmdc
{
struct
223
struct
tmdc
*
tmdc
= gameport_get_drvdata(gameport);
in tmdc_poll()
local
227
tmdc
->reads++;
in tmdc_poll()
229
if ((r = tmdc_read_packet(
tmdc
->gameport, data)) !=
tmdc
->exists)
in tmdc_poll()
233
if (r & (1 << i) &
tmdc
->exists) {
in tmdc_poll()
235
if (tmdc_parse_packet(
tmdc
->port[i], data[i]))
in tmdc_poll()
241
tmdc
->bads += bad;
in tmdc_poll()
246
struct
tmdc
*tmd
in tmdc_open()
local
254
struct
tmdc
*
tmdc
= input_get_drvdata(dev);
tmdc_close()
local
259
tmdc
_setup_port(struct
tmdc
*
tmdc
, int idx, unsigned char *data)
tmdc_setup_port()
argument
347
struct
tmdc
*
tmdc
;
tmdc_connect()
local
395
struct
tmdc
*
tmdc
= gameport_get_drvdata(gameport);
tmdc_disconnect()
local
[all...]
Completed in 2 milliseconds