Searched refs:fb_monspecs (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/drivers/video/fbdev/via/ |
H A D | via_aux_edid.c | 20 struct fb_monspecs *spec = drv->data; in query_edid() 49 struct fb_monspecs *spec = drv->data; in get_preferred_mode() 66 struct fb_monspecs *spec = drv->data; in cleanup()
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A 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() 617 const struct fb_monspecs *specs) in fb_create_modedb() 695 static int fb_get_monitor_limits(unsigned char *edid, struct fb_monspecs *specs) in fb_get_monitor_limits() 776 static void get_monspecs(unsigned char *edid, struct fb_monspecs *specs) in get_monspecs() 937 void fb_edid_to_monspecs(unsigned char *edid, struct fb_monspecs *specs) in fb_edid_to_monspecs() 951 memset(specs, 0, sizeof(struct fb_monspecs)); in fb_edid_to_monspecs() [all …]
|
H A D | modedb.c | 1142 const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs, in fb_find_best_display()
|
/openbmc/linux/drivers/video/fbdev/nvidia/ |
H A D | nv_setup.c | 277 struct fb_monspecs *monitorA, *monitorB; in NVCommonSetup() 278 struct fb_monspecs *monA = NULL, *monB = NULL; in NVCommonSetup() 287 monitorA = kzalloc(sizeof(struct fb_monspecs), GFP_KERNEL); in NVCommonSetup() 288 monitorB = kzalloc(sizeof(struct fb_monspecs), GFP_KERNEL); in NVCommonSetup()
|
H A D | nvidia.c | 1108 struct fb_monspecs *specs = &info->monspecs; in nvidia_set_fbinfo()
|
/openbmc/linux/include/video/ |
H A D | atmel_lcdc.h | 32 struct fb_monspecs *default_monspecs;
|
/openbmc/linux/include/linux/ |
H A D | fb.h | 65 struct fb_monspecs { struct 457 struct fb_monspecs monspecs; /* Current Monitor specs */ 764 struct fb_monspecs *specs); 798 extern const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs,
|
/openbmc/u-boot/include/linux/ |
H A D | fb.h | 307 struct fb_monspecs { struct 499 struct fb_monspecs monspecs; /* Current Monitor specs */
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | acornfb.c | 57 static struct fb_monspecs monspecs[NR_MONTYPES] = { 413 struct fb_monspecs *monspecs) in acornfb_validate_timing()
|
H A D | au1200fb.c | 325 struct fb_monspecs monspecs; /* FB monitor specs */ 1533 memcpy(&fbi->monspecs, &panel->monspecs, sizeof(struct fb_monspecs)); in au1200fb_init_fbinfo()
|
H A D | tdfxfb.c | 1346 struct fb_monspecs *specs) in tdfxfb_probe_i2c_connector() 1377 struct fb_monspecs *specs; in tdfxfb_probe()
|
H A D | sa1100fb.c | 1055 static const struct fb_monspecs monspecs = {
|
H A D | fsl-diu-fb.c | 1521 struct fb_monspecs *specs = &info->monspecs; in install_fb()
|
/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | radeon_monitor.c | 906 struct fb_monspecs *specs = &info->monspecs; in radeon_check_modes()
|
/openbmc/linux/drivers/video/fbdev/riva/ |
H A D | fbdev.c | 1780 struct fb_monspecs *specs = &info->monspecs; in riva_update_default_var()
|
/openbmc/linux/drivers/video/fbdev/i810/ |
H A D | i810_main.c | 1901 struct fb_monspecs *specs = &info->monspecs; in i810fb_find_init_mode()
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-main.c | 2230 struct fb_monspecs *specs; in omapfb_find_best_mode()
|