Home
last modified time | relevance | path

Searched refs:rvin_dev (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/renesas/rcar-vin/
H A Drcar-vin.h33 struct rvin_dev;
134 void (*scaler)(struct rvin_dev *vin);
176 struct rvin_dev { struct
213 void (*scaler)(struct rvin_dev *vin); argument
250 struct rvin_dev *vin[RCAR_VIN_NUM];
260 int rvin_dma_register(struct rvin_dev *vin, int irq);
261 void rvin_dma_unregister(struct rvin_dev *vin);
263 int rvin_v4l2_register(struct rvin_dev *vin);
264 void rvin_v4l2_unregister(struct rvin_dev *vin);
266 const struct rvin_video_format *rvin_format_from_pixel(struct rvin_dev *vin,
[all …]
H A Drcar-core.c43 #define v4l2_dev_to_vin(d) container_of(d, struct rvin_dev, v4l2_dev)
68 static int rvin_group_init(struct rvin_group *group, struct rvin_dev *vin, in rvin_group_init()
118 static int rvin_group_get(struct rvin_dev *vin, in rvin_group_get()
174 static void rvin_group_put(struct rvin_dev *vin) in rvin_group_put()
211 struct rvin_dev *vin = v4l2_dev_to_vin(notifier->v4l2_dev); in rvin_group_notify_complete()
242 struct rvin_dev *vin = v4l2_dev_to_vin(notifier->v4l2_dev); in rvin_group_notify_unbind()
280 struct rvin_dev *vin = v4l2_dev_to_vin(notifier->v4l2_dev); in rvin_group_notify_bound()
286 struct rvin_dev *pvin = group->vin[i]; in rvin_group_notify_bound()
321 static int rvin_group_parse_of(struct rvin_dev *vin, unsigned int port, in rvin_group_parse_of()
361 static int rvin_parallel_parse_of(struct rvin_dev *vin) in rvin_parallel_parse_of()
[all …]