fb_defio 24 drivers/gpu/drm/udl/udl_fb.c static int fb_defio = 0; /* Optionally enable experimental fb_defio mmap support */ fb_defio 28 drivers/gpu/drm/udl/udl_fb.c module_param(fb_defio, int, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP); fb_defio 218 drivers/gpu/drm/udl/udl_fb.c if (fb_defio && (info->fbdefio == NULL)) { fb_defio 159 drivers/gpu/drm/udl/udl_main.c if (fb_defio) fb_defio 131 drivers/video/fbdev/smscufx.c static bool fb_defio = true; /* Optionally enable fb_defio mmap support */ fb_defio 962 drivers/video/fbdev/smscufx.c if (!fb_defio) fb_defio 1081 drivers/video/fbdev/smscufx.c if (fb_defio && (info->fbdefio == NULL)) { fb_defio 1642 drivers/video/fbdev/smscufx.c dev_dbg(dev->gdev, "fb_defio enable=%d\n", fb_defio); fb_defio 1802 drivers/video/fbdev/smscufx.c if (fb_defio) fb_defio 1951 drivers/video/fbdev/smscufx.c module_param(fb_defio, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP); fb_defio 1952 drivers/video/fbdev/smscufx.c MODULE_PARM_DESC(fb_defio, "Enable fb_defio mmap support"); fb_defio 68 drivers/video/fbdev/udlfb.c static bool fb_defio = 1; /* Detect mmap writes using page faults */ fb_defio 796 drivers/video/fbdev/udlfb.c if (!fb_defio) fb_defio 974 drivers/video/fbdev/udlfb.c if (fb_defio && (info->fbdefio == NULL)) { fb_defio 1668 drivers/video/fbdev/udlfb.c dev_dbg(&intf->dev, "fb_defio enable=%d\n", fb_defio); fb_defio 1981 drivers/video/fbdev/udlfb.c module_param(fb_defio, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP); fb_defio 1982 drivers/video/fbdev/udlfb.c MODULE_PARM_DESC(fb_defio, "Page fault detection of mmap writes");