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:roccat_report
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-roccat-kovaplus.c
287
struct kovaplus_roccat_report
roccat_report
;
in kovaplus_sysfs_set_actual_profile()
local
309
roccat_report
.type = KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_PROFILE_1;
in kovaplus_sysfs_set_actual_profile()
310
roccat_report
.profile = profile + 1;
in kovaplus_sysfs_set_actual_profile()
311
roccat_report
.button = 0;
in kovaplus_sysfs_set_actual_profile()
312
roccat_report
.data1 = profile + 1;
in kovaplus_sysfs_set_actual_profile()
313
roccat_report
.data2 = 0;
in kovaplus_sysfs_set_actual_profile()
315
(uint8_t const *)&
roccat_report
);
in kovaplus_sysfs_set_actual_profile()
568
struct kovaplus_roccat_report
roccat_report
;
in kovaplus_report_to_chrdev()
local
579
roccat_report
.type = button_report->type;
in kovaplus_report_to_chrdev()
580
roccat_report
in kovaplus_report_to_chrdev()
[all...]
H
A
D
hid-roccat-koneplus.c
257
struct koneplus_roccat_report
roccat_report
;
in koneplus_sysfs_set_actual_profile()
local
280
roccat_report
.type = KONEPLUS_MOUSE_REPORT_BUTTON_TYPE_PROFILE;
in koneplus_sysfs_set_actual_profile()
281
roccat_report
.data1 = profile + 1;
in koneplus_sysfs_set_actual_profile()
282
roccat_report
.data2 = 0;
in koneplus_sysfs_set_actual_profile()
283
roccat_report
.profile = profile + 1;
in koneplus_sysfs_set_actual_profile()
285
(uint8_t const *)&
roccat_report
);
in koneplus_sysfs_set_actual_profile()
489
struct koneplus_roccat_report
roccat_report
;
in koneplus_report_to_chrdev()
local
502
roccat_report
.type = button_report->type;
in koneplus_report_to_chrdev()
503
roccat_report
.data1 = button_report->data1;
in koneplus_report_to_chrdev()
504
roccat_report
in koneplus_report_to_chrdev()
[all...]
H
A
D
hid-roccat-isku.c
76
struct isku_roccat_report
roccat_report
;
in isku_sysfs_set_actual_profile()
local
99
roccat_report
.event = ISKU_REPORT_BUTTON_EVENT_PROFILE;
in isku_sysfs_set_actual_profile()
100
roccat_report
.data1 = profile + 1;
in isku_sysfs_set_actual_profile()
101
roccat_report
.data2 = 0;
in isku_sysfs_set_actual_profile()
102
roccat_report
.profile = profile + 1;
in isku_sysfs_set_actual_profile()
103
roccat_report_event(isku->chrdev_minor, (uint8_t const *)&
roccat_report
);
in isku_sysfs_set_actual_profile()
382
struct isku_roccat_report
roccat_report
;
in isku_report_to_chrdev()
local
390
roccat_report
.event = button_report->event;
in isku_report_to_chrdev()
391
roccat_report
.data1 = button_report->data1;
in isku_report_to_chrdev()
392
roccat_report
in isku_report_to_chrdev()
[all...]
H
A
D
hid-roccat-kone.c
45
struct kone_roccat_report
roccat_report
;
in kone_profile_report()
local
47
roccat_report
.event = kone_mouse_event_switch_profile;
in kone_profile_report()
48
roccat_report
.value = new_profile;
in kone_profile_report()
49
roccat_report
.key = 0;
in kone_profile_report()
50
roccat_report_event(kone->chrdev_minor, (uint8_t *)&
roccat_report
);
in kone_profile_report()
809
struct kone_roccat_report
roccat_report
;
in kone_report_to_chrdev()
local
816
roccat_report
.event = event->event;
in kone_report_to_chrdev()
817
roccat_report
.value = event->value;
in kone_report_to_chrdev()
818
roccat_report
.key = 0;
in kone_report_to_chrdev()
820
(uint8_t *)&
roccat_report
);
in kone_report_to_chrdev()
[all...]
H
A
D
hid-roccat-pyra.c
248
struct pyra_roccat_report
roccat_report
;
in pyra_sysfs_write_settings()
local
268
roccat_report
.type = PYRA_MOUSE_EVENT_BUTTON_TYPE_PROFILE_2;
in pyra_sysfs_write_settings()
269
roccat_report
.value = settings->startup_profile + 1;
in pyra_sysfs_write_settings()
270
roccat_report
.key = 0;
in pyra_sysfs_write_settings()
272
(uint8_t const *)&
roccat_report
);
in pyra_sysfs_write_settings()
509
struct pyra_roccat_report
roccat_report
;
in pyra_report_to_chrdev()
local
520
roccat_report
.type = button_event->type;
in pyra_report_to_chrdev()
521
roccat_report
.value = button_event->data1;
in pyra_report_to_chrdev()
522
roccat_report
.key = 0;
in pyra_report_to_chrdev()
524
(uint8_t const *)&
roccat_report
);
in pyra_report_to_chrdev()
[all...]
H
A
D
hid-roccat-savu.c
154
struct savu_roccat_report
roccat_report
;
in savu_report_to_chrdev()
local
162
roccat_report
.type = special_report->type;
in savu_report_to_chrdev()
163
roccat_report
.data[0] = special_report->data[0];
in savu_report_to_chrdev()
164
roccat_report
.data[1] = special_report->data[1];
in savu_report_to_chrdev()
166
(uint8_t const *)&
roccat_report
);
in savu_report_to_chrdev()
H
A
D
hid-roccat-arvo.c
386
struct arvo_roccat_report
roccat_report
;
in arvo_report_to_chrdev()
local
390
roccat_report
.profile = arvo->actual_profile;
in arvo_report_to_chrdev()
391
roccat_report
.button = special_report->event &
in arvo_report_to_chrdev()
395
roccat_report
.action = ARVO_ROCCAT_REPORT_ACTION_PRESS;
in arvo_report_to_chrdev()
397
roccat_report
.action = ARVO_ROCCAT_REPORT_ACTION_RELEASE;
in arvo_report_to_chrdev()
400
(uint8_t const *)&
roccat_report
);
in arvo_report_to_chrdev()
H
A
D
hid-roccat.c
35
struct
roccat_report
{
struct
55
struct
roccat_report
cbuf[ROCCAT_CBUF_SIZE];
78
struct
roccat_report
*report;
in roccat_read()
251
struct
roccat_report
*report;
in roccat_report_event()
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-roccat-kovaplus.c
285
struct kovaplus_roccat_report
roccat_report
;
in kovaplus_sysfs_set_actual_profile()
local
307
roccat_report
.type = KOVAPLUS_MOUSE_REPORT_BUTTON_TYPE_PROFILE_1;
in kovaplus_sysfs_set_actual_profile()
308
roccat_report
.profile = profile + 1;
in kovaplus_sysfs_set_actual_profile()
309
roccat_report
.button = 0;
in kovaplus_sysfs_set_actual_profile()
310
roccat_report
.data1 = profile + 1;
in kovaplus_sysfs_set_actual_profile()
311
roccat_report
.data2 = 0;
in kovaplus_sysfs_set_actual_profile()
313
(uint8_t const *)&
roccat_report
);
in kovaplus_sysfs_set_actual_profile()
571
struct kovaplus_roccat_report
roccat_report
;
in kovaplus_report_to_chrdev()
local
582
roccat_report
.type = button_report->type;
in kovaplus_report_to_chrdev()
583
roccat_report
in kovaplus_report_to_chrdev()
[all...]
H
A
D
hid-roccat-koneplus.c
255
struct koneplus_roccat_report
roccat_report
;
in koneplus_sysfs_set_actual_profile()
local
278
roccat_report
.type = KONEPLUS_MOUSE_REPORT_BUTTON_TYPE_PROFILE;
in koneplus_sysfs_set_actual_profile()
279
roccat_report
.data1 = profile + 1;
in koneplus_sysfs_set_actual_profile()
280
roccat_report
.data2 = 0;
in koneplus_sysfs_set_actual_profile()
281
roccat_report
.profile = profile + 1;
in koneplus_sysfs_set_actual_profile()
283
(uint8_t const *)&
roccat_report
);
in koneplus_sysfs_set_actual_profile()
492
struct koneplus_roccat_report
roccat_report
;
in koneplus_report_to_chrdev()
local
505
roccat_report
.type = button_report->type;
in koneplus_report_to_chrdev()
506
roccat_report
.data1 = button_report->data1;
in koneplus_report_to_chrdev()
507
roccat_report
in koneplus_report_to_chrdev()
[all...]
H
A
D
hid-roccat-isku.c
74
struct isku_roccat_report
roccat_report
;
in isku_sysfs_set_actual_profile()
local
97
roccat_report
.event = ISKU_REPORT_BUTTON_EVENT_PROFILE;
in isku_sysfs_set_actual_profile()
98
roccat_report
.data1 = profile + 1;
in isku_sysfs_set_actual_profile()
99
roccat_report
.data2 = 0;
in isku_sysfs_set_actual_profile()
100
roccat_report
.profile = profile + 1;
in isku_sysfs_set_actual_profile()
101
roccat_report_event(isku->chrdev_minor, (uint8_t const *)&
roccat_report
);
in isku_sysfs_set_actual_profile()
385
struct isku_roccat_report
roccat_report
;
in isku_report_to_chrdev()
local
393
roccat_report
.event = button_report->event;
in isku_report_to_chrdev()
394
roccat_report
.data1 = button_report->data1;
in isku_report_to_chrdev()
395
roccat_report
in isku_report_to_chrdev()
[all...]
H
A
D
hid-roccat-kone.c
45
struct kone_roccat_report
roccat_report
;
in kone_profile_report()
local
47
roccat_report
.event = kone_mouse_event_switch_profile;
in kone_profile_report()
48
roccat_report
.value = new_profile;
in kone_profile_report()
49
roccat_report
.key = 0;
in kone_profile_report()
50
roccat_report_event(kone->chrdev_minor, (uint8_t *)&
roccat_report
);
in kone_profile_report()
812
struct kone_roccat_report
roccat_report
;
in kone_report_to_chrdev()
local
819
roccat_report
.event = event->event;
in kone_report_to_chrdev()
820
roccat_report
.value = event->value;
in kone_report_to_chrdev()
821
roccat_report
.key = 0;
in kone_report_to_chrdev()
823
(uint8_t *)&
roccat_report
);
in kone_report_to_chrdev()
[all...]
H
A
D
hid-roccat-pyra.c
245
struct pyra_roccat_report
roccat_report
;
in pyra_sysfs_write_settings()
local
265
roccat_report
.type = PYRA_MOUSE_EVENT_BUTTON_TYPE_PROFILE_2;
in pyra_sysfs_write_settings()
266
roccat_report
.value = settings->startup_profile + 1;
in pyra_sysfs_write_settings()
267
roccat_report
.key = 0;
in pyra_sysfs_write_settings()
269
(uint8_t const *)&
roccat_report
);
in pyra_sysfs_write_settings()
512
struct pyra_roccat_report
roccat_report
;
in pyra_report_to_chrdev()
local
523
roccat_report
.type = button_event->type;
in pyra_report_to_chrdev()
524
roccat_report
.value = button_event->data1;
in pyra_report_to_chrdev()
525
roccat_report
.key = 0;
in pyra_report_to_chrdev()
527
(uint8_t const *)&
roccat_report
);
in pyra_report_to_chrdev()
[all...]
H
A
D
hid-roccat-savu.c
157
struct savu_roccat_report
roccat_report
;
in savu_report_to_chrdev()
local
165
roccat_report
.type = special_report->type;
in savu_report_to_chrdev()
166
roccat_report
.data[0] = special_report->data[0];
in savu_report_to_chrdev()
167
roccat_report
.data[1] = special_report->data[1];
in savu_report_to_chrdev()
169
(uint8_t const *)&
roccat_report
);
in savu_report_to_chrdev()
H
A
D
hid-roccat-arvo.c
389
struct arvo_roccat_report
roccat_report
;
in arvo_report_to_chrdev()
local
393
roccat_report
.profile = arvo->actual_profile;
in arvo_report_to_chrdev()
394
roccat_report
.button = special_report->event &
in arvo_report_to_chrdev()
398
roccat_report
.action = ARVO_ROCCAT_REPORT_ACTION_PRESS;
in arvo_report_to_chrdev()
400
roccat_report
.action = ARVO_ROCCAT_REPORT_ACTION_RELEASE;
in arvo_report_to_chrdev()
403
(uint8_t const *)&
roccat_report
);
in arvo_report_to_chrdev()
H
A
D
hid-roccat.c
35
struct
roccat_report
{
struct
55
struct
roccat_report
cbuf[ROCCAT_CBUF_SIZE];
78
struct
roccat_report
*report;
in roccat_read()
251
struct
roccat_report
*report;
in roccat_report_event()
Completed in 12 milliseconds