Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/leds/trigger/
Dledtrig-backlight.c18 #define UNBLANK 0 macro
43 new_status = *blank ? BLANK : UNBLANK; in fb_notifier_callback()
48 if ((n->old_status == UNBLANK) ^ n->invert) { in fb_notifier_callback()
114 n->old_status = UNBLANK; in bl_trig_activate()