Home
last modified time | relevance | path

Searched full:camss (Results 1 – 25 of 78) sorted by relevance

1234

/linux/drivers/media/platform/qcom/camss/
H A Dcamss.h3 * camss.h
21 #include "camss-csid.h"
22 #include "camss-csiphy.h"
23 #include "camss-ispif.h"
24 #include "camss-vfe.h"
25 #include "camss-format.h"
28 container_of(ptr_module, struct camss, ptr_module)
38 struct camss, ptr_module)
110 int (*link_entities)(struct camss *camss);
113 struct camss { struct
[all …]
H A Dcamss.c3 * camss.c
30 #include "camss.h"
2911 int camss_pm_domain_on(struct camss *camss, int id) in camss_pm_domain_on() argument
2915 if (id < camss->res->vfe_num) { in camss_pm_domain_on()
2916 struct vfe_device *vfe = &camss->vfe[id]; in camss_pm_domain_on()
2924 void camss_pm_domain_off(struct camss *camss, int id) in camss_pm_domain_off() argument
2926 if (id < camss->res->vfe_num) { in camss_pm_domain_off()
2927 struct vfe_device *vfe = &camss->vfe[id]; in camss_pm_domain_off()
2933 static int vfe_parent_dev_ops_get(struct camss *camss, int id) in vfe_parent_dev_ops_get() argument
2937 if (id < camss->res->vfe_num) { in vfe_parent_dev_ops_get()
[all …]
H A Dcamss-csiphy.h3 * camss-csiphy.h
96 struct camss *camss; member
118 int msm_csiphy_subdev_init(struct camss *camss,
H A Dcamss-csiphy.c3 * camss-csiphy.c
22 #include "camss-csiphy.h"
23 #include "camss.h"
139 struct device *dev = csiphy->camss->dev; in csiphy_set_clock_rates()
206 struct device *dev = csiphy->camss->dev; in csiphy_set_power()
278 dev_err(csiphy->camss->dev, in csiphy_stream_on()
578 int msm_csiphy_subdev_init(struct camss *camss, in msm_csiphy_subdev_init() argument
582 struct device *dev = camss->dev; in msm_csiphy_subdev_init()
587 csiphy->camss = camss; in msm_csiphy_subdev_init()
602 if (camss->res->version == CAMSS_8x16 || in msm_csiphy_subdev_init()
[all …]
H A Dcamss-vfe-gen1.c3 * camss-vfe-gen1.c
10 #include "camss.h"
11 #include "camss-vfe.h"
12 #include "camss-vfe-gen1.h"
29 dev_err(vfe->camss->dev, "VFE halt timeout\n"); in vfe_gen1_halt()
52 dev_err(vfe->camss->dev, "VFE sof timeout\n"); in vfe_disable_output()
64 dev_err(vfe->camss->dev, "VFE reg update timeout\n"); in vfe_disable_output()
88 vfe->ops_gen1->camif_wait_for_stop(vfe, vfe->camss->dev); in vfe_disable_output()
199 dev_err(vfe->camss->dev, "Output is not in reserved state %d\n", output->state); in vfe_enable_output()
294 dev_err(vfe->camss->dev, "Output is running\n"); in vfe_get_output()
[all …]
H A Dcamss-vfe.h3 * camss-vfe.h
19 #include "camss-video.h"
20 #include "camss-vfe-gen1.h"
145 struct camss *camss; member
173 int msm_vfe_subdev_init(struct camss *camss, struct vfe_device *vfe,
H A Dcamss-vfe.c3 * camss-vfe.c
25 #include "camss-vfe.h"
26 #include "camss.h"
291 switch (vfe->camss->res->version) { in vfe_src_pad_code()
412 vfe->camss->res->version); in vfe_src_pad_code()
432 dev_dbg(vfe->camss->dev, "VFE:%d HW Version = %u.%u.%u\n", in vfe_hw_version()
456 dev_err_ratelimited(vfe->camss->dev, in vfe_buf_done()
464 dev_err_ratelimited(vfe->camss->dev, in vfe_buf_done()
524 dev_err(vfe->camss->dev, in vfe_enable_output_v2()
656 dev_err(vfe->camss->dev, "Output is running\n"); in vfe_get_output_v2()
[all …]
H A Dcamss-vfe-780.c12 #include "camss.h"
13 #include "camss-vfe.h"
97 dev_dbg(vfe->camss->dev, "wm:%d, image buf addr:0x%x\n", in vfe_wm_update()
105 camss_reg_update(vfe->camss, vfe->id, port_id, false); in vfe_reg_update()
113 camss_reg_update(vfe->camss, vfe->id, port_id, true); in vfe_reg_update_clear()
H A Dcamss-video.c3 * camss-video.c
18 #include "camss-video.h"
19 #include "camss.h"
236 dev_err(video->camss->dev, "Failed to power up pipeline: %d\n", in video_prepare_streaming()
254 dev_err(video->camss->dev, "Failed to start media pipeline: %d\n", ret); in video_start_streaming()
316 dev_err(video->camss->dev, "Video pipeline stop failed: %d\n", ret); in video_stop_streaming()
352 strscpy(cap->driver, "qcom-camss", sizeof(cap->driver)); in video_querycap()
657 * CAMSS video core
669 if (atomic_dec_and_test(&video->camss->ref_count)) in msm_video_release()
670 camss_delete(video->camss); in msm_video_release()
[all …]
H A Dcamss-video.h3 * camss-video.h
37 struct camss *camss; member
H A Dcamss-csid-4-1.c3 * camss-csid-4-1.c
16 #include "camss-csid.h"
17 #include "camss-csid-gen1.h"
18 #include "camss.h"
166 dev_err(csid->camss->dev, "CSID reset timeout\n"); in csid_reset()
H A Dcamss-csid-4-7.c3 * camss-csid-4-7.c
15 #include "camss-csid.h"
16 #include "camss-csid-gen1.h"
17 #include "camss.h"
191 dev_err(csid->camss->dev, "CSID reset timeout\n"); in csid_reset()
H A Dcamss-csid-780.c14 #include "camss.h"
15 #include "camss-csid.h"
16 #include "camss-csid-780.h"
131 writel(val, csid->camss->csid_wrapper_base + CSID_IO_PATH_CFG0(csid->id)); in __csid_configure_wrapper()
266 camss_buf_done(csid->camss, csid->id, i); in csid_isr()
316 dev_err(csid->camss->dev, "CSID reset timeout\n"); in csid_reset()
H A Dcamss-vfe-680.c3 * camss-vfe-680.c
15 #include "camss.h"
16 #include "camss-vfe.h"
192 dev_dbg(vfe->camss->dev, "RDI%d WM:%d width %d height %d stride %d\n", in vfe_wm_start()
217 camss_reg_update(vfe->camss, vfe->id, port_id, false); in vfe_reg_update()
225 camss_reg_update(vfe->camss, vfe->id, port_id, true); in vfe_reg_update_clear()
/linux/Documentation/devicetree/bindings/media/
H A Dqcom,msm8916-camss.yaml4 $id: http://devicetree.org/schemas/media/qcom,msm8916-camss.yaml#
7 title: Qualcomm CAMSS ISP
14 The CAMSS IP is a CSI decoder and ISP present on Qualcomm platforms
18 const: qcom,msm8916-camss
165 camss: camss@1b0ac00 {
166 compatible = "qcom,msm8916-camss";
H A Dqcom,msm8953-camss.yaml4 $id: http://devicetree.org/schemas/media/qcom,msm8953-camss.yaml#
7 title: Qualcomm MSM8953 Camera Subsystem (CAMSS)
13 The CAMSS IP is a CSI decoder and ISP present on Qualcomm platforms
17 const: qcom,msm8953-camss
215 camss: camss@1b00020 {
216 compatible = "qcom,msm8953-camss";
H A Dstarfive,jh7110-camss.yaml4 $id: http://devicetree.org/schemas/media/starfive,jh7110-camss.yaml#
7 title: Starfive SoC CAMSS ISP
14 The Starfive CAMSS ISP is a Camera interface for Starfive JH7110 SoC. It
20 const: starfive,jh7110-camss
124 compatible = "starfive,jh7110-camss";
H A Dqcom,msm8996-camss.yaml4 $id: http://devicetree.org/schemas/media/qcom,msm8996-camss.yaml#
7 title: Qualcomm CAMSS ISP
14 The CAMSS IP is a CSI decoder and ISP present on Qualcomm platforms
18 const: qcom,msm8996-camss
243 camss: camss@a34000 {
244 compatible = "qcom,msm8996-camss";
H A Dqcom,sdm845-camss.yaml4 $id: http://devicetree.org/schemas/media/qcom,sdm845-camss.yaml#
7 title: Qualcomm CAMSS ISP
13 The CAMSS IP is a CSI decoder and ISP present on Qualcomm platforms
17 const: qcom,sdm845-camss
241 camss: camss@acb3000 {
242 compatible = "qcom,sdm845-camss";
H A Dqcom,sdm660-camss.yaml4 $id: http://devicetree.org/schemas/media/qcom,sdm660-camss.yaml#
7 title: Qualcomm CAMSS ISP
14 The CAMSS IP is a CSI decoder and ISP present on Qualcomm platforms
18 const: qcom,sdm660-camss
249 camss: camss@ca00020 {
250 compatible = "qcom,sdm660-camss";
H A Dqcom,sm8250-camss.yaml4 $id: http://devicetree.org/schemas/media/qcom,sm8250-camss.yaml#
7 title: Qualcomm CAMSS ISP
13 The CAMSS IP is a CSI decoder and ISP present on Qualcomm platforms.
17 const: qcom,sm8250-camss
334 camss: camss@ac6a000 {
335 compatible = "qcom,sm8250-camss";
H A Dqcom,x1e80100-camss.yaml4 $id: http://devicetree.org/schemas/media/qcom,x1e80100-camss.yaml#
7 title: Qualcomm X1E80100 Camera Subsystem (CAMSS)
13 The CAMSS IP is a CSI decoder and ISP present on Qualcomm platforms.
17 const: qcom,x1e80100-camss
193 camss: isp@acb7000 {
194 compatible = "qcom,x1e80100-camss";
H A Dqcom,sc8280xp-camss.yaml4 $id: http://devicetree.org/schemas/media/qcom,sc8280xp-camss.yaml#
7 title: Qualcomm SC8280XP Camera Subsystem (CAMSS)
13 The CAMSS IP is a CSI decoder and ISP present on Qualcomm platforms.
17 const: qcom,sc8280xp-camss
303 camss: camss@ac5a000 {
304 compatible = "qcom,sc8280xp-camss";
H A Dqcom,sdm670-camss.yaml4 $id: http://devicetree.org/schemas/media/qcom,sdm670-camss.yaml#
7 title: Qualcomm SDM670 Camera Subsystem (CAMSS)
13 The CAMSS IP is a CSI decoder and ISP present on Qualcomm platforms.
17 const: qcom,sdm670-camss
203 compatible = "qcom,sdm670-camss";
/linux/drivers/staging/media/starfive/camss/
H A DMakefile6 starfive-camss-objs += \
7 stf-camss.o \
13 obj-$(CONFIG_VIDEO_STARFIVE_CAMSS) += starfive-camss.o

1234