Lines Matching refs:vin
142 unsigned int vin; member
252 #define vin_to_source(vin) ((vin)->parallel.subdev) argument
281 struct rvin_dev *vin[RCAR_VIN_NUM]; member
289 int rvin_dma_register(struct rvin_dev *vin, int irq);
290 void rvin_dma_unregister(struct rvin_dev *vin);
292 int rvin_v4l2_register(struct rvin_dev *vin);
293 void rvin_v4l2_unregister(struct rvin_dev *vin);
295 const struct rvin_video_format *rvin_format_from_pixel(struct rvin_dev *vin,
300 void rvin_crop_scale_comp(struct rvin_dev *vin);
302 int rvin_set_channel_routing(struct rvin_dev *vin, u8 chsel);
303 void rvin_set_alpha(struct rvin_dev *vin, unsigned int alpha);
305 int rvin_start_streaming(struct rvin_dev *vin);
306 void rvin_stop_streaming(struct rvin_dev *vin);