Searched refs:fade (Results 1 - 16 of 16) sorted by relevance
/linux-4.4.14/include/linux/i2c/ |
H A D | adp8860.h | 106 u8 bl_fade_law; /* fade-on/fade-off transfer characteristic */ 133 u8 led_fade_law; /* fade-on/fade-off transfer characteristic */
|
H A D | adp8870.h | 114 u8 bl_fade_law; /* fade-on/fade-off transfer characteristic */ 149 u8 led_fade_law; /* fade-on/fade-off transfer characteristic */
|
/linux-4.4.14/include/linux/mfd/pcf50633/ |
H A D | backlight.h | 36 * the fade should take. The lower the value the higher the fade time.
|
/linux-4.4.14/drivers/leds/ |
H A D | leds-blinkm.c | 78 u8 fade_speed; /* fade speed 1 - 255 */ 80 u8 fade:1; /* fade on = 1, off = 0 */ member in struct:blinkm_data 81 u8 rand:1; /* rand fade mode on = 1 */ 298 /* TODO: HSB, fade, timeadj, script ... */ 770 /* red fade to off */ blinkm_remove()
|
H A D | leds-tca6507.c | 207 * The second is to be used as a 'fade-on' or 'fade-off' time. choose_times()
|
/linux-4.4.14/include/linux/mfd/ |
H A D | adp5520.h | 257 u8 fade_led_law; /* fade-on/fade-off transfer characteristic */
|
/linux-4.4.14/drivers/video/backlight/ |
H A D | adp8860_bl.c | 33 #define ADP8860_BLFR 0x08 /* Backlight fade in and out rates */ 40 #define ADP8860_ISCFR 0x0F /* Independent sink current fade control register */ 44 #define ADP8860_ISCF 0x13 /* Independent sink current fade register */
|
H A D | adp8870_bl.c | 35 #define ADP8870_BLFR 0x09 /* Backlight fade in and out rates */ 46 #define ADP8870_ISCLAW 0x1A /* Independent sink current fade law register */ 50 #define ADP8870_ISCF 0x1E /* Independent sink current fade register */
|
/linux-4.4.14/include/uapi/linux/ |
H A D | input.h | 299 * @fade_length: duration of fade (ms) 300 * @fade_level: level at the end of fade 305 * Valid range for the attack and fade levels is 0x0000 - 0x7fff
|
/linux-4.4.14/arch/blackfin/mach-bf537/boards/ |
H A D | stamp.c | 2015 .bl_fade_law = ADP8870_FADE_LAW_CUBIC1, /* fade-on/fade-off transfer characteristic */ 2042 .led_fade_law = ADP8870_FADE_LAW_SQUARE, /* fade-on/fade-off transfer characteristic */ 2065 .bl_fade_law = ADP8860_FADE_LAW_CUBIC1, /* fade-on/fade-off transfer characteristic */ 2084 .led_fade_law = ADP8860_FADE_LAW_SQUARE, /* fade-on/fade-off transfer characteristic */
|
/linux-4.4.14/drivers/media/i2c/ |
H A D | vs6624_regs.h | 286 /* fade to black */ 287 #define VS6624_F2B_DISABLE 0x2480 /* disable fade to black */
|
/linux-4.4.14/drivers/lguest/x86/ |
H A D | switcher_32.S | 105 // We told gcc all its regs could fade,
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
H A D | cx24110.c | 92 {0x38,0x07}, /* @ enable fade recovery, but not autostart AutoAcq */
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | service.c | 402 const int fade = 4; ptlrpc_server_nthreads_check() local 425 for (; factor > 0 && weight > 0; factor--, weight -= fade) ptlrpc_server_nthreads_check() 426 nthrs += min(weight, fade) * factor; ptlrpc_server_nthreads_check()
|
/linux-4.4.14/sound/pci/asihpi/ |
H A D | hpi.h | 682 /** log fade - dB attenuation changes linearly over time */ 684 /** linear fade - amplitude changes linearly */
|
/linux-4.4.14/sound/pci/au88x0/ |
H A D | au88x0_core.c | 436 Register ISR callback for volume smooth fade out. vortex_mixer_init() 565 sweep: Enable Samplerate fade from cr toward tr flag.
|
Completed in 607 milliseconds