Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dfb.h231 struct fb_deferred_io { struct
233 unsigned long delay;
234 struct mutex lock; /* mutex that protects the page list */
235 struct list_head pagelist; /* list of touched pages */
237 void (*first_io)(struct fb_info *info);
238 void (*deferred_io)(struct fb_info *info, struct list_head *pagelist);