Home
last modified time | relevance | path

Searched refs:fb_info (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/sys/powerpc/ps3/
H A Dps3_syscons.c61 struct fb_info fb_info; member
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()
192 sc->fb_info.fb_width = 720; in ps3fb_init()
212 sc->fb_info.fb_stride = sc->fb_info.fb_width*4; in ps3fb_init()
213 sc->fb_info.fb_size = sc->fb_info.fb_height * sc->fb_info.fb_stride; in ps3fb_init()
214 sc->fb_info.fb_bpp = sc->fb_info.fb_stride / sc->fb_info.fb_width * 8; in ps3fb_init()
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_fb_helper.h74 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 Ddrm_fb_helper.c83 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)
458 int drm_fb_helper_blank(int blank, struct fb_info *info)
572 u16 blue, u16 regno, struct fb_info *info)
675 struct fb_info *info)
767 int drm_fb_helper_set_par(struct fb_info *info)
801 struct fb_info *info)
[all …]
/freebsd/sys/dev/fb/
H A Dfbd.c59 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()
216 fbd_find(struct fb_info* info) in fbd_find()
221 if (entry->fb_info == info) { in fbd_find()
230 fbd_register(struct fb_info* info) in fbd_register()
246 entry->fb_info = info; in fbd_register()
[all …]
H A Dfb_if.m7 static struct fb_info *
14 METHOD struct fb_info * getinfo { struct
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_fb.c65 vt_fb_mem_wr1(struct fb_info *sc, uint32_t o, uint8_t v) in vt_fb_mem_wr1()
91 struct fb_info *info; in vt_fb_ioctl()
140 struct fb_info *info; in vt_fb_mmap()
168 struct fb_info *info; in vt_fb_setpixel()
222 struct fb_info *info; in vt_fb_blank()
273 struct fb_info *info; in vt_fb_bitblt_bitmap()
431 struct fb_info *info; in vt_fb_postswitch()
440 vt_fb_init_colors(struct fb_info *info) in vt_fb_init_colors()
465 struct fb_info *info; in vt_fb_init()
515 vt_fb_attach(struct fb_info *info) in vt_fb_attach()
[all …]
H A Dvt_fb.h34 int vt_fb_attach(struct fb_info *info);
37 int vt_fb_detach(struct fb_info *info);
H A Dvt_early_fb.c66 static struct fb_info local_info;
71 vt_efb_initialize(struct fb_info *info, phandle_t node) in vt_efb_initialize()
73 vt_efb_initialize(struct fb_info *info) in vt_efb_initialize()
175 struct fb_info *info; in vt_efb_init()
/freebsd/sys/sys/
H A Dfbio.h122 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 Deventhandler.h291 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 Dtimeffc.h140 struct fbclock_info fb_info; member
/freebsd/sys/dev/vt/colors/
H A Dvt_termcolors.h31 struct fb_info;
61 int vt_config_cons_colors(struct fb_info *info, int format, uint32_t rmax,
H A Dvt_termcolors.c179 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 Dvbefb.c71 static struct fb_info local_vbe_info;
100 struct fb_info *info; in vt_vbefb_init()
156 struct fb_info *info = softc; in vt_vbefb_fini()
/freebsd/sys/dev/vt/hw/efifb/
H A Defifb.c71 static struct fb_info local_info;
100 struct fb_info *info; in vt_efifb_init()
176 struct fb_info *info = softc; in vt_efifb_fini()
/freebsd/sys/dev/vt/hw/simplefb/
H A Dsimplefb.c117 static struct fb_info local_info;
163 struct fb_info *sc; in vt_simplefb_init()
218 struct fb_info *sc; in vt_simplefb_fini()
/freebsd/sys/dev/virtio/gpu/
H A Dvirtio_gpu.c66 struct fb_info vtgpu_fb_info;
130 struct fb_info *info; in vtgpu_fb_blank()
148 struct fb_info *info; in vtgpu_fb_bitblt_text()
172 struct fb_info *info; in vtgpu_fb_bitblt_bitmap()
188 struct fb_info *info; in vtgpu_fb_drawrect()
206 struct fb_info *info; in vtgpu_fb_setpixel()
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_fb.c121 struct fb_info *info; in tegra_fb_probe()
199 struct fb_info *
320 struct fb_info *info; in tegra_drm_fb_destroy()
H A Dtegra_drm.h109 struct fb_info *tegra_drm_fb_getinfo(struct drm_device *drm);
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c61 struct fb_info info;
255 static struct fb_info *
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_dcu4.c195 struct fb_info sc_info;
443 static struct fb_info *
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_diu.c169 struct fb_info sc_info;
439 static struct fb_info *
/freebsd/sys/dev/usb/video/
H A Dudl.h69 struct fb_info sc_fb_info;
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c50 struct fb_info fb;
136 struct fb_info *sc = vd->vd_softc; in ofwfb_bitblt_bitmap()
/freebsd/sys/kern/
H A Dkern_tc.c1062 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()

12