Lines Matching refs:vin
154 unsigned int vin; member
266 #define vin_to_source(vin) ((vin)->parallel.subdev) argument
296 struct rvin_dev *vin[RCAR_VIN_NUM]; member
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);
312 const struct rvin_video_format *rvin_format_from_pixel(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);
320 void rvin_set_alpha(struct rvin_dev *vin, unsigned int alpha);
322 int rvin_start_streaming(struct rvin_dev *vin);
323 void rvin_stop_streaming(struct rvin_dev *vin);