Home
last modified time | relevance | path

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

/drivers/video/fbdev/
Dsa1100fb.h62 wait_queue_head_t ctrlr_wait; member
Dpxafb.h146 wait_queue_head_t ctrlr_wait; member
Dsa1100fb.c826 add_wait_queue(&fbi->ctrlr_wait, &wait); in sa1100fb_disable_controller()
838 remove_wait_queue(&fbi->ctrlr_wait, &wait); in sa1100fb_disable_controller()
855 wake_up(&fbi->ctrlr_wait); in sa1100fb_handle_irq()
1203 init_waitqueue_head(&fbi->ctrlr_wait); in sa1100fb_init_fbinfo()
Dpxafb.c1849 init_waitqueue_head(&fbi->ctrlr_wait); in pxafb_init_fbinfo()