Lines Matching refs:rvin_dev

152 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()
876 static enum v4l2_field rvin_get_active_field(struct rvin_dev *vin, u32 vnms) in rvin_get_active_field()
888 static void rvin_set_slot_addr(struct rvin_dev *vin, int slot, dma_addr_t addr) in rvin_set_slot_addr()
920 static void rvin_fill_hw_slot(struct rvin_dev *vin, int slot) in rvin_fill_hw_slot()
975 static int rvin_capture_start(struct rvin_dev *vin) in rvin_capture_start()
1003 static void rvin_capture_stop(struct rvin_dev *vin) in rvin_capture_stop()
1021 struct rvin_dev *vin = data; in rvin_irq()
1098 static void return_unused_buffers(struct rvin_dev *vin, in return_unused_buffers()
1119 struct rvin_dev *vin = vb2_get_drv_priv(vq); in rvin_queue_setup()
1133 struct rvin_dev *vin = vb2_get_drv_priv(vb->vb2_queue); in rvin_buffer_prepare()
1150 struct rvin_dev *vin = vb2_get_drv_priv(vb->vb2_queue); in rvin_buffer_queue()
1160 static int rvin_mc_validate_format(struct rvin_dev *vin, struct v4l2_subdev *sd, in rvin_mc_validate_format()
1245 static int rvin_set_stream(struct rvin_dev *vin, int on) in rvin_set_stream()
1299 int rvin_start_streaming(struct rvin_dev *vin) in rvin_start_streaming()
1323 struct rvin_dev *vin = vb2_get_drv_priv(vq); in rvin_start_streaming_vq()
1346 void rvin_stop_streaming(struct rvin_dev *vin) in rvin_stop_streaming()
1424 struct rvin_dev *vin = vb2_get_drv_priv(vq); in rvin_stop_streaming_vq()
1445 void rvin_dma_unregister(struct rvin_dev *vin) in rvin_dma_unregister()
1452 int rvin_dma_register(struct rvin_dev *vin, int irq) in rvin_dma_register()
1514 int rvin_set_channel_routing(struct rvin_dev *vin, u8 chsel) in rvin_set_channel_routing()
1562 void rvin_set_alpha(struct rvin_dev *vin, unsigned int alpha) in rvin_set_alpha()