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

/linux-4.4.14/drivers/video/fbdev/
H A Dbf537-lq035.c55 static int t_conf_done, lq035_open_cnt; variable
463 lq035_open_cnt++; bfin_lq035_fb_open()
466 if (lq035_open_cnt <= 1) { bfin_lq035_fb_open()
495 lq035_open_cnt--; bfin_lq035_fb_release()
499 if (lq035_open_cnt <= 0) { bfin_lq035_fb_release()
855 if (lq035_open_cnt > 0) { bfin_lq035_suspend()
866 if (lq035_open_cnt > 0) { bfin_lq035_resume()
H A Dbfin-lq035q1-fb.c99 int lq035_open_cnt; member in struct:bfin_lq035q1fb_info
400 fbi->lq035_open_cnt++; bfin_lq035q1_fb_open()
402 if (fbi->lq035_open_cnt <= 1) { bfin_lq035q1_fb_open()
429 fbi->lq035_open_cnt--; bfin_lq035q1_fb_release()
431 if (fbi->lq035_open_cnt <= 0) { bfin_lq035q1_fb_release()
809 if (info->lq035_open_cnt) { bfin_lq035q1_suspend()
826 if (info->lq035_open_cnt) { bfin_lq035q1_resume()

Completed in 108 milliseconds