Lines Matching refs:dssdev

442 		struct omap_dss_device *dssdev;  in omapvid_init()  local
445 dssdev = ovl->get_device(ovl); in omapvid_init()
447 if (!dssdev) in omapvid_init()
450 timing = &dssdev->panel.timings; in omapvid_init()
503 struct omap_dss_device *dssdev; in omapvid_apply_changes() local
506 dssdev = ovl->get_device(ovl); in omapvid_apply_changes()
507 if (!dssdev) in omapvid_apply_changes()
950 struct omap_dss_device *dssdev = ovl->get_device(ovl); in omap_vout_release() local
952 if (dssdev) in omap_vout_release()
1086 struct omap_dss_device *dssdev; in vidioc_try_fmt_vid_out() local
1091 dssdev = ovl->get_device(ovl); in vidioc_try_fmt_vid_out()
1093 if (!dssdev) in vidioc_try_fmt_vid_out()
1096 timing = &dssdev->panel.timings; in vidioc_try_fmt_vid_out()
1113 struct omap_dss_device *dssdev; in vidioc_s_fmt_vid_out() local
1122 dssdev = ovl->get_device(ovl); in vidioc_s_fmt_vid_out()
1125 if (!dssdev) { in vidioc_s_fmt_vid_out()
1129 timing = &dssdev->panel.timings; in vidioc_s_fmt_vid_out()
1286 struct omap_dss_device *dssdev; in vidioc_s_crop() local
1295 dssdev = ovl->get_device(ovl); in vidioc_s_crop()
1297 if (!dssdev) { in vidioc_s_crop()
1302 timing = &dssdev->panel.timings; in vidioc_s_crop()
1668 struct omap_dss_device *dssdev = ovl->get_device(ovl); in vidioc_streamon() local
1670 if (dssdev) { in vidioc_streamon()
1705 struct omap_dss_device *dssdev = ovl->get_device(ovl); in vidioc_streamoff() local
1707 if (dssdev) in vidioc_streamoff()
2133 struct omap_dss_device *dssdev = NULL; in omap_vout_probe() local
2159 for_each_dss_dev(dssdev) { in omap_vout_probe()
2160 omap_dss_get_device(dssdev); in omap_vout_probe()
2162 if (!dssdev->driver) { in omap_vout_probe()
2164 dssdev->name); in omap_vout_probe()
2165 omap_dss_put_device(dssdev); in omap_vout_probe()
2169 vid_dev->displays[vid_dev->num_displays++] = dssdev; in omap_vout_probe()
2191 dssdev = ovl->get_device(ovl); in omap_vout_probe()
2193 if (dssdev) { in omap_vout_probe()
2194 def_display = dssdev; in omap_vout_probe()
2241 dssdev = ovl->get_device(ovl); in omap_vout_probe()
2243 if (dssdev) in omap_vout_probe()
2244 def_display = dssdev; in omap_vout_probe()