Home
last modified time | relevance | path

Searched refs:fb_warn_once (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/drivers/video/fbdev/core/
H A Dfb_io_fops.c16 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 Dfb_sys_fops.c26 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 Dsysimgblt.c20 fb_warn_once(p, "%s: framebuffer is not in virtual address space.\n", __func__); in sys_imageblit()
H A Dsyscopyarea.c20 fb_warn_once(p, "%s: framebuffer is not in virtual address space.\n", __func__); in sys_copyarea()
H A Dsysfillrect.c20 fb_warn_once(p, "%s: framebuffer is not in virtual address space.\n", __func__); in sys_fillrect()
H A Dcfbimgblt.c23 fb_warn_once(p, "%s: framebuffer is not in I/O address space.\n", __func__); in cfb_imageblit()
H A Dcfbcopyarea.c23 fb_warn_once(p, "%s: framebuffer is not in I/O address space.\n", __func__); in cfb_copyarea()
H A Dcfbfillrect.c23 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 Dwmt_ge_rops.c65 fb_warn_once(p, "%s: unsupported pixelformat %d\n", __func__, depth); in pixel_to_pat()
/linux-6.15/include/linux/
H A Dfb.h898 #define fb_warn_once(fb_info, fmt, ...) \ macro