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:rep_enum
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/hid/
H
A
D
hid-core.c
1068
struct hid_report_enum *
rep_enum
;
in hid_apply_multiplier()
local
1100
rep_enum
= &hid->report_enum[HID_INPUT_REPORT];
in hid_apply_multiplier()
1101
list_for_each_entry(rep, &
rep_enum
->report_list, list)
in hid_apply_multiplier()
1135
struct hid_report_enum *
rep_enum
;
in hid_setup_resolution_multiplier()
local
1140
rep_enum
= &hid->report_enum[HID_FEATURE_REPORT];
in hid_setup_resolution_multiplier()
1141
list_for_each_entry(rep, &
rep_enum
->report_list, list)
in hid_setup_resolution_multiplier()
H
A
D
hid-input.c
2122
struct hid_report_enum *
rep_enum
;
in hidinput_change_resolution_multipliers()
local
2126
rep_enum
= &hid->report_enum[HID_FEATURE_REPORT];
in hidinput_change_resolution_multipliers()
2127
list_for_each_entry(rep, &
rep_enum
->report_list, list)
in hidinput_change_resolution_multipliers()
2145
struct hid_report_enum *
rep_enum
;
in report_features()
local
2150
rep_enum
= &hid->report_enum[HID_FEATURE_REPORT];
in report_features()
2151
list_for_each_entry(rep, &
rep_enum
->report_list, list) {
in report_features()
Completed in 7 milliseconds