Lines Matching defs:dssdev
22 /* The encoder and connector both map to same dssdev.. the encoder
78 struct omap_dss_device *dssdev;
101 for (dssdev = output; dssdev; dssdev = dssdev->next)
102 omap_encoder_update_videomode_flags(&vm, dssdev->bus_flags);
123 struct omap_dss_device *dssdev = omap_encoder->output;
126 dev_dbg(dev->dev, "disable(%s)\n", dssdev->name);
131 * dssdev->next is NULL for all other outputs.
133 omapdss_device_disable(dssdev->next);
139 struct omap_dss_device *dssdev = omap_encoder->output;
142 dev_dbg(dev->dev, "enable(%s)\n", dssdev->name);
147 * dssdev->next is NULL for all other outputs.
149 omapdss_device_enable(dssdev->next);