Lines Matching defs:vin
118 * @vin: VIN ID.
120 * allow for a route from @csi + @chan to @vin.
130 * allow for the same route from @csi + @channel to @vin. For example
139 unsigned int vin;
247 #define vin_to_source(vin) ((vin)->parallel->subdev)
261 * @lock: protects the count, notifier, vin and csi members
264 * @vin: VIN instances which are part of the group
276 struct rvin_dev *vin[RCAR_VIN_NUM];
284 int rvin_dma_register(struct rvin_dev *vin, int irq);
285 void rvin_dma_unregister(struct rvin_dev *vin);
287 int rvin_v4l2_register(struct rvin_dev *vin);
288 void rvin_v4l2_unregister(struct rvin_dev *vin);
290 const struct rvin_video_format *rvin_format_from_pixel(struct rvin_dev *vin,
295 void rvin_crop_scale_comp(struct rvin_dev *vin);
297 int rvin_set_channel_routing(struct rvin_dev *vin, u8 chsel);
298 void rvin_set_alpha(struct rvin_dev *vin, unsigned int alpha);