Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
FADE_VAL
drivers/video/backlight/adp8860_bl.c
85
#define FADE_VAL(in, out) ((0xF & (in)) | ((0xF & (out)) << 4))
drivers/video/backlight/adp8870_bl.c
102
#define FADE_VAL(in, out) ((0xF & (in)) | ((0xF & (out)) << 4))
include/linux/mfd/adp5520.h
108
#define FADE_VAL(in, out) ((0xF & (in)) | ((0xF & (out)) << 4))