Lines Matching refs:clcd_fb

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()
425 static int clcdfb_register(struct clcd_fb *fb) in clcdfb_register()
633 static int clcdfb_of_init_tft_panel(struct clcd_fb *fb, u32 r0, u32 g0, u32 b0) in clcdfb_of_init_tft_panel()
680 static int clcdfb_of_init_display(struct clcd_fb *fb) in clcdfb_of_init_display()
757 static int clcdfb_of_vram_setup(struct clcd_fb *fb) in clcdfb_of_vram_setup()
785 static int clcdfb_of_vram_mmap(struct clcd_fb *fb, struct vm_area_struct *vma) in clcdfb_of_vram_mmap()
803 static void clcdfb_of_vram_remove(struct clcd_fb *fb) in clcdfb_of_vram_remove()
808 static int clcdfb_of_dma_setup(struct clcd_fb *fb) in clcdfb_of_dma_setup()
831 static int clcdfb_of_dma_mmap(struct clcd_fb *fb, struct vm_area_struct *vma) in clcdfb_of_dma_mmap()
837 static void clcdfb_of_dma_remove(struct clcd_fb *fb) in clcdfb_of_dma_remove()
878 struct clcd_fb *fb; in clcdfb_probe()
931 struct clcd_fb *fb = amba_get_drvdata(dev); in clcdfb_remove()