Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/fbtft/
Dfbtft.h378 #define DEBUG_LEVEL_2 (DEBUG_LEVEL_1 | DEBUG_DRIVER_INIT_FUNCTIONS | DEBUG_TIME_FIRST_UPDATE) macro
379 #define DEBUG_LEVEL_3 (DEBUG_LEVEL_2 | DEBUG_RESET | DEBUG_INIT_DISPLAY | DEBUG_BLANK | DEBUG_REQUE…
380 #define DEBUG_LEVEL_4 (DEBUG_LEVEL_2 | DEBUG_FB_READ | DEBUG_FB_WRITE | DEBUG_FB_FILLRECT | DEBUG_F…
Dfbtft-sysfs.c160 *debug |= DEBUG_LEVEL_2; in fbtft_expand_debug_value()