Searched refs:wpf (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_wpf.c | 29 static inline u32 vsp1_wpf_read(struct vsp1_rwpf *wpf, u32 reg) in vsp1_wpf_read() argument 31 return vsp1_read(wpf->entity.vsp1, in vsp1_wpf_read() 32 reg + wpf->entity.index * VI6_WPF_OFFSET); in vsp1_wpf_read() 35 static inline void vsp1_wpf_write(struct vsp1_rwpf *wpf, u32 reg, u32 data) in vsp1_wpf_write() argument 37 vsp1_write(wpf->entity.vsp1, in vsp1_wpf_write() 38 reg + wpf->entity.index * VI6_WPF_OFFSET, data); in vsp1_wpf_write() 47 struct vsp1_rwpf *wpf = in wpf_s_ctrl() local 51 if (!vsp1_entity_is_streaming(&wpf->entity)) in wpf_s_ctrl() 56 value = vsp1_wpf_read(wpf, VI6_WPF_OUTFMT); in wpf_s_ctrl() 59 vsp1_wpf_write(wpf, VI6_WPF_OUTFMT, value); in wpf_s_ctrl() [all …]
|
D | vsp1_drv.c | 44 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_irq_handler() local 48 if (wpf == NULL) in vsp1_irq_handler() 51 pipe = to_vsp1_pipeline(&wpf->entity.subdev.entity); in vsp1_irq_handler() 241 struct vsp1_rwpf *wpf; in vsp1_create_entities() local 243 wpf = vsp1_wpf_create(vsp1, i); in vsp1_create_entities() 244 if (IS_ERR(wpf)) { in vsp1_create_entities() 245 ret = PTR_ERR(wpf); in vsp1_create_entities() 249 vsp1->wpf[i] = wpf; in vsp1_create_entities() 250 list_add_tail(&wpf->entity.list_dev, &vsp1->entities); in vsp1_create_entities() 266 &vsp1->wpf[0]->entity.subdev.entity, RWPF_PAD_SOURCE, in vsp1_create_entities()
|
D | vsp1_video.c | 729 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_pipelines_suspend() local 732 if (wpf == NULL) in vsp1_pipelines_suspend() 735 pipe = to_vsp1_pipeline(&wpf->entity.subdev.entity); in vsp1_pipelines_suspend() 746 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_pipelines_suspend() local 749 if (wpf == NULL) in vsp1_pipelines_suspend() 752 pipe = to_vsp1_pipeline(&wpf->entity.subdev.entity); in vsp1_pipelines_suspend() 760 wpf->entity.index); in vsp1_pipelines_suspend() 770 struct vsp1_rwpf *wpf = vsp1->wpf[i]; in vsp1_pipelines_resume() local 773 if (wpf == NULL) in vsp1_pipelines_resume() 776 pipe = to_vsp1_pipeline(&wpf->entity.subdev.entity); in vsp1_pipelines_resume()
|
D | vsp1.h | 71 struct vsp1_rwpf *wpf[VSP1_MAX_WPF]; member
|
/linux-4.4.14/sound/soc/omap/ |
D | omap-mcbsp.c | 226 int wlen, channels, wpf; in omap_mcbsp_dai_hw_params() local 289 wpf = channels; in omap_mcbsp_dai_hw_params() 296 wpf--; in omap_mcbsp_dai_hw_params() 297 regs->rcr2 |= RFRLEN2(wpf - 1); in omap_mcbsp_dai_hw_params() 298 regs->xcr2 |= XFRLEN2(wpf - 1); in omap_mcbsp_dai_hw_params() 301 regs->rcr1 |= RFRLEN1(wpf - 1); in omap_mcbsp_dai_hw_params() 302 regs->xcr1 |= XFRLEN1(wpf - 1); in omap_mcbsp_dai_hw_params()
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | renesas,vsp1.txt | 17 - renesas,#wpf: Number of Write Pixel Formatter (WPF) modules in the VSP1. 42 renesas,#wpf = <4>;
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | r8a7790.dtsi | 825 renesas,#wpf = <4>; 839 renesas,#wpf = <4>; 853 renesas,#wpf = <4>; 867 renesas,#wpf = <4>;
|
D | r8a7791.dtsi | 880 renesas,#wpf = <4>; 894 renesas,#wpf = <4>; 908 renesas,#wpf = <4>;
|