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:wiimod_table
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-wiimote-core.c
631
if (
wiimod_table
[*iter]->flags & WIIMOD_FLAG_INPUT) {
in wiimote_modules_load()
652
ops =
wiimod_table
[*iter];
in wiimote_modules_load()
674
ops =
wiimod_table
[*iter];
in wiimote_modules_load()
707
ops =
wiimod_table
[*iter];
in wiimote_modules_unload()
1258
ops =
wiimod_table
[*iter];
in handler_keys()
1279
ops =
wiimod_table
[*iter];
in handler_accel()
1371
ops =
wiimod_table
[*iter];
in handler_ext()
1401
ops =
wiimod_table
[*iter];
in handler_ir()
H
A
D
hid-wiimote.h
205
extern const struct wiimod_ops *
wiimod_table
[WIIMOD_NUM];
H
A
D
hid-wiimote-modules.c
2637
const struct wiimod_ops *
wiimod_table
[WIIMOD_NUM] = {
variable
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-wiimote-core.c
635
if (
wiimod_table
[*iter]->flags & WIIMOD_FLAG_INPUT) {
in wiimote_modules_load()
656
ops =
wiimod_table
[*iter];
in wiimote_modules_load()
678
ops =
wiimod_table
[*iter];
in wiimote_modules_load()
711
ops =
wiimod_table
[*iter];
in wiimote_modules_unload()
1263
ops =
wiimod_table
[*iter];
in handler_keys()
1284
ops =
wiimod_table
[*iter];
in handler_accel()
1376
ops =
wiimod_table
[*iter];
in handler_ext()
1406
ops =
wiimod_table
[*iter];
in handler_ir()
H
A
D
hid-wiimote.h
206
extern const struct wiimod_ops *
wiimod_table
[WIIMOD_NUM];
H
A
D
hid-wiimote-modules.c
2861
const struct wiimod_ops *
wiimod_table
[WIIMOD_NUM] = {
variable
Completed in 14 milliseconds