Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/msm/
Dmddi_client_toshiba.c62 int toshiba_got_int; member
74 if (panel->toshiba_got_int) { in toshiba_request_vsync()
75 panel->toshiba_got_int = 0; in toshiba_request_vsync()
95 if (panel->toshiba_got_int) { in toshiba_wait_vsync()
96 panel->toshiba_got_int = 0; in toshiba_wait_vsync()
99 if (wait_event_timeout(toshiba_vsync_wait, panel->toshiba_got_int, in toshiba_wait_vsync()
102 panel->toshiba_got_int = 0; in toshiba_wait_vsync()
169 panel->toshiba_got_int = 1; in toshiba_vsync_interrupt()