HomeSort by relevance Sort by last modified time
    Searched full:fb_info (Results 1 - 8 of 8) sorted by null

  /external/kernel-headers/original/linux/
fb.h 185 #define FB_ACCELF_TEXT 1 /* (OBSOLETE) see fb_info.flags and vc_mode */
239 __u32 accel_flags; /* (OBSOLETE) see fb_info.flags */
388 struct fb_info;
492 /* The resolution of the passed in fb_info about to change */
494 /* The display on this fb_info is beeing suspended, no access to the
498 /* The display on this fb_info was resumed, you can restore the display
516 /* The resolution of the passed in fb_info about to change and
521 struct fb_info *info;
551 void (*writeio)(struct fb_info *info, void __iomem *dst, void *src, unsigned int size);
552 void (*readio) (struct fb_info *info, void *dst, void __iomem *src, unsigned int size)
749 struct fb_info { struct
    [all...]
  /bionic/libc/kernel/arch-arm/asm/arch/
board.h 94 struct fb_info;
98 int (*check_fb)(struct fb_info *fb);
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/arch/
board.h 94 struct fb_info;
98 int (*check_fb)(struct fb_info *fb);
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/arch/
board.h 94 struct fb_info;
98 int (*check_fb)(struct fb_info *fb);
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/arch/
board.h 94 struct fb_info;
98 int (*check_fb)(struct fb_info *fb);
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/arch/
board.h 94 struct fb_info;
98 int (*check_fb)(struct fb_info *fb);
  /external/kernel-headers/original/asm-arm/arch/
board.h 110 struct fb_info;
114 int (*check_fb)(struct fb_info *fb);
  /development/pdk/docs/porting/
display_drivers.jd 119 struct fb_info fb;
134 unsigned int blue, unsigned int transp, struct fb_info *info)
153 static int pguide_fb_check_var(struct fb_var_screeninfo *var, struct fb_info *info)
185 static int pguide_fb_set_par(struct fb_info *info)
199 static int pguide_fb_pan_display(struct fb_var_screeninfo *var, struct fb_info *info)

Completed in 187 milliseconds