Home
last modified time | relevance | path

Searched refs:set_output (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/media/davinci/
Dvpbe.h116 int (*set_output)(struct vpbe_device *vpbe_dev, member
/linux-4.4.14/drivers/hwtracing/intel_th/
Dintel_th.h142 int (*set_output)(struct intel_th_device *thdev, member
Dcore.c667 if (!hubdrv->set_output) in intel_th_set_output()
670 return hubdrv->set_output(hub, master); in intel_th_set_output()
Dgth.c690 .set_output = intel_th_gth_set_output,
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Dapply.c811 return mgr->set_output(mgr, dst); in dss_mgr_connect_compat()
1618 mgr->set_output = &dss_mgr_set_output; in omapdss_compat_init()
/linux-4.4.14/drivers/media/platform/davinci/
Dvpbe_display.c1026 if (NULL == vpbe_dev->ops.set_output) in vpbe_display_s_output()
1029 ret = vpbe_dev->ops.set_output(vpbe_dev, i); in vpbe_display_s_output()
Dvpbe.c810 .set_output = vpbe_set_output,
/linux-4.4.14/include/video/
Domapdss.h485 int (*set_output)(struct omap_overlay_manager *mgr, member