Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dsa1100fb.h65 wait_queue_head_t ctrlr_wait; member
H A Dpxafb.h146 wait_queue_head_t ctrlr_wait; member
H A Dsa1100fb.c823 add_wait_queue(&fbi->ctrlr_wait, &wait); in sa1100fb_disable_controller()
835 remove_wait_queue(&fbi->ctrlr_wait, &wait); in sa1100fb_disable_controller()
852 wake_up(&fbi->ctrlr_wait); in sa1100fb_handle_irq()
1134 init_waitqueue_head(&fbi->ctrlr_wait); in sa1100fb_init_fbinfo()
H A Dpxafb.c1843 init_waitqueue_head(&fbi->ctrlr_wait); in pxafb_init_fbinfo()