Lines Matching defs:vin

147 static void rvin_write(struct rvin_dev *vin, u32 value, u32 offset)  in rvin_write()
152 static u32 rvin_read(struct rvin_dev *vin, u32 offset) in rvin_read()
479 static void rvin_set_coeff(struct rvin_dev *vin, unsigned short xs) in rvin_set_coeff()
533 static void rvin_crop_scale_comp_gen2(struct rvin_dev *vin) in rvin_crop_scale_comp_gen2()
581 void rvin_crop_scale_comp(struct rvin_dev *vin) in rvin_crop_scale_comp()
621 static int rvin_setup(struct rvin_dev *vin) in rvin_setup()
828 static void rvin_disable_interrupts(struct rvin_dev *vin) in rvin_disable_interrupts()
833 static u32 rvin_get_interrupt_status(struct rvin_dev *vin) in rvin_get_interrupt_status()
838 static void rvin_ack_interrupt(struct rvin_dev *vin) in rvin_ack_interrupt()
843 static bool rvin_capture_active(struct rvin_dev *vin) in rvin_capture_active()
848 static enum v4l2_field rvin_get_active_field(struct rvin_dev *vin, u32 vnms) in rvin_get_active_field()
860 static void rvin_set_slot_addr(struct rvin_dev *vin, int slot, dma_addr_t addr) in rvin_set_slot_addr()
892 static void rvin_fill_hw_slot(struct rvin_dev *vin, int slot) in rvin_fill_hw_slot()
947 static int rvin_capture_start(struct rvin_dev *vin) in rvin_capture_start()
975 static void rvin_capture_stop(struct rvin_dev *vin) in rvin_capture_stop()
993 struct rvin_dev *vin = data; in rvin_irq() local
1066 static void return_unused_buffers(struct rvin_dev *vin, in return_unused_buffers()
1087 struct rvin_dev *vin = vb2_get_drv_priv(vq); in rvin_queue_setup() local
1101 struct rvin_dev *vin = vb2_get_drv_priv(vb->vb2_queue); in rvin_buffer_prepare() local
1118 struct rvin_dev *vin = vb2_get_drv_priv(vb->vb2_queue); in rvin_buffer_queue() local
1128 static int rvin_mc_validate_format(struct rvin_dev *vin, struct v4l2_subdev *sd, in rvin_mc_validate_format()
1213 static int rvin_set_stream(struct rvin_dev *vin, int on) in rvin_set_stream()
1267 int rvin_start_streaming(struct rvin_dev *vin) in rvin_start_streaming()
1291 struct rvin_dev *vin = vb2_get_drv_priv(vq); in rvin_start_streaming_vq() local
1314 void rvin_stop_streaming(struct rvin_dev *vin) in rvin_stop_streaming()
1382 struct rvin_dev *vin = vb2_get_drv_priv(vq); in rvin_stop_streaming_vq() local
1403 void rvin_dma_unregister(struct rvin_dev *vin) in rvin_dma_unregister()
1410 int rvin_dma_register(struct rvin_dev *vin, int irq) in rvin_dma_register()
1472 int rvin_set_channel_routing(struct rvin_dev *vin, u8 chsel) in rvin_set_channel_routing()
1520 void rvin_set_alpha(struct rvin_dev *vin, unsigned int alpha) in rvin_set_alpha()