Lines Matching refs:rvin_dev

146 static void rvin_write(struct rvin_dev *vin, u32 value, u32 offset)  in rvin_write()
151 static u32 rvin_read(struct rvin_dev *vin, u32 offset) in rvin_read()
478 static void rvin_set_coeff(struct rvin_dev *vin, unsigned short xs) in rvin_set_coeff()
532 static void rvin_crop_scale_comp_gen2(struct rvin_dev *vin) in rvin_crop_scale_comp_gen2()
580 void rvin_crop_scale_comp(struct rvin_dev *vin) in rvin_crop_scale_comp()
619 static int rvin_setup(struct rvin_dev *vin) in rvin_setup()
815 static void rvin_disable_interrupts(struct rvin_dev *vin) in rvin_disable_interrupts()
820 static u32 rvin_get_interrupt_status(struct rvin_dev *vin) in rvin_get_interrupt_status()
825 static void rvin_ack_interrupt(struct rvin_dev *vin) in rvin_ack_interrupt()
830 static bool rvin_capture_active(struct rvin_dev *vin) in rvin_capture_active()
835 static enum v4l2_field rvin_get_active_field(struct rvin_dev *vin, u32 vnms) in rvin_get_active_field()
847 static void rvin_set_slot_addr(struct rvin_dev *vin, int slot, dma_addr_t addr) in rvin_set_slot_addr()
879 static void rvin_fill_hw_slot(struct rvin_dev *vin, int slot) in rvin_fill_hw_slot()
933 static int rvin_capture_start(struct rvin_dev *vin) in rvin_capture_start()
961 static void rvin_capture_stop(struct rvin_dev *vin) in rvin_capture_stop()
979 struct rvin_dev *vin = data; in rvin_irq()
1052 static void return_unused_buffers(struct rvin_dev *vin, in return_unused_buffers()
1073 struct rvin_dev *vin = vb2_get_drv_priv(vq); in rvin_queue_setup()
1087 struct rvin_dev *vin = vb2_get_drv_priv(vb->vb2_queue); in rvin_buffer_prepare()
1104 struct rvin_dev *vin = vb2_get_drv_priv(vb->vb2_queue); in rvin_buffer_queue()
1114 static int rvin_mc_validate_format(struct rvin_dev *vin, struct v4l2_subdev *sd, in rvin_mc_validate_format()
1195 static int rvin_set_stream(struct rvin_dev *vin, int on) in rvin_set_stream()
1249 int rvin_start_streaming(struct rvin_dev *vin) in rvin_start_streaming()
1273 struct rvin_dev *vin = vb2_get_drv_priv(vq); in rvin_start_streaming_vq()
1296 void rvin_stop_streaming(struct rvin_dev *vin) in rvin_stop_streaming()
1364 struct rvin_dev *vin = vb2_get_drv_priv(vq); in rvin_stop_streaming_vq()
1385 void rvin_dma_unregister(struct rvin_dev *vin) in rvin_dma_unregister()
1392 int rvin_dma_register(struct rvin_dev *vin, int irq) in rvin_dma_register()
1454 int rvin_set_channel_routing(struct rvin_dev *vin, u8 chsel) in rvin_set_channel_routing()
1502 void rvin_set_alpha(struct rvin_dev *vin, unsigned int alpha) in rvin_set_alpha()