Lines Matching defs:cru

108 static void rzg2l_cru_write(struct rzg2l_cru_dev *cru, u32 offset, u32 value)  in rzg2l_cru_write()
113 static u32 rzg2l_cru_read(struct rzg2l_cru_dev *cru, u32 offset) in rzg2l_cru_read()
119 static void return_unused_buffers(struct rzg2l_cru_dev *cru, in return_unused_buffers()
146 struct rzg2l_cru_dev *cru = vb2_get_drv_priv(vq); in rzg2l_cru_queue_setup() local
160 struct rzg2l_cru_dev *cru = vb2_get_drv_priv(vb->vb2_queue); in rzg2l_cru_buffer_prepare() local
177 struct rzg2l_cru_dev *cru = vb2_get_drv_priv(vb->vb2_queue); in rzg2l_cru_buffer_queue() local
187 static int rzg2l_cru_mc_validate_format(struct rzg2l_cru_dev *cru, in rzg2l_cru_mc_validate_format()
227 static void rzg2l_cru_set_slot_addr(struct rzg2l_cru_dev *cru, in rzg2l_cru_set_slot_addr()
248 static void rzg2l_cru_fill_hw_slot(struct rzg2l_cru_dev *cru, int slot) in rzg2l_cru_fill_hw_slot()
278 static void rzg2l_cru_initialize_axi(struct rzg2l_cru_dev *cru) in rzg2l_cru_initialize_axi()
292 static void rzg2l_cru_csi2_setup(struct rzg2l_cru_dev *cru, bool *input_is_yuv, in rzg2l_cru_csi2_setup()
316 static int rzg2l_cru_initialize_image_conv(struct rzg2l_cru_dev *cru, in rzg2l_cru_initialize_image_conv()
351 void rzg2l_cru_stop_image_processing(struct rzg2l_cru_dev *cru) in rzg2l_cru_stop_image_processing()
425 int rzg2l_cru_start_image_processing(struct rzg2l_cru_dev *cru) in rzg2l_cru_start_image_processing()
464 void rzg2l_cru_vclk_unprepare(struct rzg2l_cru_dev *cru) in rzg2l_cru_vclk_unprepare()
469 int rzg2l_cru_vclk_prepare(struct rzg2l_cru_dev *cru) in rzg2l_cru_vclk_prepare()
474 static int rzg2l_cru_set_stream(struct rzg2l_cru_dev *cru, int on) in rzg2l_cru_set_stream()
554 static void rzg2l_cru_stop_streaming(struct rzg2l_cru_dev *cru) in rzg2l_cru_stop_streaming()
563 struct rzg2l_cru_dev *cru = data; in rzg2l_cru_irq() local
646 struct rzg2l_cru_dev *cru = vb2_get_drv_priv(vq); in rzg2l_cru_start_streaming_vq() local
708 struct rzg2l_cru_dev *cru = vb2_get_drv_priv(vq); in rzg2l_cru_stop_streaming_vq() local
732 void rzg2l_cru_dma_unregister(struct rzg2l_cru_dev *cru) in rzg2l_cru_dma_unregister()
740 int rzg2l_cru_dma_register(struct rzg2l_cru_dev *cru) in rzg2l_cru_dma_register()
826 static void rzg2l_cru_format_align(struct rzg2l_cru_dev *cru, in rzg2l_cru_format_align()
856 static void rzg2l_cru_try_format(struct rzg2l_cru_dev *cru, in rzg2l_cru_try_format()
886 struct rzg2l_cru_dev *cru = video_drvdata(file); in rzg2l_cru_try_fmt_vid_cap() local
896 struct rzg2l_cru_dev *cru = video_drvdata(file); in rzg2l_cru_s_fmt_vid_cap() local
911 struct rzg2l_cru_dev *cru = video_drvdata(file); in rzg2l_cru_g_fmt_vid_cap() local
953 struct rzg2l_cru_dev *cru = video_drvdata(file); in rzg2l_cru_open() local
977 struct rzg2l_cru_dev *cru = video_drvdata(file); in rzg2l_cru_release() local
1000 static void rzg2l_cru_v4l2_init(struct rzg2l_cru_dev *cru) in rzg2l_cru_v4l2_init()
1023 void rzg2l_cru_video_unregister(struct rzg2l_cru_dev *cru) in rzg2l_cru_video_unregister()
1029 int rzg2l_cru_video_register(struct rzg2l_cru_dev *cru) in rzg2l_cru_video_register()