Lines Matching refs:rvin_dev
34 struct rvin_dev;
170 void (*scaler)(struct rvin_dev *vin);
214 struct rvin_dev { struct
253 void (*scaler)(struct rvin_dev *vin); argument
289 struct rvin_dev *vin[RCAR_VIN_NUM];
291 int (*link_setup)(struct rvin_dev *vin);
299 int rvin_dma_register(struct rvin_dev *vin, int irq);
300 void rvin_dma_unregister(struct rvin_dev *vin);
302 int rvin_v4l2_register(struct rvin_dev *vin);
303 void rvin_v4l2_unregister(struct rvin_dev *vin);
305 const struct rvin_video_format *rvin_format_from_pixel(struct rvin_dev *vin,
310 void rvin_scaler_gen2(struct rvin_dev *vin);
311 void rvin_scaler_gen3(struct rvin_dev *vin);
312 void rvin_crop_scale_comp(struct rvin_dev *vin);
314 int rvin_set_channel_routing(struct rvin_dev *vin, u8 chsel);
315 void rvin_set_alpha(struct rvin_dev *vin, unsigned int alpha);
317 int rvin_start_streaming(struct rvin_dev *vin);
318 void rvin_stop_streaming(struct rvin_dev *vin);