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
defs:report_list
(Results
1 - 25
of
36
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-lg3ff.c
52
struct list_head *
report_list
= &hid->report_enum[HID_OUTPUT_REPORT].
report_list
;
in hid_lg3ff_play()
local
90
struct list_head *
report_list
= &hid->report_enum[HID_OUTPUT_REPORT].
report_list
;
in hid_lg3ff_set_autocenter()
local
H
A
D
hid-emsff.c
51
struct list_head *
report_list
=
in emsff_init()
local
H
A
D
hid-betopff.c
60
struct list_head *
report_list
=
in betopff_init()
local
H
A
D
hid-gaff.c
68
struct list_head *
report_list
=
in gaff_init()
local
H
A
D
hid-holtekff.c
128
struct list_head *
report_list
=
in holtekff_init()
local
H
A
D
hid-lgff.c
60
struct list_head *
report_list
= &hid->report_enum[HID_OUTPUT_REPORT].
report_list
;
in hid_lgff_play()
local
102
struct list_head *
report_list
= &hid->report_enum[HID_OUTPUT_REPORT].
report_list
;
in hid_lgff_set_autocenter()
local
H
A
D
hid-mf.c
61
struct list_head *
report_list
=
in mf_init()
local
H
A
D
hid-pl.c
74
struct list_head *
report_list
=
in plff_init()
local
H
A
D
hid-sjoy.c
56
struct list_head *
report_list
=
in sjoyff_init()
local
H
A
D
hid-axff.c
67
struct list_head *
report_list
=&hid->report_enum[HID_OUTPUT_REPORT].
report_list
;
in axff_init()
local
H
A
D
hid-dr.c
79
struct list_head *
report_list
=
in drff_init()
local
H
A
D
hid-steelseries.c
111
struct list_head *
report_list
= &hdev->report_enum[HID_OUTPUT_REPORT].
report_list
;
in steelseries_srws1_set_leds()
local
H
A
D
hid-tmff.c
126
struct list_head *
report_list
;
in tmff_init()
local
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-lg3ff.c
52
struct list_head *
report_list
= &hid->report_enum[HID_OUTPUT_REPORT].
report_list
;
in hid_lg3ff_play()
local
90
struct list_head *
report_list
= &hid->report_enum[HID_OUTPUT_REPORT].
report_list
;
in hid_lg3ff_set_autocenter()
local
H
A
D
hid-betopff.c
60
struct list_head *
report_list
=
in betopff_init()
local
H
A
D
hid-emsff.c
51
struct list_head *
report_list
=
in emsff_init()
local
H
A
D
hid-lgff.c
60
struct list_head *
report_list
= &hid->report_enum[HID_OUTPUT_REPORT].
report_list
;
in hid_lgff_play()
local
102
struct list_head *
report_list
= &hid->report_enum[HID_OUTPUT_REPORT].
report_list
;
in hid_lgff_set_autocenter()
local
H
A
D
hid-axff.c
67
struct list_head *
report_list
=&hid->report_enum[HID_OUTPUT_REPORT].
report_list
;
in axff_init()
local
H
A
D
hid-holtekff.c
128
struct list_head *
report_list
=
in holtekff_init()
local
H
A
D
hid-pl.c
74
struct list_head *
report_list
=
in plff_init()
local
H
A
D
hid-gaff.c
68
struct list_head *
report_list
=
in gaff_init()
local
H
A
D
hid-mf.c
61
struct list_head *
report_list
=
in mf_init()
local
H
A
D
hid-sjoy.c
56
struct list_head *
report_list
=
in sjoyff_init()
local
H
A
D
hid-tmff.c
122
struct list_head *
report_list
;
in tmff_init()
local
H
A
D
hid-dr.c
79
struct list_head *
report_list
=
in drff_init()
local
Completed in 9 milliseconds
1
2