Home
last modified time | relevance | path

Searched refs:fade (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/Documentation/input/devices/
Diforce-protocol.rst126 0a-0b Address of attack and fade parameters, or ffff if none.
139 Attack and fade
149 05-06 Duration of fade.
150 07 Level at end of fade.
356 - attack and fade : 0e
/Linux-v4.19/Documentation/leds/
Dleds-blinkm.txt48 b) Sysfs group to control rgb, fade, hsb, scripts ...
/Linux-v4.19/drivers/staging/greybus/
Dlight.c205 u8 fade; \
214 ret = kstrtou8(buf, 0, &fade); \
219 if (channel->fade_##__dir == fade) \
221 channel->fade_##__dir = fade; \
/Linux-v4.19/Documentation/media/uapi/v4l/
Dfield-order.rst16 rates similar to film the image would fade out too quickly. Transmitting
/Linux-v4.19/drivers/leds/
Dleds-blinkm.c73 u8 fade:1; /* fade on = 1, off = 0 */ member