Symbol: videomode
sys/arch/arm/iomd/vidc.h
186
struct videomode timings;
sys/arch/arm/iomd/vidc20config.c
156
extern const struct videomode vidc_videomode_list[];
sys/arch/arm/iomd/vidc20config.c
303
struct videomode const *modes;
sys/arch/arm/iomd/vidc20config.c
439
struct videomode *vm;
sys/arch/arm/nvidia/tegra_var.h
65
struct videomode;
sys/arch/arm/nvidia/tegra_var.h
67
int tegra_dc_enable(device_t, device_t, const struct videomode *,
sys/arch/arm/sunxi/sunxi_debe.c
127
const struct videomode *);
sys/arch/arm/sunxi/sunxi_debe.c
354
sunxi_debe_setup_fbdev(struct sunxi_debe_softc *sc, const struct videomode *mode)
sys/arch/arm/sunxi/sunxi_debe.c
569
sunxi_debe_set_videomode(device_t dev, const struct videomode *mode)
sys/arch/arm/sunxi/sunxi_display.h
36
struct videomode;
sys/arch/arm/sunxi/sunxi_display.h
38
void sunxi_tcon1_set_videomode(device_t, const struct videomode *);
sys/arch/arm/sunxi/sunxi_display.h
39
void sunxi_debe_set_videomode(device_t, const struct videomode *);
sys/arch/arm/sunxi/sunxi_hdmi.c
133
const struct videomode *, u_int);
sys/arch/arm/sunxi/sunxi_hdmi.c
135
const struct videomode *, u_int);
sys/arch/arm/sunxi/sunxi_hdmi.c
655
const struct videomode *mode;
sys/arch/arm/sunxi/sunxi_hdmi.c
834
const struct videomode *mode, u_int display_mode)
sys/arch/arm/sunxi/sunxi_hdmi.c
998
const struct videomode *mode, u_int display_mode)
sys/arch/arm/sunxi/sunxi_tcon.c
442
static struct videomode mode;
sys/arch/arm/sunxi/sunxi_tcon.c
719
sunxi_tcon1_set_videomode(device_t dev, const struct videomode *mode)
sys/arch/macppc/dev/platinumfb.c
131
const struct videomode *sc_videomode;
sys/arch/macppc/dev/platinumfb.c
219
const struct videomode *, int);
sys/arch/macppc/dev/platinumfb.c
562
const struct videomode *mode = NULL;
sys/arch/macppc/dev/platinumfb.c
719
const struct videomode *mode, int depth)
sys/arch/macppc/dev/valkyriefb.c
117
const struct videomode *, int);
sys/arch/macppc/dev/valkyriefb.c
225
const struct videomode *mode;
sys/arch/macppc/dev/valkyriefb.c
270
const struct videomode *mode, int depth)
sys/arch/macppc/dev/valkyriefb.c
76
const struct videomode *sc_videomode;
sys/arch/sgimips/dev/crmfb.c
1742
crmfb_set_mode(struct crmfb_softc *sc, const struct videomode *mode)
sys/arch/sgimips/dev/crmfb.c
1856
crmfb_parse_mode(const char *modestr, struct videomode *mode)
sys/arch/sgimips/dev/crmfb.c
232
static int crmfb_set_mode(struct crmfb_softc *, const struct videomode *);
sys/arch/sgimips/dev/crmfb.c
233
static int crmfb_parse_mode(const char *, struct videomode *);
sys/arch/sgimips/dev/crmfb.c
257
struct videomode mode, *pmode;
sys/arch/sparc64/dev/ffb.c
1469
ffb_set_vmode(struct ffb_softc *sc, struct videomode *mode, int btype,
sys/arch/sparc64/dev/ffb.c
187
int ffb_set_vmode(struct ffb_softc *, struct videomode *, int, int *, int *);
sys/dev/ic/igsfb_subr.c
429
const struct videomode *mode = NULL;
sys/dev/ic/igsfb_subr.c
480
igsfb_set_mode(struct igsfb_devconfig *dc, const struct videomode *mode,
sys/dev/ic/igsfbvar.h
208
void igsfb_set_mode(struct igsfb_devconfig *, const struct videomode *, int);
sys/dev/ic/igsfbvar.h
82
const struct videomode *dc_mode;
sys/dev/ic/vga_raster.c
1464
vga_setup_regs((struct videomode *)type->modecookie, &moderegs);
sys/dev/ic/vga_raster.c
157
static struct videomode vga_console_modes[2] = {
sys/dev/ic/vga_raster.c
173
static void vga_setup_regs(struct videomode *, struct vga_moderegs *);
sys/dev/ic/vga_raster.c
637
const struct videomode *vm = wd->modecookie;
sys/dev/ic/vga_raster.c
876
vga_setup_regs(struct videomode *mode, struct vga_moderegs *regs)
sys/dev/pci/bochsfbvar.h
77
const struct videomode *sc_videomode;
sys/dev/pci/machfb.c
1065
struct videomode *mode)
sys/dev/pci/machfb.c
1138
mach64_modeswitch(struct mach64_softc *sc, struct videomode *mode)
sys/dev/pci/machfb.c
145
struct videomode *sc_my_mode;
sys/dev/pci/machfb.c
208
static struct videomode default_mode = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, };
sys/dev/pci/machfb.c
234
static void mach64_get_mode(struct mach64_softc *, struct videomode *);
sys/dev/pci/machfb.c
240
struct videomode *);
sys/dev/pci/machfb.c
244
static int mach64_modeswitch(struct mach64_softc *, struct videomode *);
sys/dev/pci/machfb.c
418
const struct videomode *mode = NULL;
sys/dev/pci/machfb.c
634
struct videomode *m = sc->sc_ei.edid_preferred_mode;
sys/dev/pci/machfb.c
637
sizeof(struct videomode));
sys/dev/pci/machfb.c
650
struct videomode *m = sc->sc_ei.edid_modes;
sys/dev/pci/machfb.c
663
sizeof(struct videomode));
sys/dev/pci/machfb.c
930
mach64_get_mode(struct mach64_softc *sc, struct videomode *mode)
sys/dev/pci/mgafb.c
118
static void mgafb_calc_crtc(const struct videomode *, int, bool,
sys/dev/pci/mgafb.c
121
static bool mgafb_mode_fits(struct mgafb_softc *, const struct videomode *);
sys/dev/pci/mgafb.c
122
static const struct videomode *mgafb_pick_mode(struct mgafb_softc *);
sys/dev/pci/mgafb.c
1250
mgafb_calc_crtc(const struct videomode *vm, int depth, bool interleave,
sys/dev/pci/mgafb.c
1342
mgafb_mode_fits(struct mgafb_softc *sc, const struct videomode *vm)
sys/dev/pci/mgafb.c
1363
static const struct videomode *
sys/dev/pci/mgafb.c
1366
const struct videomode *mode, *m;
sys/dev/pci/mgafbvar.h
90
const struct videomode *sc_videomode; /* selected video mode */
sys/dev/pci/pm2fb.c
118
const struct videomode *sc_videomode;
sys/dev/pci/pm2fb.c
1383
struct videomode *m = sc->sc_ei.edid_preferred_mode;
sys/dev/pci/pm2fb.c
1396
struct videomode *m = sc->sc_ei.edid_modes;
sys/dev/pci/pm2fb.c
1562
pm2fb_set_dac(struct pm2fb_softc *sc, const struct videomode *mode)
sys/dev/pci/pm2fb.c
1640
pm2vfb_set_dac(struct pm2fb_softc *sc, const struct videomode *mode)
sys/dev/pci/pm2fb.c
1708
pm2fb_set_mode(struct pm2fb_softc *sc, const struct videomode *mode)
sys/dev/pci/pm2fb.c
199
static void pm2fb_set_mode(struct pm2fb_softc *, const struct videomode *);
sys/dev/pci/pm3fb.c
1196
struct videomode *m = sc->sc_ei.edid_preferred_mode;
sys/dev/pci/pm3fb.c
1209
struct videomode *m = sc->sc_ei.edid_modes;
sys/dev/pci/pm3fb.c
1378
pm3fb_set_mode(struct pm3fb_softc *sc, const struct videomode *mode)
sys/dev/pci/pm3fb.c
174
static void pm3fb_set_mode(struct pm3fb_softc *, const struct videomode *);
sys/dev/pci/pm3fb.c
98
const struct videomode *sc_videomode;
sys/dev/pci/radeonfb.c
129
static const struct videomode *radeonfb_modelookup(const char *);
sys/dev/pci/radeonfb.c
193
static struct videomode *radeonfb_best_refresh(struct videomode *,
sys/dev/pci/radeonfb.c
194
struct videomode *);
sys/dev/pci/radeonfb.c
197
static const struct videomode *radeonfb_port_mode(struct radeonfb_softc *,
sys/dev/pci/radeonfb.c
2118
const struct videomode *
sys/dev/pci/radeonfb.c
2124
const struct videomode *vmp = NULL;
sys/dev/pci/radeonfb.c
2411
struct videomode *mode;
sys/dev/pci/radeonfb.c
4449
static struct videomode *
sys/dev/pci/radeonfb.c
4450
radeonfb_best_refresh(struct videomode *m1, struct videomode *m2)
sys/dev/pci/radeonfb.c
4461
static const struct videomode *
sys/dev/pci/radeonfb.c
4466
struct videomode *vmp = NULL;
sys/dev/pci/radeonfb.c
4531
radeonfb_hasres(struct videomode *list, int nlist, int x, int y)
sys/dev/pci/radeonfb.c
4595
struct videomode *modes;
sys/dev/pci/radeonfb.c
4600
smodes = sizeof(struct videomode) * 64;
sys/dev/pci/radeonfb.c
4619
struct videomode *vmp =
sys/dev/pci/radeonfb.c
897
const struct videomode *vmp;
sys/dev/pci/radeonfbvar.h
139
struct videomode rc_videomode;
sys/dev/pci/tdvfbvar.h
68
const struct videomode *sc_videomode;
sys/dev/pci/veritefb.c
1134
veritefb_mode_usable(struct veritefb_softc *sc, const struct videomode *m)
sys/dev/pci/veritefb.c
1174
const struct videomode *m;
sys/dev/pci/veritefb.c
237
const struct videomode *sc_videomode; /* the mode in use */
sys/dev/pci/veritefb.c
339
const struct videomode *);
sys/dev/pci/veritefb.c
886
veritefb_set_mode(struct veritefb_softc *sc, const struct videomode *vm)
sys/dev/pci/voodoofb.c
1404
voodoofb_setup_monitor(struct voodoofb_softc *sc, const struct videomode *vm)
sys/dev/pci/voodoofb.c
1565
const struct videomode *vm)
sys/dev/pci/voodoofb.c
1758
struct videomode *m =
sys/dev/pci/voodoofb.c
1773
struct videomode *m =
sys/dev/pci/voodoofb.c
185
const struct videomode *);
sys/dev/pci/voodoofb.c
95
const struct videomode *sc_videomode;
sys/dev/pci/voyager/voyagerfb.c
162
const struct videomode *);
sys/dev/pci/voyager/voyagerfb.c
167
const struct videomode *);
sys/dev/pci/voyager/voyagerfb.c
169
const struct videomode *);
sys/dev/pci/voyager/voyagerfb.c
171
const struct videomode *);
sys/dev/pci/voyager/voyagerfb.c
172
static const struct videomode *voyagerfb_pick_mode(struct voyagerfb_softc *);
sys/dev/pci/voyager/voyagerfb.c
393
voyagerfb_set_videomode(struct voyagerfb_softc *sc, const struct videomode *vm)
sys/dev/pci/voyager/voyagerfb.c
505
static const struct videomode *
sys/dev/pci/voyager/voyagerfb.c
508
const struct videomode *vm;
sys/dev/pci/voyager/voyagerfb.c
521
voyagerfb_set_geometry(struct voyagerfb_softc *sc, const struct videomode *vm)
sys/dev/pci/voyager/voyagerfb.c
534
voyagerfb_set_mode(struct voyagerfb_softc *sc, const struct videomode *vm)
sys/dev/pci/voyager/voyagerfb.c
555
voyagerfb_mode_ok(struct voyagerfb_softc *sc, const struct videomode *vm)
sys/dev/pci/voyager/voyagerfb.c
684
const struct videomode *vm = voyagerfb_pick_mode(sc);
sys/dev/usb/udl.c
1743
udl_set_resolution(struct udl_softc *sc, const struct videomode *vmp)
sys/dev/usb/udl.c
180
const struct videomode *);
sys/dev/usb/udl.c
181
static const struct videomode *udl_videomode_lookup(const char *);
sys/dev/usb/udl.c
1814
static const struct videomode *
sys/dev/usb/udl.c
365
const struct videomode *vmp;
sys/dev/videomode/edid.c
301
static const struct videomode *
sys/dev/videomode/edid.c
312
static struct videomode *
sys/dev/videomode/edid.c
313
edid_search_mode(struct edid_info *edid, const struct videomode *mode)
sys/dev/videomode/edid.c
332
edid_std_timing(uint8_t *data, struct videomode *vmp)
sys/dev/videomode/edid.c
335
const struct videomode *lookup;
sys/dev/videomode/edid.c
377
edid_det_timing(uint8_t *data, struct videomode *vmp)
sys/dev/videomode/edid.c
431
static void bump_preferred_mode(struct edid_info *edid, struct videomode *m)
sys/dev/videomode/edid.c
451
struct videomode mode, *exist_mode;
sys/dev/videomode/edid.c
538
const struct videomode *vmp;
sys/dev/videomode/edid.c
623
struct videomode mode, *exist_mode;
sys/dev/videomode/edidvar.h
88
struct videomode *edid_preferred_mode;
sys/dev/videomode/edidvar.h
90
struct videomode edid_modes[64];
sys/dev/videomode/pickmode.c
102
swap_modes(struct videomode *left, struct videomode *right)
sys/dev/videomode/pickmode.c
104
struct videomode temp;
sys/dev/videomode/pickmode.c
120
sort_modes(struct videomode *modes, struct videomode **preferred, int nmodes)
sys/dev/videomode/pickmode.c
124
struct videomode *mtemp = NULL;
sys/dev/videomode/pickmode.c
44
const struct videomode *
sys/dev/videomode/pickmode.c
47
const struct videomode *this, *best = NULL;
sys/dev/videomode/pickmode.c
69
const struct videomode *
sys/dev/videomode/pickmode.c
72
const struct videomode *this, *best = NULL;
sys/dev/videomode/vesagtf.c
217
struct vesagtf_params *params, int flags, struct videomode *vmp)
sys/dev/videomode/vesagtf.c
633
vesagtf_mode(unsigned x, unsigned y, unsigned refresh, struct videomode *vmp)
sys/dev/videomode/vesagtf.c
662
print_xf86_mode (struct videomode *vmp)
sys/dev/videomode/vesagtf.c
685
struct videomode m;
sys/dev/videomode/vesagtf.h
73
struct videomode *);
sys/dev/videomode/vesagtf.h
80
struct vesagtf_params *, int flags, struct videomode *);
sys/dev/videomode/videomode.c
28
const struct videomode videomode_list[] = {
sys/dev/videomode/videomode.h
66
extern const struct videomode videomode_list[];
sys/dev/videomode/videomode.h
69
const struct videomode *pick_mode_by_dotclock(int, int, int);
sys/dev/videomode/videomode.h
70
const struct videomode *pick_mode_by_ref(int, int, int);
sys/dev/videomode/videomode.h
71
void sort_modes(struct videomode *, struct videomode **, int);