Home
last modified time | relevance | path

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

/linux/drivers/media/platform/rcar-vin/
A Drcar-vin.h221 struct rvin_dev { struct
296 struct rvin_dev *vin[RCAR_VIN_NUM];
298 int (*link_setup)(struct rvin_dev *vin);
306 int rvin_dma_register(struct rvin_dev *vin, int irq);
307 void rvin_dma_unregister(struct rvin_dev *vin);
309 int rvin_v4l2_register(struct rvin_dev *vin);
310 void rvin_v4l2_unregister(struct rvin_dev *vin);
317 void rvin_crop_scale_comp(struct rvin_dev *vin);
319 int rvin_set_channel_routing(struct rvin_dev *vin, u8 chsel);
322 int rvin_start_streaming(struct rvin_dev *vin);
[all …]
A Drcar-v4l2.c303 struct rvin_dev *vin = video_drvdata(file); in rvin_querycap()
315 struct rvin_dev *vin = video_drvdata(file); in rvin_try_fmt_vid_cap()
323 struct rvin_dev *vin = video_drvdata(file); in rvin_s_fmt_vid_cap()
352 struct rvin_dev *vin = video_drvdata(file); in rvin_g_fmt_vid_cap()
362 struct rvin_dev *vin = video_drvdata(file); in rvin_enum_fmt_vid_cap()
426 struct rvin_dev *vin = video_drvdata(file); in rvin_g_selection()
460 struct rvin_dev *vin = video_drvdata(file); in rvin_s_selection()
533 struct rvin_dev *vin = video_drvdata(file); in rvin_g_parm()
542 struct rvin_dev *vin = video_drvdata(file); in rvin_s_parm()
551 struct rvin_dev *vin = video_drvdata(file); in rvin_g_pixelaspect()
[all …]
A Drcar-dma.c581 void rvin_crop_scale_comp(struct rvin_dev *vin) in rvin_crop_scale_comp()
621 static int rvin_setup(struct rvin_dev *vin) in rvin_setup()
947 static int rvin_capture_start(struct rvin_dev *vin) in rvin_capture_start()
975 static void rvin_capture_stop(struct rvin_dev *vin) in rvin_capture_stop()
993 struct rvin_dev *vin = data; in rvin_irq()
1087 struct rvin_dev *vin = vb2_get_drv_priv(vq); in rvin_queue_setup()
1267 int rvin_start_streaming(struct rvin_dev *vin) in rvin_start_streaming()
1291 struct rvin_dev *vin = vb2_get_drv_priv(vq); in rvin_start_streaming_vq()
1314 void rvin_stop_streaming(struct rvin_dev *vin) in rvin_stop_streaming()
1382 struct rvin_dev *vin = vb2_get_drv_priv(vq); in rvin_stop_streaming_vq()
[all …]
A Drcar-core.c70 int (*link_setup)(struct rvin_dev *), in rvin_group_init() argument
121 static int rvin_group_get(struct rvin_dev *vin, in rvin_group_get()
122 int (*link_setup)(struct rvin_dev *), in rvin_group_get() argument
192 static void rvin_group_put(struct rvin_dev *vin) in rvin_group_put()
424 struct rvin_dev *vin = in rvin_s_ctrl()
803 struct rvin_dev *vin = NULL; in rvin_csi2_link_notify()
964 static int rvin_csi2_init(struct rvin_dev *vin) in rvin_csi2_init()
1056 static int rvin_isp_init(struct rvin_dev *vin) in rvin_isp_init()
1092 struct rvin_dev *vin = dev_get_drvdata(dev); in rvin_suspend()
1106 struct rvin_dev *vin = dev_get_drvdata(dev); in rvin_resume()
[all …]

Completed in 16 milliseconds