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:fade_length
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/
H
A
D
ff-memless.c
91
if (envelope->
fade_length
) {
in calculate_next_time()
94
msecs_to_jiffies(envelope->
fade_length
);
in calculate_next_time()
171
} else if (envelope->
fade_length
&& effect->replay.length &&
in apply_envelope()
173
state->stop_at - msecs_to_jiffies(envelope->
fade_length
)) &&
in apply_envelope()
176
time_of_envelope = envelope->
fade_length
;
in apply_envelope()
H
A
D
ff-core.c
75
effect->u.periodic.envelope.
fade_length
= 0;
in compat_effect()
/kernel/linux/linux-6.6/drivers/input/
H
A
D
ff-memless.c
88
if (envelope->
fade_length
) {
in calculate_next_time()
91
msecs_to_jiffies(envelope->
fade_length
);
in calculate_next_time()
168
} else if (envelope->
fade_length
&& effect->replay.length &&
in apply_envelope()
170
state->stop_at - msecs_to_jiffies(envelope->
fade_length
)) &&
in apply_envelope()
173
time_of_envelope = envelope->
fade_length
;
in apply_envelope()
H
A
D
ff-core.c
72
effect->u.periodic.envelope.
fade_length
= 0;
in compat_effect()
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/
H
A
D
iforce-ff.c
233
|| old->u.constant.envelope.
fade_length
!= effect->u.constant.envelope.
fade_length
in need_envelope_modifier()
241
|| old->u.periodic.envelope.
fade_length
!= effect->u.periodic.envelope.
fade_length
in need_envelope_modifier()
364
effect->u.periodic.envelope.
fade_length
,
in iforce_upload_periodic()
433
effect->u.constant.envelope.
fade_length
,
in iforce_upload_constant()
/kernel/linux/linux-6.6/drivers/input/joystick/iforce/
H
A
D
iforce-ff.c
233
|| old->u.constant.envelope.
fade_length
!= effect->u.constant.envelope.
fade_length
in need_envelope_modifier()
241
|| old->u.periodic.envelope.
fade_length
!= effect->u.periodic.envelope.
fade_length
in need_envelope_modifier()
364
effect->u.periodic.envelope.
fade_length
,
in iforce_upload_periodic()
433
effect->u.constant.envelope.
fade_length
,
in iforce_upload_constant()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
input.h
325
* @
fade_length
: duration of fade (ms)
336
__u16
fade_length
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
input.h
329
* @
fade_length
: duration of fade (ms)
340
__u16
fade_length
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
input.h
147
__u16
fade_length
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
input.h
147
__u16
fade_length
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
input.h
136
__u16
fade_length
;
member
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-logitech-hidpp.c
2092
params[12] = effect->u.constant.envelope.
fade_length
>> 8;
in hidpp_ff_upload_effect()
2093
params[13] = effect->u.constant.envelope.
fade_length
& 255;
in hidpp_ff_upload_effect()
2102
effect->u.constant.envelope.
fade_length
);
in hidpp_ff_upload_effect()
2139
params[18] = effect->u.periodic.envelope.
fade_length
>> 8;
in hidpp_ff_upload_effect()
2140
params[19] = effect->u.periodic.envelope.
fade_length
& 255;
in hidpp_ff_upload_effect()
2151
effect->u.periodic.envelope.
fade_length
);
in hidpp_ff_upload_effect()
2166
params[14] = effect->u.ramp.envelope.
fade_length
>> 8;
in hidpp_ff_upload_effect()
2167
params[15] = effect->u.ramp.envelope.
fade_length
& 255;
in hidpp_ff_upload_effect()
2177
effect->u.ramp.envelope.
fade_length
);
in hidpp_ff_upload_effect()
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-logitech-hidpp.c
2596
params[12] = effect->u.constant.envelope.
fade_length
>> 8;
in hidpp_ff_upload_effect()
2597
params[13] = effect->u.constant.envelope.
fade_length
& 255;
in hidpp_ff_upload_effect()
2606
effect->u.constant.envelope.
fade_length
);
in hidpp_ff_upload_effect()
2643
params[18] = effect->u.periodic.envelope.
fade_length
>> 8;
in hidpp_ff_upload_effect()
2644
params[19] = effect->u.periodic.envelope.
fade_length
& 255;
in hidpp_ff_upload_effect()
2655
effect->u.periodic.envelope.
fade_length
);
in hidpp_ff_upload_effect()
2670
params[14] = effect->u.ramp.envelope.
fade_length
>> 8;
in hidpp_ff_upload_effect()
2671
params[15] = effect->u.ramp.envelope.
fade_length
& 255;
in hidpp_ff_upload_effect()
2681
effect->u.ramp.envelope.
fade_length
);
in hidpp_ff_upload_effect()
/kernel/linux/linux-5.10/drivers/hid/usbhid/
H
A
D
hid-pidff.c
248
pidff->set_envelope[PID_FADE_TIME].value[0] = envelope->
fade_length
;
in pidff_set_envelope_report()
267
envelope->
fade_length
!= old->
fade_length
;
in pidff_needs_set_envelope()
/kernel/linux/linux-6.6/drivers/hid/usbhid/
H
A
D
hid-pidff.c
248
pidff->set_envelope[PID_FADE_TIME].value[0] = envelope->
fade_length
;
in pidff_set_envelope_report()
267
envelope->
fade_length
!= old->
fade_length
;
in pidff_needs_set_envelope()
Completed in 28 milliseconds