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

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

Completed in 72 milliseconds