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_enum
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hid/bpf/
H
A
D
hid_bpf_dispatch.c
199
struct hid_report_enum *
report_enum
= hdev->
report_enum
+ i;
in __hid_bpf_allocate_data()
local
406
struct hid_report_enum *
report_enum
;
in hid_bpf_hw_request()
local
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-debug.c
622
struct hid_report_enum *
report_enum
;
in hid_dump_device()
local
668
struct hid_report_enum *
report_enum
;
in hid_dump_report()
local
[all...]
H
A
D
hid-sensor-hub.c
385
struct hid_report_enum *
report_enum
;
in sensor_hub_input_get_attribute_info()
local
H
A
D
hid-sensor-custom.c
523
hid_sensor_custom_add_fields(struct hid_sensor_custom *sensor_inst, struct hid_
report_enum
*
report_enum
, int report_type)
hid_sensor_custom_add_fields()
argument
H
A
D
wacom_sys.c
2217
struct hid_report_enum *
report_enum
;
in wacom_compute_pktlen()
local
H
A
D
hid-core.c
61
struct hid_report_enum *
report_enum
= device->
report_enum
+ type;
in hid_register_report()
local
677
struct hid_report_enum *
report_enum
= device->
report_enum
+ i;
in hid_close_report()
local
1704
hid_get_report(struct hid_
report_enum
*
report_enum
, const u8 *data)
hid_get_report()
argument
1762
struct hid_
report_enum
*
report_enum
= hid->
report_enum
+ type;
hid_report_raw_event()
local
1832
struct hid_
report_enum
*
report_enum
;
hid_input_report()
local
[all...]
/kernel/linux/linux-5.10/drivers/hid/usbhid/
H
A
D
hiddev.c
60
struct hid_report_enum *
report_enum
;
in hiddev_lookup_report()
local
113
struct hid_report_enum *
report_enum
;
in hiddev_lookup_usage()
local
[all...]
H
A
D
hid-core.c
773
struct hid_report_enum *
report_enum
;
in usbhid_init_reports()
local
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-debug.c
659
struct hid_report_enum *
report_enum
;
in hid_dump_device()
local
705
struct hid_report_enum *
report_enum
;
in hid_dump_report()
local
[all...]
H
A
D
hid-sensor-hub.c
384
struct hid_report_enum *
report_enum
;
in sensor_hub_input_get_attribute_info()
local
H
A
D
hid-apple.c
571
struct hid_report_enum *
report_enum
;
in apple_fetch_battery()
local
H
A
D
hid-magicmouse.c
761
struct hid_report_enum *
report_enum
;
in magicmouse_fetch_battery()
local
H
A
D
hid-sensor-custom.c
528
hid_sensor_custom_add_fields(struct hid_sensor_custom *sensor_inst, struct hid_
report_enum
*
report_enum
, int report_type)
hid_sensor_custom_add_fields()
argument
H
A
D
hid-core.c
56
struct hid_report_enum *
report_enum
= device->
report_enum
+ type;
in hid_register_report()
local
677
struct hid_report_enum *
report_enum
= device->
report_enum
+ i;
in hid_close_report()
local
1810
struct hid_
report_enum
*
report_enum
= &hid->
report_enum
[HID_INPUT_REPORT];
hid_process_ordering()
local
1916
hid_get_report(struct hid_
report_enum
*
report_enum
, const u8 *data)
hid_get_report()
argument
1974
struct hid_
report_enum
*
report_enum
= hid->
report_enum
+ type;
hid_report_raw_event()
local
2043
struct hid_
report_enum
*
report_enum
;
hid_input_report()
local
[all...]
H
A
D
wacom_sys.c
2209
struct hid_report_enum *
report_enum
;
in wacom_compute_pktlen()
local
/kernel/linux/linux-6.6/drivers/hid/usbhid/
H
A
D
hiddev.c
60
struct hid_report_enum *
report_enum
;
in hiddev_lookup_report()
local
113
struct hid_report_enum *
report_enum
;
in hiddev_lookup_usage()
local
[all...]
H
A
D
hid-core.c
771
struct hid_report_enum *
report_enum
;
in usbhid_init_reports()
local
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
hid.h
567
struct hid_report_enum
report_enum
[HID_REPORT_TYPES];
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
hid.h
618
struct hid_report_enum
report_enum
[HID_REPORT_TYPES];
member
Completed in 35 milliseconds