Searched refs:fb (Results 1 - 25 of 155) sorted by relevance

1234567

/arch/arm/mach-s3c24xx/include/mach/
H A Dfb.h1 #include <plat/fb-s3c2410.h>
/arch/microblaze/include/asm/
H A Dfb.h1 #include <asm-generic/fb.h>
/arch/arm/mach-netx/
H A Dfb.h2 * arch/arm/mach-netx/fb.h
20 void netx_clcd_enable(struct clcd_fb *fb);
21 int netx_clcd_setup(struct clcd_fb *fb);
22 int netx_clcd_mmap(struct clcd_fb *fb, struct vm_area_struct *vma);
23 void netx_clcd_remove(struct clcd_fb *fb);
H A Dfb.c2 * arch/arm/mach-netx/fb.c
35 void netx_clcd_enable(struct clcd_fb *fb) argument
39 int netx_clcd_setup(struct clcd_fb *fb) argument
43 fb->panel = netx_panel;
45 fb->fb.screen_base = dma_alloc_writecombine(&fb->dev->dev, 1024*1024,
47 if (!fb->fb.screen_base) {
52 fb
58 netx_clcd_mmap(struct clcd_fb *fb, struct vm_area_struct *vma) argument
66 netx_clcd_remove(struct clcd_fb *fb) argument
[all...]
H A DMakefile11 obj-$(CONFIG_MACH_NXDB500) += nxdb500.o fb.o
12 obj-$(CONFIG_MACH_NXEB500HMI) += nxeb500hmi.o fb.o
/arch/cris/include/asm/
H A Dfb.h3 #include <linux/fb.h>
/arch/frv/include/asm/
H A Dfb.h3 #include <linux/fb.h>
/arch/h8300/include/asm/
H A Dfb.h3 #include <linux/fb.h>
/arch/mn10300/include/asm/
H A Dfb.h14 #include <linux/fb.h>
/arch/s390/include/asm/
H A Dfb.h3 #include <linux/fb.h>
/arch/xtensa/include/asm/
H A Dfb.h3 #include <linux/fb.h>
/arch/arm/plat-versatile/
H A Dclcd.c153 int versatile_clcd_setup_dma(struct clcd_fb *fb, unsigned long framesize) argument
157 fb->fb.screen_base = dma_alloc_writecombine(&fb->dev->dev, framesize,
159 if (!fb->fb.screen_base) {
164 fb->fb.fix.smem_start = dma;
165 fb->fb
170 versatile_clcd_mmap_dma(struct clcd_fb *fb, struct vm_area_struct *vma) argument
178 versatile_clcd_remove_dma(struct clcd_fb *fb) argument
[all...]
/arch/arm/mach-s3c64xx/
H A Dsetup-fb-24bpp.c1 /* linux/arch/arm/plat-s3c64xx/setup-fb-24bpp.c
17 #include <linux/fb.h>
20 #include <plat/fb.h>
/arch/arm/mach-s5p64x0/
H A Dsetup-fb-24bpp.c1 /* linux/arch/arm/mach-s5p64x0/setup-fb-24bpp.c
13 #include <linux/fb.h>
17 #include <plat/fb.h>
/arch/arm/mach-lpc32xx/
H A Dphy3250.c80 static int lpc32xx_clcd_setup(struct clcd_fb *fb) argument
84 fb->fb.screen_base = dma_alloc_writecombine(&fb->dev->dev,
86 if (!fb->fb.screen_base) {
91 fb->fb.fix.smem_start = dma;
92 fb->fb
112 lpc32xx_clcd_mmap(struct clcd_fb *fb, struct vm_area_struct *vma) argument
119 lpc32xx_clcd_remove(struct clcd_fb *fb) argument
130 clcd_disable(struct clcd_fb *fb) argument
136 clcd_enable(struct clcd_fb *fb) argument
[all...]
/arch/arm/mach-mxs/include/mach/
H A Dmxsfb.h20 #include <linux/fb.h>
/arch/arm/mach-vt8500/include/mach/
H A Dvt8500fb.h19 #include <linux/fb.h>
/arch/arm/mach-exynos/
H A Dsetup-fimd0.c13 #include <linux/fb.h>
17 #include <plat/regs-fb-v4.h>
/arch/arm/mach-s5pc100/
H A Dsetup-fb-24bpp.c2 * linux/arch/arm/mach-s5pc100/setup-fb-24bpp.c
15 #include <linux/fb.h>
19 #include <plat/fb.h>
/arch/arm/mach-s5pv210/
H A Dsetup-fb-24bpp.c1 /* linux/arch/arm/plat-s5pv210/setup-fb-24bpp.c
15 #include <linux/fb.h>
19 #include <plat/fb.h>
/arch/arm/include/asm/
H A Dfb.h4 #include <linux/fb.h>
/arch/avr32/include/asm/
H A Dfb.h4 #include <linux/fb.h>
/arch/m32r/include/asm/
H A Dfb.h4 #include <linux/fb.h>
/arch/mips/include/asm/
H A Dfb.h4 #include <linux/fb.h>
/arch/parisc/include/asm/
H A Dfb.h4 #include <linux/fb.h>

Completed in 750 milliseconds

1234567