Home
last modified time | relevance | path

Searched refs:vfe (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-gen1.c24 vfe->ops_gen1->halt_request(vfe); in vfe_gen1_halt()
81 vfe->ops_gen1->set_module_cfg(vfe, 0); in vfe_disable_output()
84 vfe->ops_gen1->set_camif_cmd(vfe, 0); in vfe_disable_output()
88 vfe->ops_gen1->camif_wait_for_stop(vfe, vfe->camss->dev); in vfe_disable_output()
111 vfe->ops_gen1->bus_enable_wr_if(vfe, 0); in vfe_gen1_disable()
262 vfe->ops_gen1->set_module_cfg(vfe, 1); in vfe_enable_output()
269 vfe->ops_gen1->set_clamp_cfg(vfe); in vfe_enable_output()
270 vfe->ops_gen1->set_camif_cmd(vfe, 1); in vfe_enable_output()
347 vfe->ops_gen1->set_qos(vfe); in vfe_gen1_enable()
348 vfe->ops_gen1->set_ds(vfe); in vfe_gen1_enable()
[all …]
H A Dcamss-vfe-170.c294 writel_relaxed(vfe->reg_update, vfe->base + VFE_REG_UPDATE_CMD); in vfe_reg_update()
372 vfe->isr_ops.reset_ack(vfe); in vfe_isr()
376 vfe->isr_ops.reg_update(vfe, i); in vfe_isr()
380 vfe->isr_ops.sof(vfe, i); in vfe_isr()
384 vfe->isr_ops.comp_done(vfe, i); in vfe_isr()
389 vfe->isr_ops.wm_done(vfe, wm); in vfe_isr()
528 vfe_reset(vfe); in vfe_disable_output()
558 vfe->stream_count++; in vfe_enable()
631 vfe->ops->reg_update_clear(vfe, line_id); in vfe_isr_reg_update()
650 struct vfe_line *line = &vfe->line[vfe->wm_output_map[wm]]; in vfe_isr_wm_done()
[all …]
H A Dcamss-vfe-4-7.c690 writel_relaxed(vfe->reg_update, vfe->base + VFE_0_REG_UPDATE); in vfe_reg_update()
1055 vfe->ops->isr_read(vfe, &value0, &value1); in vfe_isr()
1061 vfe->isr_ops.reset_ack(vfe); in vfe_isr()
1064 vfe->ops->violation_read(vfe); in vfe_isr()
1067 vfe->isr_ops.halt_ack(vfe); in vfe_isr()
1071 vfe->isr_ops.reg_update(vfe, i); in vfe_isr()
1074 vfe->isr_ops.sof(vfe, VFE_LINE_PIX); in vfe_isr()
1078 vfe->isr_ops.sof(vfe, i); in vfe_isr()
1082 vfe->isr_ops.comp_done(vfe, i); in vfe_isr()
1090 vfe->isr_ops.wm_done(vfe, i); in vfe_isr()
[all …]
H A Dcamss-vfe-4-8.c567 vfe_reg_set(vfe, in vfe_set_xbar_cfg()
661 writel_relaxed(vfe->reg_update, vfe->base + VFE_0_REG_UPDATE); in vfe_reg_update()
984 vfe->ops->isr_read(vfe, &value0, &value1); in vfe_isr()
990 vfe->isr_ops.reset_ack(vfe); in vfe_isr()
993 vfe->ops->violation_read(vfe); in vfe_isr()
996 vfe->isr_ops.halt_ack(vfe); in vfe_isr()
1000 vfe->isr_ops.reg_update(vfe, i); in vfe_isr()
1003 vfe->isr_ops.sof(vfe, VFE_LINE_PIX); in vfe_isr()
1007 vfe->isr_ops.sof(vfe, i); in vfe_isr()
1011 vfe->isr_ops.comp_done(vfe, i); in vfe_isr()
[all …]
H A Dcamss-vfe-4-1.c514 vfe_reg_set(vfe, in vfe_set_xbar_cfg()
542 writel_relaxed(vfe->reg_update, vfe->base + VFE_0_REG_UPDATE); in vfe_reg_update()
901 vfe->ops->isr_read(vfe, &value0, &value1); in vfe_isr()
907 vfe->isr_ops.reset_ack(vfe); in vfe_isr()
910 vfe->ops->violation_read(vfe); in vfe_isr()
913 vfe->isr_ops.halt_ack(vfe); in vfe_isr()
917 vfe->isr_ops.reg_update(vfe, i); in vfe_isr()
920 vfe->isr_ops.sof(vfe, VFE_LINE_PIX); in vfe_isr()
924 vfe->isr_ops.sof(vfe, i); in vfe_isr()
928 vfe->isr_ops.comp_done(vfe, i); in vfe_isr()
[all …]
H A Dcamss-vfe-gen1.h23 void (*bus_enable_wr_if)(struct vfe_device *vfe, u8 enable);
24 void (*bus_reload_wm)(struct vfe_device *vfe, u8 wm);
26 void (*enable_irq_common)(struct vfe_device *vfe);
32 void (*halt_clear)(struct vfe_device *vfe);
33 void (*halt_request)(struct vfe_device *vfe);
35 void (*set_camif_cmd)(struct vfe_device *vfe, u8 enable);
37 void (*set_clamp_cfg)(struct vfe_device *vfe);
40 void (*set_ds)(struct vfe_device *vfe);
45 void (*set_qos)(struct vfe_device *vfe);
51 void (*wm_set_subsample)(struct vfe_device *vfe, u8 wm);
[all …]
H A Dcamss-vfe.c292 vfe->ops->global_reset(vfe); in vfe_reset()
419 vfe->isr_ops.wm_done(vfe, i); in vfe_isr_comp_done()
583 ret = vfe->ops->pm_domain_on(vfe); in vfe_get()
619 camss_disable_clocks(vfe->nclocks, vfe->clock); in vfe_get()
623 vfe->ops->pm_domain_off(vfe); in vfe_get()
645 vfe->ops->vfe_halt(vfe); in vfe_put()
647 camss_disable_clocks(vfe->nclocks, vfe->clock); in vfe_put()
649 vfe->ops->pm_domain_off(vfe); in vfe_put()
716 vfe->ops->hw_version_read(vfe, vfe->camss->dev); in vfe_set_power()
1300 vfe->ops->subdev_init(dev, vfe); in msm_vfe_subdev_init()
[all …]
H A Dcamss-vfe.h105 void (*global_reset)(struct vfe_device *vfe);
109 void (*pm_domain_off)(struct vfe_device *vfe);
110 int (*pm_domain_on)(struct vfe_device *vfe);
112 void (*reg_update_clear)(struct vfe_device *vfe,
117 int (*vfe_halt)(struct vfe_device *vfe);
118 void (*violation_read)(struct vfe_device *vfe);
122 void (*reset_ack)(struct vfe_device *vfe);
123 void (*halt_ack)(struct vfe_device *vfe);
127 void (*wm_done)(struct vfe_device *vfe, u8 wm);
187 void vfe_isr_reset_ack(struct vfe_device *vfe);
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-gen1.c24 vfe->ops_gen1->halt_request(vfe); in vfe_gen1_halt()
81 vfe->ops_gen1->set_module_cfg(vfe, 0); in vfe_disable_output()
84 vfe->ops_gen1->set_camif_cmd(vfe, 0); in vfe_disable_output()
88 vfe->ops_gen1->camif_wait_for_stop(vfe, vfe->camss->dev); in vfe_disable_output()
111 vfe->ops_gen1->bus_enable_wr_if(vfe, 0); in vfe_gen1_disable()
262 vfe->ops_gen1->set_module_cfg(vfe, 1); in vfe_enable_output()
269 vfe->ops_gen1->set_clamp_cfg(vfe); in vfe_enable_output()
270 vfe->ops_gen1->set_camif_cmd(vfe, 1); in vfe_enable_output()
347 vfe->ops_gen1->set_qos(vfe); in vfe_gen1_enable()
348 vfe->ops_gen1->set_ds(vfe); in vfe_gen1_enable()
[all …]
H A Dcamss-vfe-170.c294 writel_relaxed(vfe->reg_update, vfe->base + VFE_REG_UPDATE_CMD); in vfe_reg_update()
372 vfe->isr_ops.reset_ack(vfe); in vfe_isr()
376 vfe->isr_ops.reg_update(vfe, i); in vfe_isr()
380 vfe->isr_ops.sof(vfe, i); in vfe_isr()
384 vfe->isr_ops.comp_done(vfe, i); in vfe_isr()
389 vfe->isr_ops.wm_done(vfe, wm); in vfe_isr()
528 vfe_reset(vfe); in vfe_disable_output()
558 vfe->stream_count++; in vfe_enable()
631 vfe->ops->reg_update_clear(vfe, line_id); in vfe_isr_reg_update()
650 struct vfe_line *line = &vfe->line[vfe->wm_output_map[wm]]; in vfe_isr_wm_done()
[all …]
H A Dcamss-vfe-4-7.c690 writel_relaxed(vfe->reg_update, vfe->base + VFE_0_REG_UPDATE); in vfe_reg_update()
1055 vfe->ops->isr_read(vfe, &value0, &value1); in vfe_isr()
1061 vfe->isr_ops.reset_ack(vfe); in vfe_isr()
1064 vfe->ops->violation_read(vfe); in vfe_isr()
1067 vfe->isr_ops.halt_ack(vfe); in vfe_isr()
1071 vfe->isr_ops.reg_update(vfe, i); in vfe_isr()
1074 vfe->isr_ops.sof(vfe, VFE_LINE_PIX); in vfe_isr()
1078 vfe->isr_ops.sof(vfe, i); in vfe_isr()
1082 vfe->isr_ops.comp_done(vfe, i); in vfe_isr()
1090 vfe->isr_ops.wm_done(vfe, i); in vfe_isr()
[all …]
H A Dcamss-vfe-4-8.c567 vfe_reg_set(vfe, in vfe_set_xbar_cfg()
661 writel_relaxed(vfe->reg_update, vfe->base + VFE_0_REG_UPDATE); in vfe_reg_update()
984 vfe->ops->isr_read(vfe, &value0, &value1); in vfe_isr()
990 vfe->isr_ops.reset_ack(vfe); in vfe_isr()
993 vfe->ops->violation_read(vfe); in vfe_isr()
996 vfe->isr_ops.halt_ack(vfe); in vfe_isr()
1000 vfe->isr_ops.reg_update(vfe, i); in vfe_isr()
1003 vfe->isr_ops.sof(vfe, VFE_LINE_PIX); in vfe_isr()
1007 vfe->isr_ops.sof(vfe, i); in vfe_isr()
1011 vfe->isr_ops.comp_done(vfe, i); in vfe_isr()
[all …]
H A Dcamss-vfe-4-1.c514 vfe_reg_set(vfe, in vfe_set_xbar_cfg()
542 writel_relaxed(vfe->reg_update, vfe->base + VFE_0_REG_UPDATE); in vfe_reg_update()
901 vfe->ops->isr_read(vfe, &value0, &value1); in vfe_isr()
907 vfe->isr_ops.reset_ack(vfe); in vfe_isr()
910 vfe->ops->violation_read(vfe); in vfe_isr()
913 vfe->isr_ops.halt_ack(vfe); in vfe_isr()
917 vfe->isr_ops.reg_update(vfe, i); in vfe_isr()
920 vfe->isr_ops.sof(vfe, VFE_LINE_PIX); in vfe_isr()
924 vfe->isr_ops.sof(vfe, i); in vfe_isr()
928 vfe->isr_ops.comp_done(vfe, i); in vfe_isr()
[all …]
H A Dcamss-vfe-gen1.h23 void (*bus_enable_wr_if)(struct vfe_device *vfe, u8 enable);
24 void (*bus_reload_wm)(struct vfe_device *vfe, u8 wm);
26 void (*enable_irq_common)(struct vfe_device *vfe);
32 void (*halt_clear)(struct vfe_device *vfe);
33 void (*halt_request)(struct vfe_device *vfe);
35 void (*set_camif_cmd)(struct vfe_device *vfe, u8 enable);
37 void (*set_clamp_cfg)(struct vfe_device *vfe);
40 void (*set_ds)(struct vfe_device *vfe);
45 void (*set_qos)(struct vfe_device *vfe);
51 void (*wm_set_subsample)(struct vfe_device *vfe, u8 wm);
[all …]
H A Dcamss-vfe.c292 vfe->ops->global_reset(vfe); in vfe_reset()
419 vfe->isr_ops.wm_done(vfe, i); in vfe_isr_comp_done()
583 ret = vfe->ops->pm_domain_on(vfe); in vfe_get()
619 camss_disable_clocks(vfe->nclocks, vfe->clock); in vfe_get()
623 vfe->ops->pm_domain_off(vfe); in vfe_get()
645 vfe->ops->vfe_halt(vfe); in vfe_put()
647 camss_disable_clocks(vfe->nclocks, vfe->clock); in vfe_put()
649 vfe->ops->pm_domain_off(vfe); in vfe_put()
716 vfe->ops->hw_version_read(vfe, vfe->camss->dev); in vfe_set_power()
1300 vfe->ops->subdev_init(dev, vfe); in msm_vfe_subdev_init()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-gen1.c24 vfe->ops_gen1->halt_request(vfe); in vfe_gen1_halt()
81 vfe->ops_gen1->set_module_cfg(vfe, 0); in vfe_disable_output()
84 vfe->ops_gen1->set_camif_cmd(vfe, 0); in vfe_disable_output()
88 vfe->ops_gen1->camif_wait_for_stop(vfe, vfe->camss->dev); in vfe_disable_output()
111 vfe->ops_gen1->bus_enable_wr_if(vfe, 0); in vfe_gen1_disable()
262 vfe->ops_gen1->set_module_cfg(vfe, 1); in vfe_enable_output()
269 vfe->ops_gen1->set_clamp_cfg(vfe); in vfe_enable_output()
270 vfe->ops_gen1->set_camif_cmd(vfe, 1); in vfe_enable_output()
347 vfe->ops_gen1->set_qos(vfe); in vfe_gen1_enable()
348 vfe->ops_gen1->set_ds(vfe); in vfe_gen1_enable()
[all …]
H A Dcamss-vfe-170.c294 writel_relaxed(vfe->reg_update, vfe->base + VFE_REG_UPDATE_CMD); in vfe_reg_update()
372 vfe->isr_ops.reset_ack(vfe); in vfe_isr()
376 vfe->isr_ops.reg_update(vfe, i); in vfe_isr()
380 vfe->isr_ops.sof(vfe, i); in vfe_isr()
384 vfe->isr_ops.comp_done(vfe, i); in vfe_isr()
389 vfe->isr_ops.wm_done(vfe, wm); in vfe_isr()
528 vfe_reset(vfe); in vfe_disable_output()
558 vfe->stream_count++; in vfe_enable()
631 vfe->ops->reg_update_clear(vfe, line_id); in vfe_isr_reg_update()
650 struct vfe_line *line = &vfe->line[vfe->wm_output_map[wm]]; in vfe_isr_wm_done()
[all …]
H A Dcamss-vfe-4-7.c690 writel_relaxed(vfe->reg_update, vfe->base + VFE_0_REG_UPDATE); in vfe_reg_update()
1055 vfe->ops->isr_read(vfe, &value0, &value1); in vfe_isr()
1061 vfe->isr_ops.reset_ack(vfe); in vfe_isr()
1064 vfe->ops->violation_read(vfe); in vfe_isr()
1067 vfe->isr_ops.halt_ack(vfe); in vfe_isr()
1071 vfe->isr_ops.reg_update(vfe, i); in vfe_isr()
1074 vfe->isr_ops.sof(vfe, VFE_LINE_PIX); in vfe_isr()
1078 vfe->isr_ops.sof(vfe, i); in vfe_isr()
1082 vfe->isr_ops.comp_done(vfe, i); in vfe_isr()
1090 vfe->isr_ops.wm_done(vfe, i); in vfe_isr()
[all …]
H A Dcamss-vfe-4-8.c567 vfe_reg_set(vfe, in vfe_set_xbar_cfg()
661 writel_relaxed(vfe->reg_update, vfe->base + VFE_0_REG_UPDATE); in vfe_reg_update()
984 vfe->ops->isr_read(vfe, &value0, &value1); in vfe_isr()
990 vfe->isr_ops.reset_ack(vfe); in vfe_isr()
993 vfe->ops->violation_read(vfe); in vfe_isr()
996 vfe->isr_ops.halt_ack(vfe); in vfe_isr()
1000 vfe->isr_ops.reg_update(vfe, i); in vfe_isr()
1003 vfe->isr_ops.sof(vfe, VFE_LINE_PIX); in vfe_isr()
1007 vfe->isr_ops.sof(vfe, i); in vfe_isr()
1011 vfe->isr_ops.comp_done(vfe, i); in vfe_isr()
[all …]
H A Dcamss-vfe-4-1.c514 vfe_reg_set(vfe, in vfe_set_xbar_cfg()
542 writel_relaxed(vfe->reg_update, vfe->base + VFE_0_REG_UPDATE); in vfe_reg_update()
901 vfe->ops->isr_read(vfe, &value0, &value1); in vfe_isr()
907 vfe->isr_ops.reset_ack(vfe); in vfe_isr()
910 vfe->ops->violation_read(vfe); in vfe_isr()
913 vfe->isr_ops.halt_ack(vfe); in vfe_isr()
917 vfe->isr_ops.reg_update(vfe, i); in vfe_isr()
920 vfe->isr_ops.sof(vfe, VFE_LINE_PIX); in vfe_isr()
924 vfe->isr_ops.sof(vfe, i); in vfe_isr()
928 vfe->isr_ops.comp_done(vfe, i); in vfe_isr()
[all …]
H A Dcamss-vfe-gen1.h23 void (*bus_enable_wr_if)(struct vfe_device *vfe, u8 enable);
24 void (*bus_reload_wm)(struct vfe_device *vfe, u8 wm);
26 void (*enable_irq_common)(struct vfe_device *vfe);
32 void (*halt_clear)(struct vfe_device *vfe);
33 void (*halt_request)(struct vfe_device *vfe);
35 void (*set_camif_cmd)(struct vfe_device *vfe, u8 enable);
37 void (*set_clamp_cfg)(struct vfe_device *vfe);
40 void (*set_ds)(struct vfe_device *vfe);
45 void (*set_qos)(struct vfe_device *vfe);
51 void (*wm_set_subsample)(struct vfe_device *vfe, u8 wm);
[all …]
H A Dcamss-vfe.c292 vfe->ops->global_reset(vfe); in vfe_reset()
419 vfe->isr_ops.wm_done(vfe, i); in vfe_isr_comp_done()
583 ret = vfe->ops->pm_domain_on(vfe); in vfe_get()
619 camss_disable_clocks(vfe->nclocks, vfe->clock); in vfe_get()
623 vfe->ops->pm_domain_off(vfe); in vfe_get()
645 vfe->ops->vfe_halt(vfe); in vfe_put()
647 camss_disable_clocks(vfe->nclocks, vfe->clock); in vfe_put()
649 vfe->ops->pm_domain_off(vfe); in vfe_put()
716 vfe->ops->hw_version_read(vfe, vfe->camss->dev); in vfe_set_power()
1300 vfe->ops->subdev_init(dev, vfe); in msm_vfe_subdev_init()
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/cache/
H A Dcache_fetch_proc.c129 vfe->vfp->fini(vc, vfe); in VFP_Close()
154 vfe->closed = vfe->vfp->init(vc, vfe); in VFP_Open()
155 if (vfe->closed != VFP_OK && vfe->closed != VFP_NULL) { in VFP_Open()
181 vfe = vc->vfp_nxt; in VFP_Suck()
189 vp = vfe->vfp->pull(vc, vfe, p, lp); in VFP_Suck()
195 vfe->closed = vp; in VFP_Suck()
196 vfe->calls++; in VFP_Suck()
200 vp = vfe->closed; in VFP_Suck()
217 vfe = WS_Alloc(vc->resp->ws, sizeof *vfe); in VFP_Push()
224 vfe->vfp = vfp; in VFP_Push()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_veriexec.c507 if (veriexec_fp_cmp(vfe->ops, vfe->fp, digest) == 0) in veriexec_fp_status()
547 if (vfe != NULL && vfe->filename != NULL) in veriexec_file_report()
602 *vfep = vfe; in veriexec_file_verify()
712 &vfe); in veriexec_verify()
858 kmem_free(vfe->fp, vfe->ops->hash_len); in veriexec_file_free()
860 kmem_free(vfe->filename, vfe->filename_len); in veriexec_file_free()
862 kmem_free(vfe, sizeof(*vfe)); in veriexec_file_free()
1072 vfe = kmem_zalloc(sizeof(*vfe), KM_SLEEP); in veriexec_file_add()
1093 vfe->fp = kmem_alloc(vfe->ops->hash_len, KM_SLEEP); in veriexec_file_add()
1128 strlcpy(vfe->filename, file, vfe->filename_len); in veriexec_file_add()
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/http1/
H A Dcache_http1_vfp.c163 vfe->priv2 = cl; in v_matchproto_()
167 l = vfe->priv2; in v_matchproto_()
177 AZ(vfe->priv2); in v_matchproto_()
214 l = vfe->priv2; in v_matchproto_()
219 vfe->priv2 -= lr; in v_matchproto_()
275 if (vfe == NULL) in V1F_Setup_Fetch()
277 vfe->priv2 = 0; in V1F_Setup_Fetch()
281 if (vfe == NULL) in V1F_Setup_Fetch()
287 if (vfe == NULL) in V1F_Setup_Fetch()
289 vfe->priv2 = -1; in V1F_Setup_Fetch()
[all …]

12345678910>>...14