Lines Matching full:cru
3 * Driver for Renesas RZ/G2L CRU
61 * struct rzg2l_cru_dev - Renesas CRU device structure
64 * @info: info about CRU instance
69 * @vclk: CRU Main clock
73 * @vdev: V4L2 video device associated with CRU
136 int rzg2l_cru_start_image_processing(struct rzg2l_cru_dev *cru);
137 void rzg2l_cru_stop_image_processing(struct rzg2l_cru_dev *cru);
139 int rzg2l_cru_dma_register(struct rzg2l_cru_dev *cru);
140 void rzg2l_cru_dma_unregister(struct rzg2l_cru_dev *cru);
142 int rzg2l_cru_video_register(struct rzg2l_cru_dev *cru);
143 void rzg2l_cru_video_unregister(struct rzg2l_cru_dev *cru);
147 int rzg2l_cru_ip_subdev_register(struct rzg2l_cru_dev *cru);
148 void rzg2l_cru_ip_subdev_unregister(struct rzg2l_cru_dev *cru);
149 struct v4l2_mbus_framefmt *rzg2l_cru_ip_get_src_fmt(struct rzg2l_cru_dev *cru);