Home
last modified time | relevance | path

Searched refs:rzg2l_cru_dev (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-cru.h98 struct rzg2l_cru_dev { struct
136 void rzg2l_cru_vclk_unprepare(struct rzg2l_cru_dev *cru); argument
137 int rzg2l_cru_vclk_prepare(struct rzg2l_cru_dev *cru);
139 int rzg2l_cru_start_image_processing(struct rzg2l_cru_dev *cru);
140 void rzg2l_cru_stop_image_processing(struct rzg2l_cru_dev *cru);
142 int rzg2l_cru_dma_register(struct rzg2l_cru_dev *cru);
143 void rzg2l_cru_dma_unregister(struct rzg2l_cru_dev *cru);
145 int rzg2l_cru_video_register(struct rzg2l_cru_dev *cru);
146 void rzg2l_cru_video_unregister(struct rzg2l_cru_dev *cru);
150 int rzg2l_cru_ip_subdev_register(struct rzg2l_cru_dev *cru);
[all …]
H A Drzg2l-video.c146 struct rzg2l_cru_dev *cru = vb2_get_drv_priv(vq); in rzg2l_cru_queue_setup()
469 int rzg2l_cru_vclk_prepare(struct rzg2l_cru_dev *cru) in rzg2l_cru_vclk_prepare()
563 struct rzg2l_cru_dev *cru = data; in rzg2l_cru_irq()
646 struct rzg2l_cru_dev *cru = vb2_get_drv_priv(vq); in rzg2l_cru_start_streaming_vq()
708 struct rzg2l_cru_dev *cru = vb2_get_drv_priv(vq); in rzg2l_cru_stop_streaming_vq()
740 int rzg2l_cru_dma_register(struct rzg2l_cru_dev *cru) in rzg2l_cru_dma_register()
886 struct rzg2l_cru_dev *cru = video_drvdata(file); in rzg2l_cru_try_fmt_vid_cap()
896 struct rzg2l_cru_dev *cru = video_drvdata(file); in rzg2l_cru_s_fmt_vid_cap()
911 struct rzg2l_cru_dev *cru = video_drvdata(file); in rzg2l_cru_g_fmt_vid_cap()
953 struct rzg2l_cru_dev *cru = video_drvdata(file); in rzg2l_cru_open()
[all …]
H A Drzg2l-core.c26 static inline struct rzg2l_cru_dev *notifier_to_cru(struct v4l2_async_notifier *n) in notifier_to_cru()
28 return container_of(n, struct rzg2l_cru_dev, notifier); in notifier_to_cru()
41 struct rzg2l_cru_dev *cru = notifier_to_cru(notifier); in rzg2l_cru_group_notify_complete()
97 struct rzg2l_cru_dev *cru = notifier_to_cru(notifier); in rzg2l_cru_group_notify_unbind()
115 struct rzg2l_cru_dev *cru = notifier_to_cru(notifier); in rzg2l_cru_group_notify_bound()
135 static int rzg2l_cru_mc_parse_of(struct rzg2l_cru_dev *cru) in rzg2l_cru_mc_parse_of()
181 static int rzg2l_cru_mc_parse_of_graph(struct rzg2l_cru_dev *cru) in rzg2l_cru_mc_parse_of_graph()
206 static int rzg2l_cru_media_init(struct rzg2l_cru_dev *cru) in rzg2l_cru_media_init()
244 struct rzg2l_cru_dev *cru; in rzg2l_cru_probe()
302 struct rzg2l_cru_dev *cru = platform_get_drvdata(pdev); in rzg2l_cru_remove()
H A Drzg2l-ip.c36 struct v4l2_mbus_framefmt *rzg2l_cru_ip_get_src_fmt(struct rzg2l_cru_dev *cru) in rzg2l_cru_ip_get_src_fmt()
50 struct rzg2l_cru_dev *cru; in rzg2l_cru_ip_s_stream()
209 int rzg2l_cru_ip_subdev_register(struct rzg2l_cru_dev *cru) in rzg2l_cru_ip_subdev_register()
248 void rzg2l_cru_ip_subdev_unregister(struct rzg2l_cru_dev *cru) in rzg2l_cru_ip_subdev_unregister()