Lines Matching defs:output
310 omapdss_device_disconnect(NULL, pipe->output);
312 omapdss_device_put(pipe->output);
313 pipe->output = NULL;
324 struct omap_dss_device *output = NULL;
327 for_each_dss_output(output) {
328 r = omapdss_device_connect(priv->dss, NULL, output);
330 omapdss_device_put(output);
333 dev_warn(output->dev, "could not connect output %s\n",
334 output->name);
339 pipe->output = omapdss_device_get(output);
343 omapdss_device_put(output);
377 static int omap_display_id(struct omap_dss_device *output)
381 if (output->bridge) {
382 struct drm_bridge *bridge = output->bridge;
454 pipe->encoder = omap_encoder_init(dev, pipe->output);
458 if (pipe->output->bridge) {
460 pipe->output->bridge, NULL,
466 id = omap_display_id(pipe->output);
480 enum omap_channel channel = pipe->output->dispc_channel;
498 pipe->output->name);