/Linux-v4.19/drivers/media/platform/vsp1/ |
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() 62 struct vsp1_rwpf *rpf = to_rwpf(&entity->subdev); in rpf_configure_stream() local 63 const struct vsp1_format_info *fmtinfo = rpf->fmtinfo; in rpf_configure_stream() 64 const struct v4l2_pix_format_mplane *format = &rpf->format; in rpf_configure_stream() 87 vsp1_rpf_write(rpf, dlb, VI6_RPF_SRCM_PSTRIDE, pstride); in rpf_configure_stream() 90 sink_format = vsp1_entity_get_pad_format(&rpf->entity, in rpf_configure_stream() 91 rpf->entity.config, in rpf_configure_stream() 93 source_format = vsp1_entity_get_pad_format(&rpf->entity, in rpf_configure_stream() 94 rpf->entity.config, in rpf_configure_stream() [all …]
|
D | vsp1_drm.c | 115 struct vsp1_rwpf *rpf, in vsp1_du_pipeline_setup_rpf() argument 128 crop = &vsp1->drm->inputs[rpf->entity.index].crop; in vsp1_du_pipeline_setup_rpf() 135 format.format.code = rpf->fmtinfo->mbus; in vsp1_du_pipeline_setup_rpf() 138 ret = v4l2_subdev_call(&rpf->entity.subdev, pad, set_fmt, NULL, in vsp1_du_pipeline_setup_rpf() 146 format.format.code, rpf->entity.index); in vsp1_du_pipeline_setup_rpf() 154 ret = v4l2_subdev_call(&rpf->entity.subdev, pad, set_selection, NULL, in vsp1_du_pipeline_setup_rpf() 162 rpf->entity.index); in vsp1_du_pipeline_setup_rpf() 170 ret = v4l2_subdev_call(&rpf->entity.subdev, pad, get_fmt, NULL, in vsp1_du_pipeline_setup_rpf() 178 format.format.code, rpf->entity.index); in vsp1_du_pipeline_setup_rpf() 182 ret = v4l2_subdev_call(&rpf->entity.subdev, pad, set_fmt, NULL, in vsp1_du_pipeline_setup_rpf() [all …]
|
D | vsp1_drv.c | 181 struct vsp1_rwpf *rpf = vsp1->rpf[i]; in vsp1_uapi_create_links() local 183 ret = media_create_pad_link(&rpf->video->video.entity, 0, in vsp1_uapi_create_links() 184 &rpf->entity.subdev.entity, in vsp1_uapi_create_links() 367 struct vsp1_rwpf *rpf; in vsp1_create_entities() local 369 rpf = vsp1_rpf_create(vsp1, i); in vsp1_create_entities() 370 if (IS_ERR(rpf)) { in vsp1_create_entities() 371 ret = PTR_ERR(rpf); in vsp1_create_entities() 375 vsp1->rpf[i] = rpf; in vsp1_create_entities() 376 list_add_tail(&rpf->entity.list_dev, &vsp1->entities); in vsp1_create_entities() 379 struct vsp1_video *video = vsp1_video_create(vsp1, rpf); in vsp1_create_entities()
|
D | vsp1_brx.h | 30 struct vsp1_rwpf *rpf; member
|
D | vsp1_pipe.h | 76 struct vsp1_partition_window rpf; member
|
D | vsp1.h | 92 struct vsp1_rwpf *rpf[VSP1_MAX_RPF]; member
|
D | vsp1_brx.c | 346 if (brx->inputs[i].rpf) { in brx_configure_stream() 349 premultiplied = brx->inputs[i].rpf->format.flags in brx_configure_stream()
|
D | vsp1_pipe.c | 191 brx->inputs[i].rpf = NULL; in vsp1_pipeline_reset()
|
D | vsp1_video.c | 531 brx->inputs[pad->index].rpf = input; in vsp1_video_pipeline_build_branch() 824 struct vsp1_rwpf *rpf = in vsp1_video_setup_pipeline() local 827 uds->scale_alpha = rpf->fmtinfo->alpha; in vsp1_video_setup_pipeline()
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_fcs_rport.c | 3029 bfa_port_speed_t rport_speed = rport->rpf.rpsc_speed; in bfa_fcs_rport_get_attr() 3046 rport_attr->curr_speed = rport->rpf.rpsc_speed; in bfa_fcs_rport_get_attr() 3047 rport_attr->assigned_speed = rport->rpf.assigned_speed; in bfa_fcs_rport_get_attr() 3140 static void bfa_fcs_rpf_sm_uninit(struct bfa_fcs_rpf_s *rpf, 3142 static void bfa_fcs_rpf_sm_rpsc_sending(struct bfa_fcs_rpf_s *rpf, 3144 static void bfa_fcs_rpf_sm_rpsc(struct bfa_fcs_rpf_s *rpf, 3146 static void bfa_fcs_rpf_sm_rpsc_retry(struct bfa_fcs_rpf_s *rpf, 3148 static void bfa_fcs_rpf_sm_offline(struct bfa_fcs_rpf_s *rpf, 3150 static void bfa_fcs_rpf_sm_online(struct bfa_fcs_rpf_s *rpf, 3154 bfa_fcs_rpf_sm_uninit(struct bfa_fcs_rpf_s *rpf, enum rpf_event event) in bfa_fcs_rpf_sm_uninit() argument [all …]
|
D | bfa_fcs.h | 456 struct bfa_fcs_rpf_s rpf; /* Rport features module */ member
|
D | bfad_bsg.c | 789 fcs_rport->rpf.assigned_speed = iocmd->speed; in bfad_iocmd_rport_set_speed() 791 if (fcs_rport->rpf.rpsc_speed == BFA_PORT_SPEED_UNKNOWN) in bfad_iocmd_rport_set_speed()
|
D | bfa_fcs_lport.c | 5852 rport_speed = rport->rpf.rpsc_speed; in bfa_fcs_lport_get_rport_max_speed()
|
/Linux-v4.19/include/media/ |
D | vsp1.h | 98 unsigned int rpf,
|
/Linux-v4.19/net/ipv4/ |
D | fib_frontend.c | 328 int rpf, struct in_device *idev, u32 *itag) in __fib_validate_source() argument 388 if (rpf == 1) in __fib_validate_source() 400 if (rpf) in __fib_validate_source()
|
/Linux-v4.19/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 1389 Mpi2ReplyDescriptorsUnion_t *rpf; in _base_interrupt() local 1398 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_interrupt() 1399 request_desript_type = rpf->Default.ReplyFlags in _base_interrupt() 1409 rd.word = le64_to_cpu(rpf->Words); in _base_interrupt() 1413 smid = le16_to_cpu(rpf->Default.DescriptorTypeDependent1); in _base_interrupt() 1431 rpf->AddressReply.ReplyFrameAddress); in _base_interrupt() 1469 rpf->Words = cpu_to_le64(ULLONG_MAX); in _base_interrupt() 1500 rpf = reply_q->reply_post_free; in _base_interrupt() 1502 rpf++; in _base_interrupt()
|