Searched refs:fb_monspecs (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/via/ |
D | via_aux_edid.c | 35 struct fb_monspecs *spec = drv->data; in query_edid() 64 struct fb_monspecs *spec = drv->data; in get_preferred_mode() 81 struct fb_monspecs *spec = drv->data; in cleanup()
|
/Linux-v4.19/drivers/video/fbdev/core/ |
D | fbmon.c | 292 static void parse_vendor_block(unsigned char *block, struct fb_monspecs *specs) in parse_vendor_block() 311 struct fb_monspecs *specs) in get_dpms_capabilities() 326 static void get_chroma(unsigned char *block, struct fb_monspecs *specs) in get_chroma() 495 int ver, int rev, const struct fb_monspecs *specs) in get_std_timing() 554 int ver, int rev, const struct fb_monspecs *specs) in get_dst_timing() 616 const struct fb_monspecs *specs) in fb_create_modedb() 694 static int fb_get_monitor_limits(unsigned char *edid, struct fb_monspecs *specs) in fb_get_monitor_limits() 775 static void get_monspecs(unsigned char *edid, struct fb_monspecs *specs) in get_monspecs() 936 void fb_edid_to_monspecs(unsigned char *edid, struct fb_monspecs *specs) in fb_edid_to_monspecs() 950 memset(specs, 0, sizeof(struct fb_monspecs)); in fb_edid_to_monspecs() [all …]
|
D | modedb.c | 1197 const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs, in fb_find_best_display()
|
/Linux-v4.19/include/linux/ |
D | fb.h | 63 struct fb_monspecs { struct 477 struct fb_monspecs monspecs; /* Current Monitor specs */ 738 struct fb_monspecs *specs); 740 struct fb_monspecs *specs); 774 extern const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs,
|
/Linux-v4.19/drivers/video/fbdev/nvidia/ |
D | nv_setup.c | 304 struct fb_monspecs *monitorA, *monitorB; in NVCommonSetup() 305 struct fb_monspecs *monA = NULL, *monB = NULL; in NVCommonSetup() 314 monitorA = kzalloc(sizeof(struct fb_monspecs), GFP_KERNEL); in NVCommonSetup() 315 monitorB = kzalloc(sizeof(struct fb_monspecs), GFP_KERNEL); in NVCommonSetup()
|
D | nvidia.c | 1101 struct fb_monspecs *specs = &info->monspecs; in nvidia_set_fbinfo()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | sh_mobile_lcdcfb.h | 93 const struct fb_monspecs *monspec);
|
D | acornfb.c | 61 static struct fb_monspecs monspecs[NR_MONTYPES] = { 417 struct fb_monspecs *monspecs) in acornfb_validate_timing()
|
D | au1200fb.c | 324 struct fb_monspecs monspecs; /* FB monitor specs */ 1531 memcpy(&fbi->monspecs, &panel->monspecs, sizeof(struct fb_monspecs)); in au1200fb_init_fbinfo()
|
D | tdfxfb.c | 1346 struct fb_monspecs *specs) in tdfxfb_probe_i2c_connector() 1377 struct fb_monspecs *specs; in tdfxfb_probe()
|
D | sa1100fb.c | 1119 static struct fb_monspecs monspecs = {
|
D | atmel_lcdfb.c | 1188 struct fb_monspecs *monspecs; in atmel_lcdfb_probe()
|
D | fsl-diu-fb.c | 1527 struct fb_monspecs *specs = &info->monspecs; in install_fb()
|
D | sh_mobile_lcdcfb.c | 562 const struct fb_monspecs *monspec) in sh_mobile_lcdc_display_notify()
|
/Linux-v4.19/include/video/ |
D | atmel_lcdc.h | 45 struct fb_monspecs *default_monspecs;
|
/Linux-v4.19/drivers/video/fbdev/aty/ |
D | radeon_monitor.c | 908 struct fb_monspecs *specs = &info->monspecs; in radeon_check_modes()
|
/Linux-v4.19/drivers/video/fbdev/riva/ |
D | fbdev.c | 1788 struct fb_monspecs *specs = &info->monspecs; in riva_update_default_var()
|
/Linux-v4.19/drivers/video/fbdev/i810/ |
D | i810_main.c | 1900 struct fb_monspecs *specs = &info->monspecs; in i810fb_find_init_mode()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 2251 struct fb_monspecs *specs; in omapfb_find_best_mode()
|