Home
last modified time | relevance | path

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

/drivers/staging/fbtft/
Dfbtft.h369 #define DEBUG_LEVEL_2 (DEBUG_LEVEL_1 | DEBUG_DRIVER_INIT_FUNCTIONS | DEBUG_TIME_FIRST_UPDATE) macro
370 #define DEBUG_LEVEL_3 (DEBUG_LEVEL_2 | DEBUG_RESET | DEBUG_INIT_DISPLAY | DEBUG_BLANK | DEBUG_REQUE…
371 #define DEBUG_LEVEL_4 (DEBUG_LEVEL_2 | DEBUG_FB_READ | DEBUG_FB_WRITE | DEBUG_FB_FILLRECT | DEBUG_F…
Dfbtft-sysfs.c159 *debug |= DEBUG_LEVEL_2; in fbtft_expand_debug_value()