Home
last modified time | relevance | path

Searched defs:fb_deferred_io (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dfb.h203 struct fb_deferred_io { struct
205 unsigned long delay;
206 struct mutex lock; /* mutex that protects the page list */
207 struct list_head pagelist; /* list of touched pages */
209 void (*first_io)(struct fb_info *info);
210 void (*deferred_io)(struct fb_info *info, struct list_head *pagelist);
/OK3568_Linux_fs/u-boot/include/linux/
H A Dfb.h448 struct fb_deferred_io { struct
450 unsigned long delay;
451 struct mutex lock; /* mutex that protects the page list */
452 struct list_head pagelist; /* list of touched pages */
454 void (*deferred_io)(struct fb_info *info, struct list_head *pagelist);