Lines Matching refs:dssdev

454 		struct omap_dss_device *dssdev;  in omapvid_init()  local
457 dssdev = ovl->get_device(ovl); in omapvid_init()
459 if (!dssdev) in omapvid_init()
462 timing = &dssdev->panel.timings; in omapvid_init()
519 struct omap_dss_device *dssdev; in omapvid_apply_changes() local
522 dssdev = ovl->get_device(ovl); in omapvid_apply_changes()
523 if (!dssdev) in omapvid_apply_changes()
961 struct omap_dss_device *dssdev = ovl->get_device(ovl); in omap_vout_release() local
963 if (dssdev) in omap_vout_release()
1097 struct omap_dss_device *dssdev; in vidioc_try_fmt_vid_out() local
1102 dssdev = ovl->get_device(ovl); in vidioc_try_fmt_vid_out()
1104 if (!dssdev) in vidioc_try_fmt_vid_out()
1107 timing = &dssdev->panel.timings; in vidioc_try_fmt_vid_out()
1124 struct omap_dss_device *dssdev; in vidioc_s_fmt_vid_out() local
1133 dssdev = ovl->get_device(ovl); in vidioc_s_fmt_vid_out()
1136 if (!dssdev) { in vidioc_s_fmt_vid_out()
1140 timing = &dssdev->panel.timings; in vidioc_s_fmt_vid_out()
1297 struct omap_dss_device *dssdev; in vidioc_s_crop() local
1306 dssdev = ovl->get_device(ovl); in vidioc_s_crop()
1308 if (!dssdev) { in vidioc_s_crop()
1313 timing = &dssdev->panel.timings; in vidioc_s_crop()
1679 struct omap_dss_device *dssdev = ovl->get_device(ovl); in vidioc_streamon() local
1681 if (dssdev) { in vidioc_streamon()
1716 struct omap_dss_device *dssdev = ovl->get_device(ovl); in vidioc_streamoff() local
1718 if (dssdev) in vidioc_streamoff()
2144 struct omap_dss_device *dssdev = NULL; in omap_vout_probe() local
2170 for_each_dss_dev(dssdev) { in omap_vout_probe()
2171 omap_dss_get_device(dssdev); in omap_vout_probe()
2173 if (!dssdev->driver) { in omap_vout_probe()
2175 dssdev->name); in omap_vout_probe()
2176 omap_dss_put_device(dssdev); in omap_vout_probe()
2180 vid_dev->displays[vid_dev->num_displays++] = dssdev; in omap_vout_probe()
2202 dssdev = ovl->get_device(ovl); in omap_vout_probe()
2204 if (dssdev) { in omap_vout_probe()
2205 def_display = dssdev; in omap_vout_probe()
2252 dssdev = ovl->get_device(ovl); in omap_vout_probe()
2254 if (dssdev) in omap_vout_probe()
2255 def_display = dssdev; in omap_vout_probe()