Searched refs:psb_video_debug_fp (Results 1 – 2 of 2) sorted by relevance
68 if ((psb_video_debug_fp != NULL) && (psb_video_debug_fp != stderr)) { in psb__open_log()79 psb_video_debug_fp = fopen(log_fn, "w"); in psb__open_log()80 if (psb_video_debug_fp == 0) { in psb__open_log()83 psb_video_debug_fp = stderr; in psb__open_log()92 psb_video_debug_fp = NULL; in psb__open_log()226 if ((psb_video_debug_fp != NULL) & (psb_video_debug_fp != stderr)) { in psb__close_log()229 fclose(psb_video_debug_fp); in psb__close_log()230 psb_video_debug_fp = NULL; in psb__close_log()333 if (!psb_video_debug_fp && (psb_video_debug_level & VIDEO_DEBUG_ERROR)) in drv_debug_msg()334 psb_video_debug_fp = stderr; in drv_debug_msg()[all …]
100 FILE *psb_video_debug_fp; variable