Home
last modified time | relevance | path

Searched refs:fb_videomode (Results 1 – 25 of 117) sorted by relevance

12345

/openbmc/linux/include/linux/
H A Dfb.h67 struct fb_videomode *modedb; /* mode database */
770 struct fb_videomode *fb,
773 struct fb_videomode *fbmode);
782 const struct fb_videomode *mode);
784 const struct fb_videomode *mode2);
793 extern const struct fb_videomode *fb_find_nearest_mode(const struct fb_videomode *mode,
812 struct fb_videomode { struct
833 const struct fb_videomode *mode; argument
841 struct fb_videomode mode;
846 const struct fb_videomode *db,
[all …]
H A Dfbcon.h13 struct fb_videomode *mode);
33 struct fb_videomode *mode) { return 0; } in fbcon_mode_deleted()
/openbmc/linux/drivers/video/fbdev/core/
H A Dmodedb.c36 static const struct fb_videomode modedb[] = {
297 const struct fb_videomode vesa_modes[] = {
728 struct fb_videomode cvt_mode; in fb_find_mode()
903 const struct fb_videomode *mode) in fb_videomode_to_var()
931 const struct fb_videomode *mode2) in fb_mode_is_equal()
967 struct fb_videomode *mode, *best = NULL; in fb_find_best_mode()
998 const struct fb_videomode *fb_find_nearest_mode(const struct fb_videomode *mode, in fb_find_nearest_mode()
1002 struct fb_videomode *cmode, *best = NULL; in fb_find_nearest_mode()
1039 struct fb_videomode *m, mode; in fb_match_mode()
1061 struct fb_videomode *m; in fb_add_videomode()
[all …]
H A Dfbmon.c382 struct fb_videomode *mode) in calc_mode_timings()
565 struct fb_videomode *mode) in get_detailed_timing()
619 struct fb_videomode *mode, *m; in fb_create_modedb()
624 mode = kcalloc(50, sizeof(struct fb_videomode), GFP_KERNEL); in fb_create_modedb()
675 m = kmalloc_array(num, sizeof(struct fb_videomode), GFP_KERNEL); in fb_create_modedb()
678 memmove(m, mode, num * sizeof(struct fb_videomode)); in fb_create_modedb()
690 void fb_destroy_modedb(struct fb_videomode *modedb) in fb_destroy_modedb()
720 struct fb_videomode *modes, *mode; in fb_get_monitor_limits()
1312 struct fb_videomode *fbmode) in fb_videomode_from_videomode()
1361 static inline void dump_fb_videomode(const struct fb_videomode *m) in dump_fb_videomode()
[all …]
H A Dfbsysfs.c35 const struct fb_videomode *mode) in mode_string()
63 struct fb_videomode *mode; in store_mode()
102 int i = count / sizeof(struct fb_videomode); in store_modes()
104 if (i * sizeof(struct fb_videomode) != count) in store_modes()
111 fb_videomode_to_modelist((const struct fb_videomode *)buf, i, in store_modes()
131 const struct fb_videomode *mode; in show_modes()
/openbmc/linux/drivers/video/fbdev/
H A Dmacmodes.c34 static const struct fb_videomode mac_modedb[] = {
142 const struct fb_videomode *mode;
223 const struct fb_videomode *mode = NULL; in mac_vmode_to_var()
322 const struct fb_videomode *mode = map->mode; in mac_var_to_vmode()
340 const struct fb_videomode *clk_mode = map->mode; in mac_var_to_vmode()
401 const struct fb_videomode *db = NULL; in mac_find_mode()
H A Dsh_mobile_lcdcfb.h45 struct fb_videomode def_mode;
100 struct fb_videomode mode;
/openbmc/linux/drivers/video/fbdev/via/
H A Dviamode.c257 static const struct fb_videomode viafb_modes[] = {
321 static const struct fb_videomode viafb_rb_modes[] = {
339 static const struct fb_videomode *get_best_mode( in get_best_mode()
340 const struct fb_videomode *modes, int n, in get_best_mode()
343 const struct fb_videomode *best = NULL; in get_best_mode()
358 const struct fb_videomode *viafb_get_best_mode(int hres, int vres, int refresh) in viafb_get_best_mode()
364 const struct fb_videomode *viafb_get_best_rb_mode(int hres, int vres, in viafb_get_best_rb_mode()
H A Dviamode.h44 const struct fb_videomode *viafb_get_best_mode(int hres, int vres,
46 const struct fb_videomode *viafb_get_best_rb_mode(int hres, int vres,
H A Dvia_aux.c59 const struct fb_videomode *via_aux_get_preferred_mode(struct via_aux_bus *bus) in via_aux_get_preferred_mode()
62 const struct fb_videomode *mode = NULL; in via_aux_get_preferred_mode()
H A Dvia_aux.h33 const struct fb_videomode* (*get_preferred_mode)
40 const struct fb_videomode *via_aux_get_preferred_mode(struct via_aux_bus *bus);
/openbmc/u-boot/drivers/video/
H A Dfsl_diu_fb.c21 static struct fb_videomode fsl_diu_mode_800_480 = {
38 static struct fb_videomode fsl_diu_mode_800_600 = {
60 static struct fb_videomode fsl_diu_mode_1024_768 = {
76 static struct fb_videomode fsl_diu_mode_1280_1024 = {
92 static struct fb_videomode fsl_diu_mode_1280_720 = {
108 static struct fb_videomode fsl_diu_mode_1920_1080 = {
252 struct fb_videomode *fsl_diu_mode_db; in fsl_diu_init()
H A Dfsl_dcu_fb.c87 static struct fb_videomode fsl_dcu_mode_480_272 = {
106 static struct fb_videomode fsl_dcu_cea_mode_640_480 = {
122 static struct fb_videomode fsl_dcu_mode_640_480 = {
138 static struct fb_videomode fsl_dcu_mode_800_480 = {
154 static struct fb_videomode fsl_dcu_mode_1024_600 = {
375 struct fb_videomode *fsl_dcu_mode_db = &fsl_dcu_mode_480_272; in video_hw_init()
/openbmc/u-boot/board/freescale/mx51evk/
H A Dmx51evk_video.c18 static struct fb_videomode const claa_wvga = {
34 static struct fb_videomode const dvi = {
/openbmc/u-boot/board/freescale/mx53loco/
H A Dmx53loco_video.c16 static struct fb_videomode const claa_wvga = {
32 static struct fb_videomode const seiko_wvga = {
/openbmc/linux/drivers/video/fbdev/geode/
H A Dgxfb_core.c41 static struct fb_videomode gx_modedb[] = {
108 static struct fb_videomode gx_dcon_modedb[] = {
115 static void get_modedb(struct fb_videomode **modedb, unsigned int *size) in get_modedb()
118 *modedb = (struct fb_videomode *) gx_dcon_modedb; in get_modedb()
121 *modedb = (struct fb_videomode *) gx_modedb; in get_modedb()
361 struct fb_videomode *modedb_ptr; in gxfb_probe()
H A Dlxfb_core.c37 static struct fb_videomode geode_modedb[] = {
218 static struct fb_videomode olpc_dcon_modedb[] = {
225 static void get_modedb(struct fb_videomode **modedb, unsigned int *size) in get_modedb()
228 *modedb = (struct fb_videomode *) olpc_dcon_modedb; in get_modedb()
231 *modedb = (struct fb_videomode *) geode_modedb; in get_modedb()
484 struct fb_videomode *modedb_ptr; in lxfb_probe()
/openbmc/linux/include/linux/mfd/
H A Dtmio.h124 const struct fb_videomode *mode);
126 struct fb_videomode *modes;
/openbmc/linux/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.c224 struct fb_videomode *videomode, int output_fmt) in fbmode_to_mmpmode()
248 static void mmpmode_to_fbmode(struct fb_videomode *videomode, in mmpmode_to_fbmode()
351 struct fb_videomode *m; in var_update()
362 m = (struct fb_videomode *)fb_match_mode(var, &info->modelist); in var_update()
365 m = (struct fb_videomode *)fb_find_best_mode(var, in var_update()
369 memcpy(&fbi->mode, m, sizeof(struct fb_videomode)); in var_update()
467 struct fb_videomode *videomodes; in modes_setup()
479 videomodes = kcalloc(videomode_num, sizeof(struct fb_videomode), in modes_setup()
489 memcpy(&fbi->mode, &videomodes[0], sizeof(struct fb_videomode)); in modes_setup()
H A Dmmpfb.h24 struct fb_videomode mode;
/openbmc/u-boot/board/freescale/common/
H A Ddcu_sii9022a.h10 int dcu_set_dvi_encoder(struct fb_videomode *videomode);
/openbmc/u-boot/include/
H A Dfsl_dcu_fb.h15 const char *port, struct fb_videomode *dcu_fb_videomode);
/openbmc/linux/include/linux/platform_data/
H A Dvideo_s3c.h49 struct fb_videomode *vtiming;
/openbmc/u-boot/arch/arm/include/asm/mach-imx/
H A Dvideo.h16 struct fb_videomode mode;
/openbmc/u-boot/board/beckhoff/mx53cx9020/
H A Dmx53cx9020_video.c19 static struct fb_videomode const vga_640x480 = {

12345