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:STYLUS_DEVICE_ID
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/tablet/
H
A
D
hanwang.c
29
#define
STYLUS_DEVICE_ID
0x02
macro
118
hanwang->current_id =
STYLUS_DEVICE_ID
;
in hanwang_parse_packet()
144
hanwang->current_id =
STYLUS_DEVICE_ID
;
in hanwang_parse_packet()
H
A
D
wacom_serial4.c
147
#define
STYLUS_DEVICE_ID
0x02
macro
158
{
STYLUS_DEVICE_ID
, BTN_TOOL_PEN },
/kernel/linux/linux-6.6/drivers/input/tablet/
H
A
D
hanwang.c
26
#define
STYLUS_DEVICE_ID
0x02
macro
115
hanwang->current_id =
STYLUS_DEVICE_ID
;
in hanwang_parse_packet()
141
hanwang->current_id =
STYLUS_DEVICE_ID
;
in hanwang_parse_packet()
H
A
D
wacom_serial4.c
147
#define
STYLUS_DEVICE_ID
0x02
macro
158
{
STYLUS_DEVICE_ID
, BTN_TOOL_PEN },
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
wacom_wac.h
39
#define
STYLUS_DEVICE_ID
0x02
macro
H
A
D
wacom_wac.c
135
wacom->id[0] = (data[5] & 0x20) ? ERASER_DEVICE_ID :
STYLUS_DEVICE_ID
;
in wacom_penpartner_irq()
153
input_report_abs(input, ABS_MISC,
STYLUS_DEVICE_ID
); /* report tool id */
in wacom_penpartner_irq()
192
wacom->id[0] =
STYLUS_DEVICE_ID
;
in wacom_pl_irq()
205
wacom->id[0] =
STYLUS_DEVICE_ID
;
in wacom_pl_irq()
249
wacom->id[0] =
STYLUS_DEVICE_ID
;
in wacom_ptu_irq()
273
wacom->id[0] =
STYLUS_DEVICE_ID
;
in wacom_dtu_irq()
320
wacom->id[0] =
STYLUS_DEVICE_ID
;
in wacom_dtus_irq()
372
wacom->id[0] =
STYLUS_DEVICE_ID
;
in wacom_graphire_irq()
3115
wacom->id[0] =
STYLUS_DEVICE_ID
;
in wacom_bpt_pen()
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
wacom_wac.h
37
#define
STYLUS_DEVICE_ID
0x02
macro
H
A
D
wacom_wac.c
135
wacom->id[0] = (data[5] & 0x20) ? ERASER_DEVICE_ID :
STYLUS_DEVICE_ID
;
in wacom_penpartner_irq()
153
input_report_abs(input, ABS_MISC,
STYLUS_DEVICE_ID
); /* report tool id */
in wacom_penpartner_irq()
192
wacom->id[0] =
STYLUS_DEVICE_ID
;
in wacom_pl_irq()
205
wacom->id[0] =
STYLUS_DEVICE_ID
;
in wacom_pl_irq()
249
wacom->id[0] =
STYLUS_DEVICE_ID
;
in wacom_ptu_irq()
273
wacom->id[0] =
STYLUS_DEVICE_ID
;
in wacom_dtu_irq()
320
wacom->id[0] =
STYLUS_DEVICE_ID
;
in wacom_dtus_irq()
372
wacom->id[0] =
STYLUS_DEVICE_ID
;
in wacom_graphire_irq()
3173
wacom->id[0] =
STYLUS_DEVICE_ID
;
in wacom_bpt_pen()
Completed in 21 milliseconds