| /NextBSD/sys/powerpc/ps3/ |
| HD | ps3_syscons.c | 63 struct fb_info fb_info; member 139 lv1_gpu_memory_allocate(roundup2(sc->fb_info.fb_size, 1024*1024), in ps3fb_remap() 150 sc->fb_info.fb_pbase = fb_paddr; in ps3fb_remap() 151 for (va = 0; va < sc->fb_info.fb_size; va += PAGE_SIZE) in ps3fb_remap() 154 sc->fb_info.fb_flags &= ~FB_FLAG_NOWRITE; in ps3fb_remap() 166 sc->fb_info.fb_depth = 32; in ps3fb_init() 167 sc->fb_info.fb_height = 480; in ps3fb_init() 168 sc->fb_info.fb_width = 720; in ps3fb_init() 169 TUNABLE_INT_FETCH("hw.ps3fb.height", &sc->fb_info.fb_height); in ps3fb_init() 170 TUNABLE_INT_FETCH("hw.ps3fb.width", &sc->fb_info.fb_width); in ps3fb_init() [all …]
|
| /NextBSD/sys/dev/fb/ |
| HD | fbd.c | 62 struct fb_info *fb_info; member 69 struct fb_info *sc_info; 115 struct fb_info *info; in fb_ioctl() 169 struct fb_info *info; in fb_mmap() 189 struct fb_info *info; in fb_init() 191 info = entry->fb_info; in fb_init() 209 printf("FB %s @%p\n", entry->fb_info->fb_name, in fbd_list() 210 (void *)entry->fb_info->fb_pbase); in fbd_list() 217 fbd_find(struct fb_info* info) in fbd_find() 222 if (entry->fb_info == info) { in fbd_find() [all …]
|
| HD | fb_if.m | 11 METHOD struct fb_info * getinfo { struct
|
| /NextBSD/sys/dev/drm2/ |
| HD | drm_fb_helper.h | 76 struct fb_info *fbdev; 92 int drm_fb_helper_blank(int blank, struct fb_info *info); 95 struct fb_info *info); 97 int drm_fb_helper_set_par(struct fb_info *info); 100 struct fb_info *info); 107 struct fb_info *info); 111 void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper, 113 void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch, 117 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info); 123 int drm_fb_helper_debug_enter(struct fb_info *info); [all …]
|
| HD | drm_fb_helper.c | 85 struct fb_info * 88 struct fb_info *info; in framebuffer_alloc() 103 framebuffer_release(struct fb_info *info) in framebuffer_release() 261 int drm_fb_helper_debug_enter(struct fb_info *info) 306 int drm_fb_helper_debug_leave(struct fb_info *info) 430 static void drm_fb_helper_dpms(struct fb_info *info, int dpms_mode) 459 int drm_fb_helper_blank(int blank, struct fb_info *info) 573 u16 blue, u16 regno, struct fb_info *info) 636 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info) 676 struct fb_info *info) [all …]
|
| HD | drm_os_freebsd.h | 377 struct fb_info * framebuffer_alloc(void); 378 void framebuffer_release(struct fb_info *info);
|
| /NextBSD/sys/dev/vt/hw/fb/ |
| HD | vt_fb.c | 65 vt_fb_mem_wr1(struct fb_info *sc, uint32_t o, uint8_t v) in vt_fb_mem_wr1() 73 vt_fb_mem_wr2(struct fb_info *sc, uint32_t o, uint16_t v) in vt_fb_mem_wr2() 81 vt_fb_mem_wr4(struct fb_info *sc, uint32_t o, uint32_t v) in vt_fb_mem_wr4() 91 struct fb_info *info; in vt_fb_ioctl() 132 struct fb_info *info; in vt_fb_mmap() 157 struct fb_info *info; in vt_fb_setpixel() 211 struct fb_info *info; in vt_fb_blank() 262 struct fb_info *info; in vt_fb_bitblt_bitmap() 380 struct fb_info *info; in vt_fb_postswitch() 414 struct fb_info *info; in vt_fb_init() [all …]
|
| HD | vt_early_fb.c | 67 static struct fb_info local_info; 72 vt_efb_initialize(struct fb_info *info, phandle_t node) in vt_efb_initialize() 74 vt_efb_initialize(struct fb_info *info) in vt_efb_initialize() 176 struct fb_info *info; in vt_efb_init()
|
| HD | vt_fb.h | 35 int vt_fb_attach(struct fb_info *info); 38 int vt_fb_detach(struct fb_info *info);
|
| /NextBSD/sys/sys/ |
| HD | fbio.h | 114 struct fb_info; 120 struct fb_info { struct 151 int fbd_register(struct fb_info *); argument 152 int fbd_unregister(struct fb_info *); 155 register_framebuffer(struct fb_info *info) in register_framebuffer() 163 unregister_framebuffer(struct fb_info *info) in unregister_framebuffer()
|
| HD | eventhandler.h | 267 struct fb_info; 268 typedef void (*register_framebuffer_fn)(void *, struct fb_info *); 269 typedef void (*unregister_framebuffer_fn)(void *, struct fb_info *);
|
| /NextBSD/sys/dev/drm2/radeon/ |
| HD | radeon_fb.c | 196 struct fb_info *info; in radeonfb_create() 296 struct fb_info *info; in radeon_fbdev_destroy() 388 struct fb_info * 394 struct fb_info *info; in radeon_fb_helper_getinfo()
|
| /NextBSD/sys/dev/terasic/mtl/ |
| HD | terasic_mtl_vt.c | 57 terasic_mtl_fbd_panel_info(struct terasic_mtl_softc *sc, struct fb_info *info) in terasic_mtl_fbd_panel_info() 95 struct fb_info *info; in terasic_mtl_fbd_attach()
|
| HD | terasic_mtl.h | 88 struct fb_info mtl_fb_info;
|
| HD | terasic_mtl_fdt.c | 191 static struct fb_info *
|
| HD | terasic_mtl_nexus.c | 182 static struct fb_info *
|
| /NextBSD/sys/dev/vt/hw/efifb/ |
| HD | efifb.c | 70 static struct fb_info local_info; 99 struct fb_info *info; in vt_efifb_init()
|
| /NextBSD/sys/arm/broadcom/bcm2835/ |
| HD | bcm2835_fbd.c | 62 struct fb_info info; 232 static struct fb_info *
|
| /NextBSD/sys/dev/drm2/i915/ |
| HD | intel_fb.c | 46 struct fb_info *info; in intelfb_create() 193 struct fb_info *info; in intel_fbdev_destroy()
|
| /NextBSD/sys/arm/freescale/imx/ |
| HD | imx51_ipuv3_fbd.c | 82 struct fb_info sc_info; 339 static struct fb_info *
|
| /NextBSD/sys/arm/samsung/exynos/ |
| HD | exynos5_fimd.c | 177 struct fb_info sc_info; 387 static struct fb_info *
|
| /NextBSD/sys/arm/amlogic/aml8726/ |
| HD | aml8726_fb.c | 97 struct fb_info info; 443 static struct fb_info *
|
| /NextBSD/sys/arm/freescale/vybrid/ |
| HD | vf_dcu4.c | 197 struct fb_info sc_info; 445 static struct fb_info *
|
| /NextBSD/sys/dev/vt/hw/ofwfb/ |
| HD | ofwfb.c | 52 struct fb_info fb; 118 struct fb_info *sc = vd->vd_softc; in ofwfb_bitblt_bitmap()
|
| /NextBSD/sys/dev/usb/video/ |
| HD | udl.h | 70 struct fb_info sc_fb_info;
|