get_timings       242 drivers/gpu/drm/panel/panel-seiko-43wvf1g.c 	.get_timings = seiko_panel_get_timings,
get_timings       364 drivers/gpu/drm/panel/panel-simple.c 	.get_timings = panel_simple_get_timings,
get_timings       177 drivers/video/fbdev/omap2/omapfb/displays/connector-analog-tv.c 	.get_timings		= tvc_get_timings,
get_timings       226 drivers/video/fbdev/omap2/omapfb/displays/connector-dvi.c 	.get_timings	= dvic_get_timings,
get_timings       194 drivers/video/fbdev/omap2/omapfb/displays/connector-hdmi.c 	.get_timings		= hdmic_get_timings,
get_timings       175 drivers/video/fbdev/omap2/omapfb/displays/encoder-opa362.c 	.get_timings	= opa362_get_timings,
get_timings       162 drivers/video/fbdev/omap2/omapfb/displays/encoder-tfp410.c 	.get_timings	= tfp410_get_timings,
get_timings       192 drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c 	.get_timings		= tpd_get_timings,
get_timings       148 drivers/video/fbdev/omap2/omapfb/displays/panel-dpi.c 	.get_timings	= panel_dpi_get_timings,
get_timings       233 drivers/video/fbdev/omap2/omapfb/displays/panel-lgphilips-lb035q02.c 	.get_timings	= lb035q02_get_timings,
get_timings       224 drivers/video/fbdev/omap2/omapfb/displays/panel-nec-nl8048hl11.c 	.get_timings	= nec_8048_get_timings,
get_timings       190 drivers/video/fbdev/omap2/omapfb/displays/panel-sharp-ls037v7dw01.c 	.get_timings	= sharp_ls_get_timings,
get_timings       690 drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c 	.get_timings	= acx565akm_get_timings,
get_timings       352 drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td028ttec1.c 	.get_timings	= td028ttec1_panel_get_timings,
get_timings       453 drivers/video/fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c 	.get_timings	= tpo_td043_get_timings,
get_timings        91 drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c 	if (!dssdev->driver->get_timings)
get_timings        94 drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c 	dssdev->driver->get_timings(dssdev, &t);
get_timings       157 drivers/video/fbdev/omap2/omapfb/dss/display.c 	if (drv && drv->get_timings == NULL)
get_timings       158 drivers/video/fbdev/omap2/omapfb/dss/display.c 		drv->get_timings = omapdss_default_get_timings;
get_timings       703 drivers/video/fbdev/omap2/omapfb/dss/dpi.c 	.get_timings = dpi_get_timings,
get_timings       500 drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c 	.get_timings		= hdmi_display_get_timings,
get_timings       530 drivers/video/fbdev/omap2/omapfb/dss/hdmi5.c 	.get_timings		= hdmi_display_get_timings,
get_timings       321 drivers/video/fbdev/omap2/omapfb/dss/sdi.c 	.get_timings = sdi_get_timings,
get_timings       771 drivers/video/fbdev/omap2/omapfb/dss/venc.c 	.get_timings = venc_get_timings,
get_timings       710 drivers/video/fbdev/omap2/omapfb/omapfb-main.c 	if (display && display->driver->get_timings) {
get_timings       712 drivers/video/fbdev/omap2/omapfb/omapfb-main.c 		display->driver->get_timings(display, &timings);
get_timings      2057 drivers/video/fbdev/omap2/omapfb/omapfb-main.c 	if (display->driver->get_timings) {
get_timings      2058 drivers/video/fbdev/omap2/omapfb/omapfb-main.c 		display->driver->get_timings(display, timings);
get_timings      2124 drivers/video/fbdev/omap2/omapfb/omapfb-main.c 		if (display->driver->get_timings) {
get_timings      2125 drivers/video/fbdev/omap2/omapfb/omapfb-main.c 			display->driver->get_timings(display, &temp_timings);
get_timings      2207 drivers/video/fbdev/omap2/omapfb/omapfb-main.c 	if (display->driver->get_timings) {
get_timings      2208 drivers/video/fbdev/omap2/omapfb/omapfb-main.c 		display->driver->get_timings(display, t);
get_timings       106 include/drm/drm_panel.h 	int (*get_timings)(struct drm_panel *panel, unsigned int num_timings,
get_timings       450 include/video/omapfb_dss.h 	void (*get_timings)(struct omap_dss_device *dssdev,
get_timings       469 include/video/omapfb_dss.h 	void (*get_timings)(struct omap_dss_device *dssdev,
get_timings       488 include/video/omapfb_dss.h 	void (*get_timings)(struct omap_dss_device *dssdev,
get_timings       505 include/video/omapfb_dss.h 	void (*get_timings)(struct omap_dss_device *dssdev,
get_timings       530 include/video/omapfb_dss.h 	void (*get_timings)(struct omap_dss_device *dssdev,
get_timings       727 include/video/omapfb_dss.h 	void (*get_timings)(struct omap_dss_device *dssdev,