/freebsd/sys/powerpc/ps3/ |
H A D | ps3_syscons.c | 61 struct fb_info fb_info; member 134 lv1_gpu_memory_allocate(roundup2(sc->fb_info.fb_size, 1024*1024), in ps3fb_remap() 145 sc->fb_info.fb_pbase = fb_paddr; in ps3fb_remap() 146 for (va = 0; va < sc->fb_info.fb_size; va += PAGE_SIZE) in ps3fb_remap() 149 sc->fb_info.fb_flags &= ~FB_FLAG_NOWRITE; in ps3fb_remap() 162 sc->fb_info.fb_depth = 32; in ps3fb_init() 163 sc->fb_info.fb_height = 1080; in ps3fb_init() 164 sc->fb_info.fb_width = 1920; in ps3fb_init() 174 sc->fb_info.fb_height = 480; in ps3fb_init() 175 sc->fb_info.fb_width = 720; in ps3fb_init() [all …]
|
/freebsd/sys/dev/fb/ |
H A D | fbd.c | 59 struct fb_info *fb_info; member 66 struct fb_info *sc_info; 112 struct fb_info *info; in fb_ioctl() 166 struct fb_info *info; in fb_mmap() 188 struct fb_info *info; in fb_init() 190 info = entry->fb_info; in fb_init() 208 printf("FB %s @%#jx\n", entry->fb_info->fb_name, in fbd_list() 209 (uintmax_t)entry->fb_info->fb_pbase); in fbd_list() 216 fbd_find(struct fb_info* info) in fbd_find() 221 if (entry->fb_info == info) { in fbd_find() [all …]
|
H A D | fb_if.m | 7 static struct fb_info * 14 METHOD struct fb_info * getinfo { struct
|
/freebsd/sys/dev/drm2/ |
H A D | drm_fb_helper.h | 74 struct fb_info *fbdev; 90 int drm_fb_helper_blank(int blank, struct fb_info *info); 93 struct fb_info *info); 95 int drm_fb_helper_set_par(struct fb_info *info); 98 struct fb_info *info); 105 struct fb_info *info); 109 void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper, 111 void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch, 115 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info); 121 int drm_fb_helper_debug_enter(struct fb_info *info); [all …]
|
H A D | drm_fb_helper.c | 83 struct fb_info * 86 struct fb_info *info; in framebuffer_alloc() 101 framebuffer_release(struct fb_info *info) in framebuffer_release() 259 int drm_fb_helper_debug_enter(struct fb_info *info) 304 int drm_fb_helper_debug_leave(struct fb_info *info) 429 static void drm_fb_helper_dpms(struct fb_info *info, int dpms_mode) 458 int drm_fb_helper_blank(int blank, struct fb_info *info) 572 u16 blue, u16 regno, struct fb_info *info) 635 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info) 675 struct fb_info *info) [all …]
|
/freebsd/sys/dev/vt/hw/fb/ |
H A D | vt_fb.c | 66 vt_fb_mem_wr1(struct fb_info *sc, uint32_t o, uint8_t v) in vt_fb_mem_wr1() 74 vt_fb_mem_wr2(struct fb_info *sc, uint32_t o, uint16_t v) in vt_fb_mem_wr2() 82 vt_fb_mem_wr4(struct fb_info *sc, uint32_t o, uint32_t v) in vt_fb_mem_wr4() 92 struct fb_info *info; in vt_fb_ioctl() 141 struct fb_info *info; in vt_fb_mmap() 169 struct fb_info *info; in vt_fb_setpixel() 223 struct fb_info *info; in vt_fb_blank() 274 struct fb_info *info; in vt_fb_bitblt_bitmap() 342 struct fb_info *info; in vt_fb_bitblt_text() 478 struct fb_info *inf in vt_fb_init() [all...] |
H A D | 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()
|
H A D | vt_fb.h | 34 int vt_fb_attach(struct fb_info *info); 37 int vt_fb_detach(struct fb_info *info);
|
/freebsd/sys/sys/ |
H A D | fbio.h | 122 struct fb_info; 128 struct fb_info { struct 163 int fbd_register(struct fb_info *); argument 164 int fbd_unregister(struct fb_info *); 167 register_framebuffer(struct fb_info *info) in register_framebuffer() 175 unregister_framebuffer(struct fb_info *info) in unregister_framebuffer()
|
H A D | eventhandler.h | 291 struct fb_info; 292 typedef void (*register_framebuffer_fn)(void *, struct fb_info *); 293 typedef void (*unregister_framebuffer_fn)(void *, struct fb_info *);
|
H A D | timeffc.h | 140 struct fbclock_info fb_info; member
|
/freebsd/sys/dev/vt/colors/ |
H A D | vt_termcolors.h | 31 struct fb_info; 61 int vt_config_cons_colors(struct fb_info *info, int format, uint32_t rmax,
|
H A D | vt_termcolors.c | 179 vt_config_cons_colors(struct fb_info *info, int format, uint32_t rmax, in vt_config_cons_colors()
|
/freebsd/sys/dev/vt/hw/vbefb/ |
H A D | vbefb.c | 72 static struct fb_info local_vbe_info; 97 struct fb_info *info; in vt_vbefb_init() 149 struct fb_info *info = softc; in vt_vbefb_fini()
|
/freebsd/sys/dev/vt/hw/efifb/ |
H A D | efifb.c | 72 static struct fb_info local_info; 97 struct fb_info *info; in vt_efifb_init() 174 struct fb_info *info = softc; in vt_efifb_fini()
|
/freebsd/sys/dev/vt/hw/simplefb/ |
H A D | simplefb.c | 119 static struct fb_info local_info; 165 struct fb_info *sc; in vt_simplefb_init() 220 struct fb_info *sc; in vt_simplefb_fini()
|
/freebsd/sys/dev/virtio/gpu/ |
H A D | virtio_gpu.c | 66 struct fb_info vtgpu_fb_info; 132 struct fb_info *info; in vtgpu_fb_blank() 150 struct fb_info *info; in vtgpu_fb_bitblt_text() 174 struct fb_info *info; in vtgpu_fb_bitblt_bitmap() 200 struct fb_info *info; in vtgpu_fb_drawrect() 218 struct fb_info *info;
|
/freebsd/sys/arm/nvidia/drm2/ |
H A D | tegra_fb.c | 121 struct fb_info *info; in tegra_fb_probe() 199 struct fb_info * 320 struct fb_info *info; in tegra_drm_fb_destroy()
|
H A D | tegra_drm.h | 109 struct fb_info *tegra_drm_fb_getinfo(struct drm_device *drm);
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_fbd.c | 61 struct fb_info info; 255 static struct fb_info *
|
/freebsd/sys/arm/freescale/vybrid/ |
H A D | vf_dcu4.c | 195 struct fb_info sc_info; 443 static struct fb_info *
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | fsl_diu.c | 169 struct fb_info sc_info; 439 static struct fb_info *
|
/freebsd/sys/dev/usb/video/ |
H A D | udl.h | 69 struct fb_info sc_fb_info;
|
/freebsd/sys/dev/vt/hw/ofwfb/ |
H A D | ofwfb.c | 50 struct fb_info fb; 138 struct fb_info *sc = vd->vd_softc; in ofwfb_bitblt_bitmap()
|
/freebsd/sys/kern/ |
H A D | kern_tc.c | 1062 fbi = &clock_snap->fb_info; in sysclock_getsnapshot() 1088 clock_snap->fb_info.status = time_status; in sysclock_getsnapshot() 1093 clock_snap->fb_info.error = bt; in sysclock_getsnapshot() 1132 *bt = cs->fb_info.tick_time; in sysclock_snap2bintime() 1136 bintime_addx(bt, cs->fb_info.th_scale * cs->delta); in sysclock_snap2bintime()
|