Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/
Dbfin-t350mcqb-fb.c91 int lq043_open_cnt; member
209 fbi->lq043_open_cnt++; in bfin_t350mcqb_fb_open()
211 if (fbi->lq043_open_cnt <= 1) { in bfin_t350mcqb_fb_open()
237 fbi->lq043_open_cnt--; in bfin_t350mcqb_fb_release()
239 if (fbi->lq043_open_cnt <= 0) { in bfin_t350mcqb_fb_release()
623 if (fbi->lq043_open_cnt) { in bfin_t350mcqb_suspend()
639 if (fbi->lq043_open_cnt) { in bfin_t350mcqb_resume()
Dbf54x-lq043fb.c85 int lq043_open_cnt; member
289 fbi->lq043_open_cnt++; in bfin_bf54x_fb_open()
291 if (fbi->lq043_open_cnt <= 1) { in bfin_bf54x_fb_open()
315 fbi->lq043_open_cnt--; in bfin_bf54x_fb_release()
317 if (fbi->lq043_open_cnt <= 0) { in bfin_bf54x_fb_release()
732 if (info->lq043_open_cnt) { in bfin_bf54x_resume()