Lines Matching defs:fb

57 static inline void clcdfb_set_start(struct clcd_fb *fb)  in clcdfb_set_start()
69 static void clcdfb_disable(struct clcd_fb *fb) in clcdfb_disable()
97 static void clcdfb_enable(struct clcd_fb *fb, u32 cntl) in clcdfb_enable()
129 clcdfb_set_bitfields(struct clcd_fb *fb, struct fb_var_screeninfo *var) in clcdfb_set_bitfields()
268 struct clcd_fb *fb = to_clcd(info); in clcdfb_check_var() local
287 struct clcd_fb *fb = to_clcd(info); in clcdfb_set_par() local
344 struct clcd_fb *fb = to_clcd(info); in clcdfb_setcolreg() local
393 struct clcd_fb *fb = to_clcd(info); in clcdfb_blank() local
406 struct clcd_fb *fb = to_clcd(info); in clcdfb_mmap() local
431 static int clcdfb_register(struct clcd_fb *fb) in clcdfb_register()
611 static int clcdfb_of_init_tft_panel(struct clcd_fb *fb, u32 r0, u32 g0, u32 b0) in clcdfb_of_init_tft_panel()
650 static int clcdfb_of_init_display(struct clcd_fb *fb) in clcdfb_of_init_display()
704 static int clcdfb_of_vram_setup(struct clcd_fb *fb) in clcdfb_of_vram_setup()
729 static int clcdfb_of_vram_mmap(struct clcd_fb *fb, struct vm_area_struct *vma) in clcdfb_of_vram_mmap()
747 static void clcdfb_of_vram_remove(struct clcd_fb *fb) in clcdfb_of_vram_remove()
752 static int clcdfb_of_dma_setup(struct clcd_fb *fb) in clcdfb_of_dma_setup()
775 static int clcdfb_of_dma_mmap(struct clcd_fb *fb, struct vm_area_struct *vma) in clcdfb_of_dma_mmap()
781 static void clcdfb_of_dma_remove(struct clcd_fb *fb) in clcdfb_of_dma_remove()
822 struct clcd_fb *fb; in clcdfb_probe() local
876 struct clcd_fb *fb = amba_get_drvdata(dev); in clcdfb_remove() local