Searched refs:fb_warn_once (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/video/fbdev/core/ |
| A D | fb_io_fops.c | 16 fb_warn_once(info, "Framebuffer is not in I/O address space."); in fb_io_read() 80 fb_warn_once(info, "Framebuffer is not in I/O address space."); in fb_io_write() 148 fb_warn_once(info, "Framebuffer is not in I/O address space."); in fb_io_mmap()
|
| A D | fb_sys_fops.c | 26 fb_warn_once(info, "Framebuffer is not in virtual address space."); in fb_sys_read() 71 fb_warn_once(info, "Framebuffer is not in virtual address space."); in fb_sys_write()
|
| A D | sysfillrect.c | 246 fb_warn_once(p, "Framebuffer is not in virtual address space."); in sys_fillrect()
|
| A D | syscopyarea.c | 328 fb_warn_once(p, "Framebuffer is not in virtual address space."); in sys_copyarea()
|
| A D | sysimgblt.c | 300 fb_warn_once(p, "Framebuffer is not in virtual address space."); in sys_imageblit()
|
| A D | cfbimgblt.c | 330 fb_warn_once(p, "Framebuffer is not in I/O address space."); in cfb_imageblit()
|
| A D | cfbfillrect.c | 291 fb_warn_once(p, "Framebuffer is not in I/O address space."); in cfb_fillrect()
|
| A D | cfbcopyarea.c | 395 fb_warn_once(p, "Framebuffer is not in I/O address space."); in cfb_copyarea()
|
| /linux/include/linux/ |
| A D | fb.h | 884 #define fb_warn_once(fb_info, fmt, ...) \ macro
|
Completed in 16 milliseconds