Searched refs:light_tempo (Results 1 – 1 of 1) sorted by relevance
261 int light_tempo; member1121 if (lcd.light_tempo == 0 && in handle_lcd_special_code()1124 lcd.light_tempo = FLASH_LIGHT_TEMPO; in handle_lcd_special_code()1297 else if (lcd.light_tempo == 0) in handle_lcd_special_code()2010 if (lcd.light_tempo == 0 && in panel_scan_timer()2013 lcd.light_tempo = FLASH_LIGHT_TEMPO; in panel_scan_timer()2014 } else if (lcd.light_tempo > 0) { in panel_scan_timer()2015 lcd.light_tempo--; in panel_scan_timer()2016 if (lcd.light_tempo == 0 && in panel_scan_timer()