Searched refs:NVTRACE (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/riva/
H A Dfbdev.c61 #define NVTRACE printk macro
63 #define NVTRACE if(0) printk macro
66 #define NVTRACE_ENTER(...) NVTRACE("%s START\n", __func__)
67 #define NVTRACE_LEAVE(...) NVTRACE("%s END\n", __func__)
893 NVTRACE("EXIT - EINVAL error\n"); rivafb_do_maximize()
919 NVTRACE("EXIT - EINVAL error\n"); rivafb_do_maximize()
1139 NVTRACE("EXIT, returning -EINVAL\n"); rivafb_check_var()
1751 NVTRACE("LCD found.\n"); riva_get_EDID_OF()
/linux-4.4.14/drivers/video/fbdev/nvidia/
H A Dnvidia.c34 #define NVTRACE printk macro
36 #define NVTRACE if (0) printk macro
39 #define NVTRACE_ENTER(...) NVTRACE("%s START\n", __func__)
40 #define NVTRACE_LEAVE(...) NVTRACE("%s END\n", __func__)

Completed in 80 milliseconds