Searched refs:rpf (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_rpf.c | 39 static inline void vsp1_rpf_write(struct vsp1_rwpf *rpf, in vsp1_rpf_write() argument 42 vsp1_dl_body_write(dlb, reg + rpf->entity.index * VI6_RPF_OFFSET, in vsp1_rpf_write() 56 struct vsp1_rwpf *rpf = to_rwpf(&entity->subdev); in rpf_configure_stream() local 57 const struct vsp1_format_info *fmtinfo = rpf->fmtinfo; in rpf_configure_stream() 58 const struct v4l2_pix_format_mplane *format = &rpf->format; in rpf_configure_stream() 81 vsp1_rpf_write(rpf, dlb, VI6_RPF_SRCM_PSTRIDE, pstride); in rpf_configure_stream() 98 vsp1_rpf_write(rpf, dlb, VI6_RPF_INFMT, infmt); in rpf_configure_stream() 99 vsp1_rpf_write(rpf, dlb, VI6_RPF_DSWAP, fmtinfo->swap); in rpf_configure_stream() 148 vsp1_rpf_write(rpf, dlb, VI6_RPF_EXT_INFMT0, ext_infmt0); in rpf_configure_stream() 149 vsp1_rpf_write(rpf, dlb, VI6_RPF_EXT_INFMT1, ext_infmt1); in rpf_configure_stream() [all …]
|
H A D | vsp1_drm.c | 117 struct vsp1_rwpf *rpf, in vsp1_du_pipeline_setup_rpf() argument 134 crop = &vsp1->drm->inputs[rpf->entity.index].crop; in vsp1_du_pipeline_setup_rpf() 139 format.format.code = rpf->fmtinfo->mbus; in vsp1_du_pipeline_setup_rpf() 142 ret = v4l2_subdev_call(&rpf->entity.subdev, pad, set_fmt, NULL, in vsp1_du_pipeline_setup_rpf() 150 format.format.code, rpf->entity.index); in vsp1_du_pipeline_setup_rpf() 156 ret = v4l2_subdev_call(&rpf->entity.subdev, pad, set_selection, NULL, in vsp1_du_pipeline_setup_rpf() 164 rpf->entity.index); in vsp1_du_pipeline_setup_rpf() 172 ret = v4l2_subdev_call(&rpf->entity.subdev, pad, get_fmt, NULL, in vsp1_du_pipeline_setup_rpf() 180 format.format.code, rpf->entity.index); in vsp1_du_pipeline_setup_rpf() 184 ret = v4l2_subdev_call(&rpf->entity.subdev, pad, set_fmt, NULL, in vsp1_du_pipeline_setup_rpf() [all …]
|
H A D | vsp1_brx.h | 30 struct vsp1_rwpf *rpf; member
|
H A D | vsp1.h | 96 struct vsp1_rwpf *rpf[VSP1_MAX_RPF]; member
|
H A D | vsp1_pipe.h | 66 struct v4l2_rect rpf[VSP1_MAX_RPF]; member
|
H A D | vsp1_brx.c | 337 if (brx->inputs[i].rpf) { in brx_configure_stream() 340 premultiplied = brx->inputs[i].rpf->format.flags in brx_configure_stream()
|
H A D | vsp1_video.c | 398 brx->inputs[pad->index].rpf = input; in vsp1_video_pipeline_build_branch() 747 struct vsp1_rwpf *rpf = in vsp1_video_setup_pipeline() local 750 uds->scale_alpha = rpf->fmtinfo->alpha; in vsp1_video_setup_pipeline()
|
H A D | vsp1_pipe.c | 271 brx->inputs[i].rpf = NULL; in vsp1_pipeline_reset()
|
/linux/include/media/ |
H A D | vsp1.h | 113 unsigned int rpf,
|
/linux/net/ipv4/ |
H A D | fib_frontend.c | 346 int rpf, struct in_device *idev, u32 *itag) in __fib_validate_source() argument 404 if (rpf == 1) in __fib_validate_source() 416 if (rpf) in __fib_validate_source()
|
/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 1697 Mpi2ReplyDescriptorsUnion_t *rpf; in _base_process_reply_queue() local 1704 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_process_reply_queue() 1705 request_descript_type = rpf->Default.ReplyFlags in _base_process_reply_queue() 1714 rd.word = le64_to_cpu(rpf->Words); in _base_process_reply_queue() 1718 smid = le16_to_cpu(rpf->Default.DescriptorTypeDependent1); in _base_process_reply_queue() 1736 rpf->AddressReply.ReplyFrameAddress); in _base_process_reply_queue() 1774 rpf->Words = cpu_to_le64(ULLONG_MAX); in _base_process_reply_queue() 1811 rpf = reply_q->reply_post_free; in _base_process_reply_queue() 1813 rpf++; in _base_process_reply_queue()
|
/linux/drivers/scsi/bfa/ |
H A D | bfad_bsg.c | 781 fcs_rport->rpf.assigned_speed = iocmd->speed; in bfad_iocmd_rport_set_speed() 783 if (fcs_rport->rpf.rpsc_speed == BFA_PORT_SPEED_UNKNOWN) in bfad_iocmd_rport_set_speed()
|