Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/kernel/include/linux/
H A Dfb.h65 struct fb_videomode *modedb; /* mode database */
456 struct fb_videomode *mode; /* current mode */
719 extern void fb_destroy_modedb(struct fb_videomode *modedb);
720 extern int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb);
724 struct fb_videomode *fb,
727 struct fb_videomode *fbmode);
733 extern void fb_var_to_videomode(struct fb_videomode *mode,
736 const struct fb_videomode *mode);
737 extern int fb_mode_is_equal(const struct fb_videomode *mode1,
738 const struct fb_videomode *mode2);
[all …]
H A Dfbcon.h13 struct fb_videomode *mode);
33 struct fb_videomode *mode) { return 0; } in fbcon_mode_deleted()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dmodedb.c36 static const struct fb_videomode modedb[] = {
292 const struct fb_videomode vesa_modes[] = {
543 const struct fb_videomode *mode, unsigned int bpp) in fb_try_mode()
619 const struct fb_videomode *db, unsigned int dbsize, in fb_find_mode()
620 const struct fb_videomode *default_mode, in fb_find_mode()
719 struct fb_videomode cvt_mode; in fb_find_mode()
846 void fb_var_to_videomode(struct fb_videomode *mode, in fb_var_to_videomode()
894 const struct fb_videomode *mode) in fb_videomode_to_var()
921 int fb_mode_is_equal(const struct fb_videomode *mode1, in fb_mode_is_equal()
922 const struct fb_videomode *mode2) in fb_mode_is_equal()
[all …]
H A Dfbmon.c382 struct fb_videomode *mode) in calc_mode_timings()
409 static int get_est_timing(unsigned char *block, struct fb_videomode *mode) in get_est_timing()
494 static int get_std_timing(unsigned char *block, struct fb_videomode *mode, in get_std_timing()
553 static int get_dst_timing(unsigned char *block, struct fb_videomode *mode, in get_dst_timing()
565 struct fb_videomode *mode) in get_detailed_timing()
615 static struct fb_videomode *fb_create_modedb(unsigned char *edid, int *dbsize, in fb_create_modedb()
618 struct fb_videomode *mode, *m; in fb_create_modedb()
623 mode = kcalloc(50, sizeof(struct fb_videomode), GFP_KERNEL); in fb_create_modedb()
674 m = kmalloc_array(num, sizeof(struct fb_videomode), GFP_KERNEL); in fb_create_modedb()
677 memmove(m, mode, num * sizeof(struct fb_videomode)); in fb_create_modedb()
[all …]
H A Dfbsysfs.c104 const struct fb_videomode *mode) in mode_string()
132 struct fb_videomode *mode; in store_mode()
173 int i = count / sizeof(struct fb_videomode); in store_modes()
175 if (i * sizeof(struct fb_videomode) != count) in store_modes()
182 fb_videomode_to_modelist((const struct fb_videomode *)buf, i, in store_modes()
203 const struct fb_videomode *mode; in show_modes()
/OK3568_Linux_fs/kernel/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;
H A Dtmiofb.c308 struct fb_videomode *mode = info->mode; in tmiofb_hw_mode()
486 struct fb_videomode *mode = fbi->mode; in tmiofb_vblank()
549 static struct fb_videomode *
553 struct fb_videomode *best = NULL; in tmiofb_find_mode()
557 struct fb_videomode *mode = data->modes + i; in tmiofb_find_mode()
571 struct fb_videomode *mode; in tmiofb_check_var()
608 struct fb_videomode *mode; in tmiofb_set_par()
H A Dps3fb.c140 static const struct fb_videomode ps3fb_modedb[] = {
265 static int ps3fb_cmp_mode(const struct fb_videomode *vmode, in ps3fb_cmp_mode()
313 static const struct fb_videomode *ps3fb_native_vmode(enum ps3av_mode_num id) in ps3fb_native_vmode()
318 static const struct fb_videomode *ps3fb_vmode(int id) in ps3fb_vmode()
338 const struct fb_videomode *vmode; in ps3fb_find_mode()
608 const struct fb_videomode *vmode; in ps3fb_set_par()
810 const struct fb_videomode *vmode; in ps3fb_ioctl()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dfsl_diu_fb.c22 static struct fb_videomode fsl_diu_mode_800_480 = {
39 static struct fb_videomode fsl_diu_mode_800_600 = {
61 static struct fb_videomode fsl_diu_mode_1024_768 = {
77 static struct fb_videomode fsl_diu_mode_1280_1024 = {
93 static struct fb_videomode fsl_diu_mode_1280_720 = {
109 static struct fb_videomode fsl_diu_mode_1920_1080 = {
253 struct fb_videomode *fsl_diu_mode_db; in fsl_diu_init()
H A Dfsl_dcu_fb.c88 static struct fb_videomode fsl_dcu_mode_480_272 = {
107 static struct fb_videomode fsl_dcu_cea_mode_640_480 = {
123 static struct fb_videomode fsl_dcu_mode_640_480 = {
139 static struct fb_videomode fsl_dcu_mode_800_480 = {
155 static struct fb_videomode fsl_dcu_mode_1024_600 = {
376 struct fb_videomode *fsl_dcu_mode_db = &fsl_dcu_mode_480_272; in video_hw_init()
/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/kernel/drivers/video/fbdev/geode/
H A Dgxfb_core.c40 static struct fb_videomode gx_modedb[] = {
107 static struct fb_videomode gx_dcon_modedb[] = {
114 static void get_modedb(struct fb_videomode **modedb, unsigned int *size) in get_modedb()
117 *modedb = (struct fb_videomode *) gx_dcon_modedb; in get_modedb()
120 *modedb = (struct fb_videomode *) gx_modedb; in get_modedb()
364 struct fb_videomode *modedb_ptr; in gxfb_probe()
H A Dlxfb_core.c36 static struct fb_videomode geode_modedb[] = {
217 static struct fb_videomode olpc_dcon_modedb[] = {
224 static void get_modedb(struct fb_videomode **modedb, unsigned int *size) in get_modedb()
227 *modedb = (struct fb_videomode *) olpc_dcon_modedb; in get_modedb()
230 *modedb = (struct fb_videomode *) geode_modedb; in get_modedb()
484 struct fb_videomode *modedb_ptr; in lxfb_probe()
/OK3568_Linux_fs/kernel/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()
469 struct fb_videomode *videomodes; in modes_setup()
481 videomodes = kcalloc(videomode_num, sizeof(struct fb_videomode), in modes_setup()
491 memcpy(&fbi->mode, &videomodes[0], sizeof(struct fb_videomode)); in modes_setup()
/OK3568_Linux_fs/u-boot/board/freescale/mx51evk/
H A Dmx51evk_video.c19 static struct fb_videomode const claa_wvga = {
35 static struct fb_videomode const dvi = {
/OK3568_Linux_fs/u-boot/board/freescale/mx53loco/
H A Dmx53loco_video.c17 static struct fb_videomode const claa_wvga = {
33 static struct fb_videomode const seiko_wvga = {
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dtmio.h125 const struct fb_videomode *mode);
127 struct fb_videomode *modes;
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Dradeon_monitor.c715 const struct fb_videomode *mode) in radeon_videomode_to_var()
846 struct fb_videomode *modedb; in radeon_check_modes()
909 struct fb_videomode *modedb = NULL; in radeon_check_modes()
932 struct fb_videomode mode; in radeon_check_modes()
954 const struct fb_videomode *mode) in radeon_compare_modes()
979 const struct fb_videomode *db = vesa_modes; in radeon_match_mode()
983 const struct fb_videomode *candidate = NULL; in radeon_match_mode()
/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Ddcu_sii9022a.h11 int dcu_set_dvi_encoder(struct fb_videomode *videomode);
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dmach-real6410.c111 static struct fb_videomode real6410_lcd_type0_timing = {
128 static struct fb_videomode real6410_lcd_type1_timing = {
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_dcu_fb.h16 const char *port, struct fb_videomode *dcu_fb_videomode);

123456