Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/renesas/rcar-vin/
Drcar-vin.h211 struct rvin_dev { struct
286 struct rvin_dev *vin[RCAR_VIN_NUM];
288 int (*link_setup)(struct rvin_dev *vin);
296 int rvin_dma_register(struct rvin_dev *vin, int irq);
297 void rvin_dma_unregister(struct rvin_dev *vin);
299 int rvin_v4l2_register(struct rvin_dev *vin);
300 void rvin_v4l2_unregister(struct rvin_dev *vin);
302 const struct rvin_video_format *rvin_format_from_pixel(struct rvin_dev *vin,
307 void rvin_crop_scale_comp(struct rvin_dev *vin);
309 int rvin_set_channel_routing(struct rvin_dev *vin, u8 chsel);
[all …]
Drcar-v4l2.c91 const struct rvin_video_format *rvin_format_from_pixel(struct rvin_dev *vin, in rvin_format_from_pixel()
120 static u32 rvin_format_bytesperline(struct rvin_dev *vin, in rvin_format_bytesperline()
159 static void rvin_format_align(struct rvin_dev *vin, struct v4l2_pix_format *pix) in rvin_format_align()
215 static int rvin_reset_format(struct rvin_dev *vin) in rvin_reset_format()
252 static int rvin_try_format(struct rvin_dev *vin, u32 which, in rvin_try_format()
323 struct rvin_dev *vin = video_drvdata(file); in rvin_try_fmt_vid_cap()
331 struct rvin_dev *vin = video_drvdata(file); in rvin_s_fmt_vid_cap()
360 struct rvin_dev *vin = video_drvdata(file); in rvin_g_fmt_vid_cap()
370 struct rvin_dev *vin = video_drvdata(file); in rvin_enum_fmt_vid_cap()
434 struct rvin_dev *vin = video_drvdata(file); in rvin_g_selection()
[all …]
Drcar-core.c45 #define v4l2_dev_to_vin(d) container_of(d, struct rvin_dev, v4l2_dev)
69 static int rvin_group_init(struct rvin_group *group, struct rvin_dev *vin, in rvin_group_init()
70 int (*link_setup)(struct rvin_dev *), in rvin_group_init() argument
119 static int rvin_group_get(struct rvin_dev *vin, in rvin_group_get()
120 int (*link_setup)(struct rvin_dev *), in rvin_group_get() argument
190 static void rvin_group_put(struct rvin_dev *vin) in rvin_group_put()
227 struct rvin_dev *vin = v4l2_dev_to_vin(notifier->v4l2_dev); in rvin_group_notify_complete()
258 struct rvin_dev *vin = v4l2_dev_to_vin(notifier->v4l2_dev); in rvin_group_notify_unbind()
284 struct rvin_dev *vin = v4l2_dev_to_vin(notifier->v4l2_dev); in rvin_group_notify_bound()
308 static int rvin_group_parse_of(struct rvin_dev *vin, unsigned int port, in rvin_group_parse_of()
[all …]
Drcar-dma.c152 static void rvin_write(struct rvin_dev *vin, u32 value, u32 offset) in rvin_write()
157 static u32 rvin_read(struct rvin_dev *vin, u32 offset) in rvin_read()
484 static void rvin_set_coeff(struct rvin_dev *vin, unsigned short xs) in rvin_set_coeff()
538 static void rvin_crop_scale_comp_gen2(struct rvin_dev *vin) in rvin_crop_scale_comp_gen2()
586 void rvin_crop_scale_comp(struct rvin_dev *vin) in rvin_crop_scale_comp()
626 static int rvin_setup(struct rvin_dev *vin) in rvin_setup()
856 static void rvin_disable_interrupts(struct rvin_dev *vin) in rvin_disable_interrupts()
861 static u32 rvin_get_interrupt_status(struct rvin_dev *vin) in rvin_get_interrupt_status()
866 static void rvin_ack_interrupt(struct rvin_dev *vin) in rvin_ack_interrupt()
871 static bool rvin_capture_active(struct rvin_dev *vin) in rvin_capture_active()
[all …]