Home
last modified time | relevance | path

Searched refs:camss (Results 1 – 25 of 63) sorted by relevance

123

/linux-6.15/drivers/media/platform/qcom/camss/
H A DMakefile4 qcom-camss-objs += \
5 camss.o \
6 camss-csid.o \
7 camss-csid-4-1.o \
8 camss-csid-4-7.o \
10 camss-csid-780.o \
13 camss-csiphy.o \
14 camss-ispif.o \
15 camss-vfe-4-1.o \
22 camss-vfe.o \
[all …]
H A Dcamss.c3031 struct camss *camss = container_of(async, struct camss, notifier); in camss_subdev_notifier_bound() local
3045 struct camss *camss = container_of(async, struct camss, notifier); in camss_subdev_notifier_complete() local
3159 camss->genpd_link = device_link_add(camss->dev, camss->genpd, in camss_configure_pd()
3222 struct camss *camss; in camss_probe() local
3241 camss->csid = devm_kcalloc(dev, camss->res->csid_num, sizeof(*camss->csid), in camss_probe()
3277 camss->media_dev.dev = camss->dev; in camss_probe()
3283 camss->v4l2_dev.mdev = &camss->media_dev; in camss_probe()
3304 ret = camss->res->link_entities(camss); in camss_probe()
3348 void camss_delete(struct camss *camss) in camss_delete() argument
3526 struct camss *camss = dev_get_drvdata(dev); in camss_runtime_suspend() local
[all …]
H A Dcamss.h109 int (*link_entities)(struct camss *camss);
112 struct camss { struct
148 int (*get)(struct camss *camss, int id); argument
149 int (*put)(struct camss *camss, int id);
150 void __iomem *(*get_base_address)(struct camss *camss, int id);
161 int camss_pm_domain_on(struct camss *camss, int id);
162 void camss_pm_domain_off(struct camss *camss, int id);
163 int camss_vfe_get(struct camss *camss, int id);
164 void camss_vfe_put(struct camss *camss, int id);
165 void camss_delete(struct camss *camss);
[all …]
H A Dcamss-ispif.c164 struct camss *camss = ispif->camss; in ispif_isr_8x96() local
232 struct camss *camss = ispif->camss; in ispif_isr_8x16() local
268 struct camss *camss = ispif->camss; in ispif_vfe_reset() local
323 struct camss *camss = ispif->camss; in ispif_reset() local
336 camss->dev); in ispif_reset()
806 struct camss *camss = ispif->camss; in ispif_set_stream() local
1098 int msm_ispif_subdev_init(struct camss *camss, in msm_ispif_subdev_init() argument
1107 if (!camss->ispif) in msm_ispif_subdev_init()
1110 ispif->camss = camss; in msm_ispif_subdev_init()
1376 struct camss *camss; in msm_ispif_register_entities() local
[all …]
H A Dcamss-ispif.h66 struct camss *camss; member
71 int msm_ispif_subdev_init(struct camss *camss,
H A Dcamss-csid.c539 struct device *dev = csid->camss->dev; in csid_set_clock_rates()
635 if (csid->camss->res->version == CAMSS_8x16) { in csid_src_pad_code()
681 struct camss *camss = csid->camss; in csid_set_power() local
682 struct device *dev = camss->dev; in csid_set_power()
767 dev_err(csid->camss->dev, in csid_set_stream()
1093 int msm_csid_subdev_init(struct camss *camss, struct csid_device *csid, in msm_csid_subdev_init() argument
1096 struct device *dev = camss->dev; in msm_csid_subdev_init()
1101 csid->camss = camss; in msm_csid_subdev_init()
1114 if (camss->res->version == CAMSS_8250) { in msm_csid_subdev_init()
1297 struct device *dev = csid->camss->dev; in csid_link_setup()
[all …]
H A Dcamss-csiphy.c144 struct device *dev = csiphy->camss->dev; in csiphy_set_clock_rates()
211 struct device *dev = csiphy->camss->dev; in csiphy_set_power()
283 dev_err(csiphy->camss->dev, in csiphy_stream_on()
583 int msm_csiphy_subdev_init(struct camss *camss, in msm_csiphy_subdev_init() argument
587 struct device *dev = camss->dev; in msm_csiphy_subdev_init()
592 csiphy->camss = camss; in msm_csiphy_subdev_init()
607 if (camss->res->version == CAMSS_8x16 || in msm_csiphy_subdev_init()
608 camss->res->version == CAMSS_8x53 || in msm_csiphy_subdev_init()
609 camss->res->version == CAMSS_8x96) { in msm_csiphy_subdev_init()
689 if (camss->res->version == CAMSS_660) { in msm_csiphy_subdev_init()
[all …]
H A Dcamss-csiphy.h95 struct camss *camss; member
117 int msm_csiphy_subdev_init(struct camss *camss,
H A Dcamss-vfe.c291 switch (vfe->camss->res->version) { in vfe_src_pad_code()
411 vfe->camss->res->version); in vfe_src_pad_code()
523 dev_err(vfe->camss->dev, in vfe_enable_output_v2()
886 struct camss *camss = vfe->camss; in vfe_pm_domain_on() local
1079 vfe->camss->dev); in vfe_get()
1227 dev_err(vfe->camss->dev, in vfe_set_stream()
1232 dev_err(vfe->camss->dev, in vfe_set_stream()
1759 int msm_vfe_subdev_init(struct camss *camss, struct vfe_device *vfe, in msm_vfe_subdev_init() argument
1762 struct device *dev = camss->dev; in msm_vfe_subdev_init()
1873 vfe->camss = camss; in msm_vfe_subdev_init()
[all …]
H A Dcamss-csid.h150 struct camss *camss; member
198 int msm_csid_subdev_init(struct camss *camss, struct csid_device *csid,
H A Dcamss-vfe-gen1.c29 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()
294 dev_err(vfe->camss->dev, "Output is running\n"); in vfe_get_output()
431 dev_err_ratelimited(vfe->camss->dev, in vfe_buf_update_wm_on_next()
451 dev_err_ratelimited(vfe->camss->dev, in vfe_buf_update_wm_on_last()
481 dev_err_ratelimited(vfe->camss->dev, in vfe_buf_update_wm_on_new()
496 dev_err_ratelimited(vfe->camss->dev, in vfe_buf_update_wm_on_new()
624 dev_err_ratelimited(vfe->camss->dev, in vfe_isr_wm_done()
631 dev_err_ratelimited(vfe->camss->dev, in vfe_isr_wm_done()
[all …]
H A Dcamss-video.h37 struct camss *camss; member
H A Dcamss-vfe.h145 struct camss *camss; member
173 int msm_vfe_subdev_init(struct camss *camss, struct vfe_device *vfe,
H A Dcamss-vfe-780.c97 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.c239 dev_err(video->camss->dev, "Failed to start media pipeline: %d\n", ret); in video_start_streaming()
301 dev_err(video->camss->dev, "Video pipeline stop failed: %d\n", ret); in video_stop_streaming()
604 dev_err(video->camss->dev, "Failed to power up pipeline: %d\n", in video_open()
658 if (atomic_dec_and_test(&video->camss->ref_count)) in msm_video_release()
659 camss_delete(video->camss); in msm_video_release()
723 q->dev = video->camss->dev; in msm_video_register()
766 atomic_inc(&video->camss->ref_count); in msm_video_register()
781 atomic_inc(&video->camss->ref_count); in msm_video_unregister()
783 atomic_dec(&video->camss->ref_count); in msm_video_unregister()
/linux-6.15/drivers/staging/media/starfive/camss/
H A DMakefile6 starfive-camss-objs += \
7 stf-camss.o \
13 obj-$(CONFIG_VIDEO_STARFIVE_CAMSS) += starfive-camss.o
/linux-6.15/Documentation/devicetree/bindings/media/
H A Dqcom,msm8916-camss.yaml4 $id: http://devicetree.org/schemas/media/qcom,msm8916-camss.yaml#
18 const: qcom,msm8916-camss
157 camss: camss@1b0ac00 {
158 compatible = "qcom,msm8916-camss";
H A Dqcom,msm8953-camss.yaml4 $id: http://devicetree.org/schemas/media/qcom,msm8953-camss.yaml#
17 const: qcom,msm8953-camss
200 camss: camss@1b00020 {
201 compatible = "qcom,msm8953-camss";
H A Dqcom,sdm845-camss.yaml4 $id: http://devicetree.org/schemas/media/qcom,sdm845-camss.yaml#
17 const: qcom,sdm845-camss
221 camss: camss@acb3000 {
222 compatible = "qcom,sdm845-camss";
H A Dstarfive,jh7110-camss.yaml4 $id: http://devicetree.org/schemas/media/starfive,jh7110-camss.yaml#
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#
18 const: qcom,msm8996-camss
223 camss: camss@a34000 {
224 compatible = "qcom,msm8996-camss";
H A Dqcom,sdm660-camss.yaml4 $id: http://devicetree.org/schemas/media/qcom,sdm660-camss.yaml#
18 const: qcom,sdm660-camss
229 camss: camss@ca00020 {
230 compatible = "qcom,sdm660-camss";
H A Dqcom,sm8250-camss.yaml4 $id: http://devicetree.org/schemas/media/qcom,sm8250-camss.yaml#
17 const: qcom,sm8250-camss
304 camss: camss@ac6a000 {
305 compatible = "qcom,sm8250-camss";
H A Dqcom,sc8280xp-camss.yaml4 $id: http://devicetree.org/schemas/media/qcom,sc8280xp-camss.yaml#
17 const: qcom,sc8280xp-camss
283 camss: camss@ac5a000 {
284 compatible = "qcom,sc8280xp-camss";
/linux-6.15/drivers/staging/media/starfive/
H A DMakefile2 obj-y += camss/

123