Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/
Dsa1100fb.h65 wait_queue_head_t ctrlr_wait; member
Dpxafb.h146 wait_queue_head_t ctrlr_wait; member
Dsa1100fb.c824 add_wait_queue(&fbi->ctrlr_wait, &wait); in sa1100fb_disable_controller()
836 remove_wait_queue(&fbi->ctrlr_wait, &wait); in sa1100fb_disable_controller()
853 wake_up(&fbi->ctrlr_wait); in sa1100fb_handle_irq()
1136 init_waitqueue_head(&fbi->ctrlr_wait); in sa1100fb_init_fbinfo()
Dpxafb.c1847 init_waitqueue_head(&fbi->ctrlr_wait); in pxafb_init_fbinfo()