• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/

Lines Matching refs:fb_info

214 	struct fb_info *fb_info;
430 if (data->fb_info)
431 schedule_delayed_work(&data->fb_info->deferred_work, 0);
467 if (!data->fb_info->par)
481 static void picolcd_fb_fillrect(struct fb_info *info,
492 static void picolcd_fb_copyarea(struct fb_info *info,
503 static void picolcd_fb_imageblit(struct fb_info *info, const struct fb_image *image)
516 static ssize_t picolcd_fb_write(struct fb_info *info, const char __user *buf,
528 static int picolcd_fb_blank(int blank, struct fb_info *info)
536 static void picolcd_fb_destroy(struct fb_info *info)
544 data->fb_info = NULL;
558 static int picolcd_fb_check_var(struct fb_var_screeninfo *var, struct fb_info *info)
580 static int picolcd_set_par(struct fb_info *info)
631 struct fb_info *info;
662 static int picolcd_fb_open(struct fb_info *info, int u)
671 static int picolcd_fb_release(struct fb_info *info, int u)
690 /* Note this can't be const because of struct fb_info definition */
708 static void picolcd_fb_deferred_io(struct fb_info *info, struct list_head *pagelist)
772 struct fb_info *info = NULL;
833 data->fb_info = info;
851 data->fb_info = NULL;
862 struct fb_info *info = data->fb_info;
874 data->fb_info = NULL;
878 #define picolcd_fbinfo(d) ((d)->fb_info)
922 static int picolcd_check_bl_fb(struct backlight_device *bdev, struct fb_info *fb)
1034 static int picolcd_check_lcd_fb(struct lcd_device *ldev, struct fb_info *fb)
1383 if (data->fb_info)
1384 schedule_delayed_work(&data->fb_info->deferred_work, 0);
2695 if (data->fb_info)
2696 data->fb_info->par = NULL;