Searched refs:fb (Results 1 - 25 of 756) sorted by path

1234567891011>>

/linux-master/arch/arm/mach-pxa/
H A Dam200epd.c27 #include <linux/fb.h>
149 /* rough check if this is our desired fb and not something else */
154 /* we've now been notified that we have our new fb */
258 * can just setup the fb access pointers */
351 * Before anything else, we request notification for any fb
355 * to get at the fb base address from the boot splash fb driver, which
/linux-master/arch/arm/mach-vt8500/
H A Dvt8500.c65 struct device_node *fb; local
70 fb = of_find_compatible_node(NULL, NULL, "via,vt8500-fb");
71 if (fb) {
94 of_node_put(fb);
99 fb = of_find_compatible_node(NULL, NULL, "wm,wm8505-fb");
100 if (fb) {
126 of_node_put(fb);
/linux-master/arch/powerpc/boot/
H A Dredboot.h46 unsigned long fb; /* Pointer to frame buffer (pixel) memory */ member in struct:bd_info::__anon641
/linux-master/arch/powerpc/crypto/
H A Daes-tab-4k.S44 .long R(8e, 47, 47, c9), R(fb, f0, f0, 0b)
68 .long R(b4, 5a, 5a, ee), R(5b, a0, a0, fb)
82 .long R(4f, aa, aa, e5), R(ed, fb, fb, 16)
208 .long R(19, 98, fb, 24), R(d6, bd, e9, 97)
216 .long R(fd, 0e, ff, fb), R(0f, 85, 38, 56)
231 .long R(44, 66, 3b, c5), R(5b, fb, 7e, 34)
273 .long R(fa, 87, 74, 73), R(fb, 0b, 41, 2e)
/linux-master/arch/powerpc/xmon/
H A Dspu-dis.c106 int fb = (insn >> (32-18)) & 0x7f; local
107 if (fb & 0x40)
109 if (fb & 0x20)
111 if (fb & 0x10)
/linux-master/arch/sh/boards/
H A Dboard-urquell.c13 #include <linux/fb.h>
/linux-master/arch/sh/boards/mach-kfr2r09/
H A Dlcd_wqvga.c13 #include <linux/fb.h>
/linux-master/arch/sh/boards/mach-migor/
H A Dlcd_qvga.c13 #include <linux/fb.h>
/linux-master/arch/sh/boards/mach-r2d/
H A Dsetup.c17 #include <linux/fb.h>
171 .fb = &sm501_fb_pdata,
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_fb.h21 dma_addr_t exynos_drm_fb_dma_addr(struct drm_framebuffer *fb, int index);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dusergf100.c29 #include <subdev/fb.h>
H A Dusergf119.c29 #include <subdev/fb.h>
H A Dusergv100.c27 #include <subdev/fb.h>
H A Dusernv50.c29 #include <subdev/fb.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv50.c111 #include <subdev/fb.h>
573 if (device->fb->ram->type != NVKM_RAM_TYPE_GDDR5)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dfbmem.h26 #include <subdev/fb/regsnv04.h>
55 fbmem_fini(struct io_mapping *fb) argument
57 io_mapping_free(fb);
61 fbmem_peek(struct io_mapping *fb, u32 off) argument
63 u8 __iomem *p = io_mapping_map_atomic_wc(fb, off & PAGE_MASK);
70 fbmem_poke(struct io_mapping *fb, u32 off, u32 val) argument
72 u8 __iomem *p = io_mapping_map_atomic_wc(fb, off & PAGE_MASK);
79 fbmem_readback(struct io_mapping *fb, u32 off, u32 val) argument
81 fbmem_poke(fb, off, val);
82 return val == fbmem_peek(fb, of
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramfuc.h4 #include <subdev/fb.h>
9 struct nvkm_fb *fb; member in struct:ramfuc
59 ramfuc_init(struct ramfuc *ram, struct nvkm_fb *fb) argument
61 int ret = nvkm_memx_init(fb->subdev.device->pmu, &ram->memx);
66 ram->fb = fb;
74 if (ram->fb) {
76 ram->fb = NULL;
84 struct nvkm_device *device = ram->fb->subdev.device;
147 ramfuc_train_result(struct nvkm_fb *fb, u3 argument
[all...]
H A Dramgt215.c158 struct nvkm_subdev *subdev = &ram->base.fb->subdev;
246 ram_train_result(ram->base.fb, result, 64);
281 struct nvkm_device *device = ram->base.fb->subdev.device;
351 struct nvkm_subdev *subdev = &ram->base.fb->subdev;
468 struct nvkm_gpio *gpio = fuc->base.fb->subdev.device->gpio;
497 struct nvkm_subdev *subdev = &ram->base.fb->subdev;
559 ret = ram_init(fuc, ram->base.fb);
887 struct nvkm_device *device = ram->base.fb->subdev.device;
940 gt215_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) argument
949 ret = nv50_ram_ctor(&gt215_ram_func, fb,
[all...]
H A Drammcp77.c36 struct nvkm_device *device = ram->base.fb->subdev.device;
59 mcp77_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) argument
61 struct nvkm_device *device = fb->subdev.device;
73 ret = nvkm_ram_ctor(&mcp77_ram_func, fb, NVKM_RAM_TYPE_STOLEN,
H A Dramnv04.c32 nv04_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) argument
34 struct nvkm_device *device = fb->subdev.device;
64 return nvkm_ram_new_(&nv04_ram_func, fb, type, size, pram);
H A Dramnv10.c27 nv10_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) argument
29 struct nvkm_device *device = fb->subdev.device;
39 return nvkm_ram_new_(&nv04_ram_func, fb, type, size, pram);
H A Dramnv1a.c27 nv1a_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) argument
34 if (dev_is_pci(fb->subdev.device->dev))
35 pdev = to_pci_dev(fb->subdev.device->dev);
42 nvkm_error(&fb->subdev, "no bridge device\n");
46 if (fb->subdev.device->chipset == 0x1a) {
54 return nvkm_ram_new_(&nv04_ram_func, fb, NVKM_RAM_TYPE_STOLEN,
H A Dramnv20.c27 nv20_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) argument
29 struct nvkm_device *device = fb->subdev.device;
42 ret = nvkm_ram_new_(&nv04_ram_func, fb, type, size, pram);
H A Dramnv40.h13 int nv40_ram_new_(struct nvkm_fb *fb, enum nvkm_ram_type, u64,
H A Dramnv41.c27 nv41_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) argument
29 struct nvkm_device *device = fb->subdev.device;
42 ret = nv40_ram_new_(fb, type, size, pram);

Completed in 334 milliseconds

1234567891011>>