Home
last modified time | relevance | path

Searched refs:clcd_fb (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/amba/
H A Dclcd.h73 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 { struct
143 static inline void clcdfb_decode(struct clcd_fb *fb, struct clcd_regs *regs) in clcdfb_decode() argument
[all …]
/openbmc/linux/drivers/video/fbdev/
H A Damba-clcd.c38 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()
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()
425 static int clcdfb_register(struct clcd_fb *fb) in clcdfb_register()
808 static int clcdfb_of_dma_setup(struct clcd_fb *fb) in clcdfb_of_dma_setup()
878 struct clcd_fb *fb; in clcdfb_probe()
[all …]