Searched refs:reg_update (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/drivers/soc/mediatek/ |
| D | mtk-infracfg.c | 28 bool reg_update) in mtk_infracfg_set_bus_protection() argument 33 if (reg_update) in mtk_infracfg_set_bus_protection() 59 bool reg_update) in mtk_infracfg_clear_bus_protection() argument 64 if (reg_update) in mtk_infracfg_clear_bus_protection()
|
| /Linux-v5.15/drivers/media/platform/qcom/camss/ |
| D | camss-vfe.h | 85 struct completion reg_update; member 111 void (*reg_update)(struct vfe_device *vfe, enum vfe_line_id line_id); member 124 void (*reg_update)(struct vfe_device *vfe, enum vfe_line_id line_id); member 148 u32 reg_update; member
|
| D | camss-vfe-170.c | 289 vfe->reg_update |= REG_UPDATE_RDI(line_id); in vfe_reg_update() 294 writel_relaxed(vfe->reg_update, vfe->base + VFE_REG_UPDATE_CMD); in vfe_reg_update() 303 vfe->reg_update &= ~REG_UPDATE_RDI(line_id); in vfe_reg_update_clear() 376 vfe->isr_ops.reg_update(vfe, i); in vfe_isr() 492 reinit_completion(&output->reg_update); in vfe_enable_output() 504 ops->reg_update(vfe, line->id); in vfe_enable_output() 637 complete(&output->reg_update); in vfe_isr_reg_update() 753 .reg_update = vfe_isr_reg_update, 780 .reg_update = vfe_reg_update,
|
| D | camss-vfe-gen1.c | 58 ops->reg_update(vfe, line->id); in vfe_disable_output() 62 time = wait_for_completion_timeout(&output->reg_update, msecs_to_jiffies(VFE_NEXT_SOF_MS)); in vfe_disable_output() 165 vfe->ops->reg_update(vfe, container_of(output, struct vfe_line, output)->id); in vfe_output_frame_drop() 234 reinit_completion(&output->reg_update); in vfe_enable_output() 273 ops->reg_update(vfe, line->id); in vfe_enable_output() 554 complete(&output->reg_update); in vfe_isr_reg_update() 733 .reg_update = vfe_isr_reg_update,
|
| D | camss-vfe-4-1.c | 540 vfe->reg_update |= VFE_0_REG_UPDATE_line_n(line_id); in vfe_reg_update() 542 writel_relaxed(vfe->reg_update, vfe->base + VFE_0_REG_UPDATE); in vfe_reg_update() 549 vfe->reg_update &= ~VFE_0_REG_UPDATE_line_n(line_id); in vfe_reg_update_clear() 917 vfe->isr_ops.reg_update(vfe, i); in vfe_isr() 1013 .reg_update = vfe_reg_update,
|
| D | camss-vfe-4-7.c | 686 vfe->reg_update |= VFE_0_REG_UPDATE_line_n(line_id); in vfe_reg_update() 690 writel_relaxed(vfe->reg_update, vfe->base + VFE_0_REG_UPDATE); in vfe_reg_update() 699 vfe->reg_update &= ~VFE_0_REG_UPDATE_line_n(line_id); in vfe_reg_update_clear() 1071 vfe->isr_ops.reg_update(vfe, i); in vfe_isr() 1205 .reg_update = vfe_reg_update,
|
| D | camss-vfe-4-8.c | 656 vfe->reg_update |= VFE_0_REG_UPDATE_line_n(line_id); in vfe_reg_update() 661 writel_relaxed(vfe->reg_update, vfe->base + VFE_0_REG_UPDATE); in vfe_reg_update() 670 vfe->reg_update &= ~VFE_0_REG_UPDATE_line_n(line_id); in vfe_reg_update_clear() 1000 vfe->isr_ops.reg_update(vfe, i); in vfe_isr() 1189 .reg_update = vfe_reg_update,
|
| D | camss-vfe.c | 1382 vfe->reg_update = 0; in msm_vfe_subdev_init() 1391 init_completion(&l->output.reg_update); in msm_vfe_subdev_init()
|
| /Linux-v5.15/include/linux/soc/mediatek/ |
| D | infracfg.h | 154 bool reg_update); 156 bool reg_update);
|