Searched refs:vpbe_dev (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/media/platform/davinci/ |
D | vpbe.c | 59 vpbe_current_encoder_info(struct vpbe_device *vpbe_dev) in vpbe_current_encoder_info() argument 61 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_current_encoder_info() 62 int index = vpbe_dev->current_sd_index; in vpbe_current_encoder_info() 103 static int vpbe_g_cropcap(struct vpbe_device *vpbe_dev, in vpbe_g_cropcap() argument 110 cropcap->bounds.width = vpbe_dev->current_timings.xres; in vpbe_g_cropcap() 111 cropcap->bounds.height = vpbe_dev->current_timings.yres; in vpbe_g_cropcap() 125 static int vpbe_enum_outputs(struct vpbe_device *vpbe_dev, in vpbe_enum_outputs() argument 128 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_enum_outputs() 140 static int vpbe_get_mode_info(struct vpbe_device *vpbe_dev, char *mode, in vpbe_get_mode_info() argument 143 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_get_mode_info() [all …]
|
D | vpbe_display.c | 58 struct vpbe_device *vpbe_dev = disp_dev->vpbe_dev; in venc_is_second_field() local 61 ret = v4l2_subdev_call(vpbe_dev->venc, in venc_is_second_field() 67 v4l2_err(&vpbe_dev->v4l2_dev, in venc_is_second_field() 210 struct vpbe_device *vpbe_dev = layer->disp_dev->vpbe_dev; in vpbe_buffer_prepare() local 213 v4l2_dbg(1, debug, &vpbe_dev->v4l2_dev, in vpbe_buffer_prepare() 222 v4l2_err(&vpbe_dev->v4l2_dev, in vpbe_buffer_prepare() 241 struct vpbe_device *vpbe_dev = layer->disp_dev->vpbe_dev; in vpbe_buffer_queue_setup() local 243 v4l2_dbg(1, debug, &vpbe_dev->v4l2_dev, "vpbe_buffer_setup\n"); in vpbe_buffer_queue_setup() 270 struct vpbe_device *vpbe_dev = layer->disp_dev->vpbe_dev; in vpbe_buffer_queue() local 273 v4l2_dbg(1, debug, &vpbe_dev->v4l2_dev, in vpbe_buffer_queue() [all …]
|
/Linux-v4.19/include/media/davinci/ |
D | vpbe.h | 104 int (*g_cropcap)(struct vpbe_device *vpbe_dev, 108 int (*enum_outputs)(struct vpbe_device *vpbe_dev, 112 int (*set_output)(struct vpbe_device *vpbe_dev, 116 unsigned int (*get_output)(struct vpbe_device *vpbe_dev); 119 int (*s_dv_timings)(struct vpbe_device *vpbe_dev, 123 int (*g_dv_timings)(struct vpbe_device *vpbe_dev, 127 int (*enum_dv_timings)(struct vpbe_device *vpbe_dev, 131 int (*s_std)(struct vpbe_device *vpbe_dev, v4l2_std_id std_id); 134 int (*g_std)(struct vpbe_device *vpbe_dev, v4l2_std_id *std_id); 137 int (*initialize)(struct device *dev, struct vpbe_device *vpbe_dev); [all …]
|
D | vpbe_display.h | 119 struct vpbe_device *vpbe_dev; member
|