Searched refs:fb_warn_once (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/video/fbdev/core/ |
| H 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()
|
| H 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()
|
| H A D | sysimgblt.c | 20 fb_warn_once(p, "%s: framebuffer is not in virtual address space.\n", __func__); in sys_imageblit()
|
| H A D | syscopyarea.c | 20 fb_warn_once(p, "%s: framebuffer is not in virtual address space.\n", __func__); in sys_copyarea()
|
| H A D | sysfillrect.c | 20 fb_warn_once(p, "%s: framebuffer is not in virtual address space.\n", __func__); in sys_fillrect()
|
| H A D | cfbimgblt.c | 23 fb_warn_once(p, "%s: framebuffer is not in I/O address space.\n", __func__); in cfb_imageblit()
|
| H A D | cfbcopyarea.c | 23 fb_warn_once(p, "%s: framebuffer is not in I/O address space.\n", __func__); in cfb_copyarea()
|
| H A D | cfbfillrect.c | 23 fb_warn_once(p, "%s: framebuffer is not in I/O address space.\n", __func__); in cfb_fillrect()
|
| /linux-6.15/drivers/video/fbdev/ |
| H A D | wmt_ge_rops.c | 65 fb_warn_once(p, "%s: unsupported pixelformat %d\n", __func__, depth); in pixel_to_pat()
|
| /linux-6.15/include/linux/ |
| H A D | fb.h | 898 #define fb_warn_once(fb_info, fmt, ...) \ macro
|