Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/rcar-vin/
Drcar-vin.h184 struct rvin_dev { struct
253 struct rvin_dev *vin[RCAR_VIN_NUM];
261 int rvin_dma_register(struct rvin_dev *vin, int irq);
262 void rvin_dma_unregister(struct rvin_dev *vin);
264 int rvin_v4l2_register(struct rvin_dev *vin);
265 void rvin_v4l2_unregister(struct rvin_dev *vin);
267 const struct rvin_video_format *rvin_format_from_pixel(struct rvin_dev *vin,
272 void rvin_crop_scale_comp(struct rvin_dev *vin);
274 int rvin_set_channel_routing(struct rvin_dev *vin, u8 chsel);
275 void rvin_set_alpha(struct rvin_dev *vin, unsigned int alpha);
Drcar-v4l2.c67 const struct rvin_video_format *rvin_format_from_pixel(struct rvin_dev *vin, in rvin_format_from_pixel()
82 static u32 rvin_format_bytesperline(struct rvin_dev *vin, in rvin_format_bytesperline()
106 static void rvin_format_align(struct rvin_dev *vin, struct v4l2_pix_format *pix) in rvin_format_align()
153 static int rvin_reset_format(struct rvin_dev *vin) in rvin_reset_format()
180 static int rvin_try_format(struct rvin_dev *vin, u32 which, in rvin_try_format()
251 struct rvin_dev *vin = video_drvdata(file); in rvin_querycap()
263 struct rvin_dev *vin = video_drvdata(file); in rvin_try_fmt_vid_cap()
272 struct rvin_dev *vin = video_drvdata(file); in rvin_s_fmt_vid_cap()
295 struct rvin_dev *vin = video_drvdata(file); in rvin_g_fmt_vid_cap()
316 struct rvin_dev *vin = video_drvdata(file); in rvin_g_selection()
[all …]
Drcar-dma.c144 static void rvin_write(struct rvin_dev *vin, u32 value, u32 offset) in rvin_write()
149 static u32 rvin_read(struct rvin_dev *vin, u32 offset) in rvin_read()
476 static void rvin_set_coeff(struct rvin_dev *vin, unsigned short xs) in rvin_set_coeff()
530 static void rvin_crop_scale_comp_gen2(struct rvin_dev *vin) in rvin_crop_scale_comp_gen2()
578 void rvin_crop_scale_comp(struct rvin_dev *vin) in rvin_crop_scale_comp()
615 static int rvin_setup(struct rvin_dev *vin) in rvin_setup()
782 static void rvin_disable_interrupts(struct rvin_dev *vin) in rvin_disable_interrupts()
787 static u32 rvin_get_interrupt_status(struct rvin_dev *vin) in rvin_get_interrupt_status()
792 static void rvin_ack_interrupt(struct rvin_dev *vin) in rvin_ack_interrupt()
797 static bool rvin_capture_active(struct rvin_dev *vin) in rvin_capture_active()
[all …]
Drcar-core.c45 #define v4l2_dev_to_vin(d) container_of(d, struct rvin_dev, v4l2_dev)
67 static unsigned int rvin_group_get_mask(struct rvin_dev *vin, in rvin_group_get_mask()
122 struct rvin_dev *vin = NULL; in rvin_group_link_notify()
147 vin = container_of(vdev, struct rvin_dev, vdev); in rvin_group_link_notify()
251 static int rvin_group_init(struct rvin_group *group, struct rvin_dev *vin) in rvin_group_init()
304 static int rvin_group_get(struct rvin_dev *vin) in rvin_group_get()
373 static void rvin_group_put(struct rvin_dev *vin) in rvin_group_put()
398 struct rvin_dev *vin = in rvin_s_ctrl()
399 container_of(ctrl->handler, struct rvin_dev, ctrl_handler); in rvin_s_ctrl()
437 static int rvin_parallel_subdevice_attach(struct rvin_dev *vin, in rvin_parallel_subdevice_attach()
[all …]