Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dsa1100fb.h105 wait_queue_head_t ctrlr_wait; member
Dsa1100fb.c1961 add_wait_queue(&fbi->ctrlr_wait, &wait); in sa1100fb_disable_controller()
1971 remove_wait_queue(&fbi->ctrlr_wait, &wait); in sa1100fb_disable_controller()
1984 wake_up(&fbi->ctrlr_wait); in sa1100fb_handle_irq()
2284 init_waitqueue_head(&fbi->ctrlr_wait); in sa1100fb_init_fbinfo()