Searched refs:clcd_fb (Results 1 – 2 of 2) sorted by relevance
73 struct clcd_fb;90 int (*check)(struct clcd_fb *fb, struct fb_var_screeninfo *var);96 void (*decode)(struct clcd_fb *fb, struct clcd_regs *regs);101 void (*disable)(struct clcd_fb *);106 void (*enable)(struct clcd_fb *);111 int (*setup)(struct clcd_fb *);116 int (*mmap)(struct clcd_fb *, struct vm_area_struct *);121 void (*remove)(struct clcd_fb *);128 struct clcd_fb { struct143 static inline void clcdfb_decode(struct clcd_fb *fb, struct clcd_regs *regs) in clcdfb_decode() argument[all …]
33 #define to_clcd(info) container_of(info, struct clcd_fb, fb)38 static inline void clcdfb_set_start(struct clcd_fb *fb) in clcdfb_set_start()50 static void clcdfb_disable(struct clcd_fb *fb) in clcdfb_disable()83 static void clcdfb_enable(struct clcd_fb *fb, u32 cntl) in clcdfb_enable()123 clcdfb_set_bitfields(struct clcd_fb *fb, struct fb_var_screeninfo *var) in clcdfb_set_bitfields()262 struct clcd_fb *fb = to_clcd(info); in clcdfb_check_var()281 struct clcd_fb *fb = to_clcd(info); in clcdfb_set_par()338 struct clcd_fb *fb = to_clcd(info); in clcdfb_setcolreg()387 struct clcd_fb *fb = to_clcd(info); in clcdfb_blank()400 struct clcd_fb *fb = to_clcd(info); in clcdfb_mmap()[all …]