Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/core/fbdev/include/
A Dfb.h140 typedef struct _fb_ops_t { struct
142 int (*fb_open)(fb_info_t *info, int user);
143 int (*fb_release)(fb_info_t *info, int user);
148 ssize_t (*fb_read)(fb_info_t *info, char *buf,
154 int (*fb_blank)(int blank, fb_info_t *info);
160 int (*fb_set_par)(struct fb_info *info);
163 void (*fb_rotate)(fb_info_t *info, int angle);
166 int (*fb_sync)(fb_info_t *info);
169 int (*fb_ioctl)(fb_info_t *info, unsigned int cmd,
173 void *(*fb_mmap)(fb_info_t *info, size_t size);
[all …]

Completed in 3 milliseconds