Lines Matching refs:rvin_dev
211 struct rvin_dev { struct
286 struct rvin_dev *vin[RCAR_VIN_NUM];
288 int (*link_setup)(struct rvin_dev *vin);
296 int rvin_dma_register(struct rvin_dev *vin, int irq);
297 void rvin_dma_unregister(struct rvin_dev *vin);
299 int rvin_v4l2_register(struct rvin_dev *vin);
300 void rvin_v4l2_unregister(struct rvin_dev *vin);
302 const struct rvin_video_format *rvin_format_from_pixel(struct rvin_dev *vin,
307 void rvin_crop_scale_comp(struct rvin_dev *vin);
309 int rvin_set_channel_routing(struct rvin_dev *vin, u8 chsel);
310 void rvin_set_alpha(struct rvin_dev *vin, unsigned int alpha);
312 int rvin_start_streaming(struct rvin_dev *vin);
313 void rvin_stop_streaming(struct rvin_dev *vin);