Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dmb862xx.c87 static void de_wait (void) in de_wait() function
164 de_wait (); in de_init()
458 de_wait (); in video_hw_rectfill()
483 de_wait (); /* sync */ in video_hw_bitblt()
/OK3568_Linux_fs/kernel/drivers/staging/sm750fb/
H A Dsm750_accel.c95 if (accel->de_wait() != 0) { in sm750_hw_fillrect()
266 if (accel->de_wait() != 0) in sm750_hw_copyarea()
334 if (accel->de_wait() != 0) in sm750_hw_imageblit()
H A Dsm750.h60 int (*de_wait)(void);/* see if hardware ready to work */ member
H A Dsm750.c611 sm750_dev->accel.de_wait = (sm750_dev->revid == SM750LE_REVISION_ID) ? in sm750fb_set_drv()