Home
last modified time | relevance | path

Searched refs:fb_io_read (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/video/fbdev/core/
H A Dfb_io_fops.c8 ssize_t fb_io_read(struct fb_info *info, char __user *buf, size_t count, loff_t *ppos) in fb_io_read() function
70 EXPORT_SYMBOL(fb_io_read);
/linux/include/linux/
H A Dfb.h550 extern ssize_t fb_io_read(struct fb_info *info, char __user *buf,
557 .fb_read = fb_io_read, \
/linux/drivers/media/pci/ivtv/
H A Divtvfb.c931 .fb_read = fb_io_read,