Home
last modified time | relevance | path

Searched refs:vpbe_dev (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/media/video/davinci/
Dvpbe.c63 vpbe_current_encoder_info(struct vpbe_device *vpbe_dev) in vpbe_current_encoder_info() argument
65 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_current_encoder_info()
66 int index = vpbe_dev->current_sd_index; in vpbe_current_encoder_info()
107 static int vpbe_g_cropcap(struct vpbe_device *vpbe_dev, in vpbe_g_cropcap() argument
114 cropcap->bounds.width = vpbe_dev->current_timings.xres; in vpbe_g_cropcap()
115 cropcap->bounds.height = vpbe_dev->current_timings.yres; in vpbe_g_cropcap()
129 static int vpbe_enum_outputs(struct vpbe_device *vpbe_dev, in vpbe_enum_outputs() argument
132 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_enum_outputs()
144 static int vpbe_get_mode_info(struct vpbe_device *vpbe_dev, char *mode, in vpbe_get_mode_info() argument
147 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_get_mode_info()
[all …]
Dvpbe_display.c52 struct vpbe_device *vpbe_dev = disp_dev->vpbe_dev; in venc_is_second_field() local
56 ret = v4l2_subdev_call(vpbe_dev->venc, in venc_is_second_field()
62 v4l2_err(&vpbe_dev->v4l2_dev, in venc_is_second_field()
212 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_buffer_prepare() local
216 v4l2_dbg(1, debug, &vpbe_dev->v4l2_dev, in vpbe_buffer_prepare()
228 v4l2_err(&vpbe_dev->v4l2_dev, "Failed to map \ in vpbe_buffer_prepare()
237 v4l2_err(&vpbe_dev->v4l2_dev, in vpbe_buffer_prepare()
259 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_buffer_setup() local
261 v4l2_dbg(1, debug, &vpbe_dev->v4l2_dev, "vpbe_buffer_setup\n"); in vpbe_buffer_setup()
283 struct vpbe_device *vpbe_dev = fh->disp_dev->vpbe_dev; in vpbe_buffer_queue() local
[all …]
/linux-3.4.99/include/media/davinci/
Dvpbe.h108 int (*g_cropcap)(struct vpbe_device *vpbe_dev,
112 int (*enum_outputs)(struct vpbe_device *vpbe_dev,
116 int (*set_output)(struct vpbe_device *vpbe_dev,
120 unsigned int (*get_output)(struct vpbe_device *vpbe_dev);
123 int (*s_dv_preset)(struct vpbe_device *vpbe_dev,
127 int (*g_dv_preset)(struct vpbe_device *vpbe_dev,
131 int (*enum_dv_presets)(struct vpbe_device *vpbe_dev,
135 int (*s_std)(struct vpbe_device *vpbe_dev, v4l2_std_id *std_id);
138 int (*g_std)(struct vpbe_device *vpbe_dev, v4l2_std_id *std_id);
141 int (*initialize)(struct device *dev, struct vpbe_device *vpbe_dev);
[all …]
Dvpbe_display.h124 struct vpbe_device *vpbe_dev; member