/kernel/linux/linux-5.10/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() 63 struct vsp1_rwpf *rpf = to_rwpf(&entity->subdev); in rpf_configure_stream() local 64 const struct vsp1_format_info *fmtinfo = rpf->fmtinfo; in rpf_configure_stream() 65 const struct v4l2_pix_format_mplane *format = &rpf->format; in rpf_configure_stream() 88 vsp1_rpf_write(rpf, dlb, VI6_RPF_SRCM_PSTRIDE, pstride); in rpf_configure_stream() 91 sink_format = vsp1_entity_get_pad_format(&rpf->entity, in rpf_configure_stream() 92 rpf->entity.config, in rpf_configure_stream() 94 source_format = vsp1_entity_get_pad_format(&rpf->entity, in rpf_configure_stream() 95 rpf->entity.config, in rpf_configure_stream() [all …]
|
D | vsp1_drm.c | 117 struct vsp1_rwpf *rpf, in vsp1_du_pipeline_setup_rpf() argument 130 crop = &vsp1->drm->inputs[rpf->entity.index].crop; in vsp1_du_pipeline_setup_rpf() 137 format.format.code = rpf->fmtinfo->mbus; in vsp1_du_pipeline_setup_rpf() 140 ret = v4l2_subdev_call(&rpf->entity.subdev, pad, set_fmt, NULL, in vsp1_du_pipeline_setup_rpf() 148 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 …]
|
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 | 347 if (brx->inputs[i].rpf) { in brx_configure_stream() 350 premultiplied = brx->inputs[i].rpf->format.flags in brx_configure_stream()
|
D | vsp1_video.c | 517 brx->inputs[pad->index].rpf = input; in vsp1_video_pipeline_build_branch() 810 struct vsp1_rwpf *rpf = in vsp1_video_setup_pipeline() local 813 uds->scale_alpha = rpf->fmtinfo->alpha; in vsp1_video_setup_pipeline()
|
D | vsp1_pipe.c | 253 brx->inputs[i].rpf = NULL; in vsp1_pipeline_reset()
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
D | bfa_fcs_rport.c | 3013 bfa_port_speed_t rport_speed = rport->rpf.rpsc_speed; in bfa_fcs_rport_get_attr() 3030 rport_attr->curr_speed = rport->rpf.rpsc_speed; in bfa_fcs_rport_get_attr() 3031 rport_attr->assigned_speed = rport->rpf.assigned_speed; in bfa_fcs_rport_get_attr() 3124 static void bfa_fcs_rpf_sm_uninit(struct bfa_fcs_rpf_s *rpf, 3126 static void bfa_fcs_rpf_sm_rpsc_sending(struct bfa_fcs_rpf_s *rpf, 3128 static void bfa_fcs_rpf_sm_rpsc(struct bfa_fcs_rpf_s *rpf, 3130 static void bfa_fcs_rpf_sm_rpsc_retry(struct bfa_fcs_rpf_s *rpf, 3132 static void bfa_fcs_rpf_sm_offline(struct bfa_fcs_rpf_s *rpf, 3134 static void bfa_fcs_rpf_sm_online(struct bfa_fcs_rpf_s *rpf, 3138 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 | 448 struct bfa_fcs_rpf_s rpf; /* Rport features module */ member
|
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()
|
D | bfa_fcs_lport.c | 5844 rport_speed = rport->rpf.rpsc_speed; in bfa_fcs_lport_get_rport_max_speed()
|
/kernel/linux/linux-5.10/include/media/ |
D | vsp1.h | 111 unsigned int rpf,
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | fib_frontend.c | 345 int rpf, struct in_device *idev, u32 *itag) in __fib_validate_source() argument 397 if (rpf == 1) in __fib_validate_source() 409 if (rpf) in __fib_validate_source()
|
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 1538 Mpi2ReplyDescriptorsUnion_t *rpf; in _base_process_reply_queue() local 1545 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_process_reply_queue() 1546 request_descript_type = rpf->Default.ReplyFlags in _base_process_reply_queue() 1555 rd.word = le64_to_cpu(rpf->Words); in _base_process_reply_queue() 1559 smid = le16_to_cpu(rpf->Default.DescriptorTypeDependent1); in _base_process_reply_queue() 1577 rpf->AddressReply.ReplyFrameAddress); in _base_process_reply_queue() 1615 rpf->Words = cpu_to_le64(ULLONG_MAX); in _base_process_reply_queue() 1651 rpf = reply_q->reply_post_free; in _base_process_reply_queue() 1653 rpf++; in _base_process_reply_queue()
|