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:str_desc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-uclogic-params-test.c
18
const __u8
str_desc
[MAX_STR_DESC_SIZE];
member
28
.
str_desc
= {},
36
.
str_desc
= {
56
/* XP-PEN Deco L
str_desc
: Frame with 8 buttons */
60
.
str_desc
= {
80
/* PARBLO A610 PRO
str_desc
: Frame with 9 buttons and dial */
84
.
str_desc
= {
104
/* XP-PEN Deco Pro S
str_desc
: Frame with 8 buttons and mouse */
108
.
str_desc
= {
146
res = uclogic_params_parse_ugee_v2_desc(params->
str_desc
,
in hid_test_uclogic_parse_ugee_v2_desc()
[all...]
H
A
D
hid-uclogic-params.c
1090
* @
str_desc
: String descriptor, cannot be NULL.
1099
static int uclogic_params_parse_ugee_v2_desc(const __u8 *
str_desc
,
in uclogic_params_parse_ugee_v2_desc()
argument
1114
if (!
str_desc
|| str_desc_size < min_str_desc_size)
in uclogic_params_parse_ugee_v2_desc()
1120
pen_x_lm = get_unaligned_le16(
str_desc
+ 2);
in uclogic_params_parse_ugee_v2_desc()
1121
pen_y_lm = get_unaligned_le16(
str_desc
+ 4);
in uclogic_params_parse_ugee_v2_desc()
1122
frame_num_buttons =
str_desc
[6];
in uclogic_params_parse_ugee_v2_desc()
1123
*frame_type =
str_desc
[7];
in uclogic_params_parse_ugee_v2_desc()
1124
pen_pressure_lm = get_unaligned_le16(
str_desc
+ 8);
in uclogic_params_parse_ugee_v2_desc()
1126
resolution = get_unaligned_le16(
str_desc
+ 10);
in uclogic_params_parse_ugee_v2_desc()
1402
__u8 *
str_desc
in uclogic_params_ugee_v2_init()
local
[all...]
Completed in 3 milliseconds