Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/leds/trigger/
Dledtrig-backlight.c22 #define UNBLANK 0 macro
47 new_status = *blank ? BLANK : UNBLANK; in fb_notifier_callback()
52 if ((n->old_status == UNBLANK) ^ n->invert) { in fb_notifier_callback()
119 n->old_status = UNBLANK; in bl_trig_activate()