Home
last modified time | relevance | path

Searched refs:rpf (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_rpf.c84 rpf->entity.config, in rpf_configure_stream()
87 rpf->entity.config, in rpf_configure_stream()
162 rpf->brx_input, in rpf_configure_stream()
232 rpf->mult_alpha = mult; in rpf_configure_stream()
279 vsp1_rpf_write(rpf, dlb, VI6_RPF_MULT_ALPHA, rpf->mult_alpha | in rpf_configure_frame()
305 crop = *vsp1_rwpf_get_crop(rpf, rpf->entity.config); in rpf_configure_partition()
374 partition->rpf = *window; in rpf_partition()
390 struct vsp1_rwpf *rpf; in vsp1_rpf_create() local
394 rpf = devm_kzalloc(vsp1->dev, sizeof(*rpf), GFP_KERNEL); in vsp1_rpf_create()
395 if (rpf == NULL) in vsp1_rpf_create()
[all …]
H A Dvsp1_drm.c164 rpf->entity.index); in vsp1_du_pipeline_setup_rpf()
382 struct vsp1_rwpf *rpf = vsp1->rpf[i]; in vsp1_du_pipeline_setup_inputs() local
395 inputs[j] = rpf; in vsp1_du_pipeline_setup_inputs()
416 if (!rpf) { in vsp1_du_pipeline_setup_inputs()
421 if (!rpf->entity.pipe) { in vsp1_du_pipeline_setup_inputs()
426 brx->inputs[i].rpf = rpf; in vsp1_du_pipeline_setup_inputs()
427 rpf->brx_input = i; in vsp1_du_pipeline_setup_inputs()
678 if (!rpf) in vsp1_du_setup_lif()
690 brx->inputs[rpf->brx_input].rpf = NULL; in vsp1_du_setup_lif()
818 struct vsp1_rwpf *rpf; in vsp1_du_atomic_update() local
[all …]
H A Dvsp1_drv.c190 struct vsp1_rwpf *rpf = vsp1->rpf[i]; in vsp1_uapi_create_links() local
192 ret = media_create_pad_link(&rpf->video->video.entity, 0, in vsp1_uapi_create_links()
193 &rpf->entity.subdev.entity, in vsp1_uapi_create_links()
374 struct vsp1_rwpf *rpf; in vsp1_create_entities() local
376 rpf = vsp1_rpf_create(vsp1, i); in vsp1_create_entities()
377 if (IS_ERR(rpf)) { in vsp1_create_entities()
378 ret = PTR_ERR(rpf); in vsp1_create_entities()
382 vsp1->rpf[i] = rpf; in vsp1_create_entities()
383 list_add_tail(&rpf->entity.list_dev, &vsp1->entities); in vsp1_create_entities()
386 struct vsp1_video *video = vsp1_video_create(vsp1, rpf); in vsp1_create_entities()
H A Dvsp1_brx.h30 struct vsp1_rwpf *rpf; member
H A Dvsp1_pipe.h76 struct vsp1_partition_window rpf; member
H A Dvsp1.h96 struct vsp1_rwpf *rpf[VSP1_MAX_RPF]; member
H A Dvsp1_brx.c349 if (brx->inputs[i].rpf) { in brx_configure_stream()
352 premultiplied = brx->inputs[i].rpf->format.flags in brx_configure_stream()
H A Dvsp1_video.c518 brx->inputs[pad->index].rpf = input; in vsp1_video_pipeline_build_branch()
811 struct vsp1_rwpf *rpf = in vsp1_video_setup_pipeline() local
814 uds->scale_alpha = rpf->fmtinfo->alpha; in vsp1_video_setup_pipeline()
H A Dvsp1_pipe.c271 brx->inputs[i].rpf = NULL; in vsp1_pipeline_reset()
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fcs_rport.c3155 rpf->rpsc_retries = 0; in bfa_fcs_rpf_sm_uninit()
3183 rpf->rpsc_retries = 0; in bfa_fcs_rpf_sm_rpsc_sending()
3228 bfa_fcxp_discard(rpf->fcxp); in bfa_fcs_rpf_sm_rpsc()
3229 rpf->rpsc_retries = 0; in bfa_fcs_rpf_sm_rpsc()
3253 bfa_timer_stop(&rpf->timer); in bfa_fcs_rpf_sm_rpsc_retry()
3255 rpf->rpsc_retries = 0; in bfa_fcs_rpf_sm_rpsc_retry()
3275 rpf->rpsc_retries = 0; in bfa_fcs_rpf_sm_online()
3311 struct bfa_fcs_rpf_s *rpf = &rport->rpf; in bfa_fcs_rpf_init() local
3314 rpf->rport = rport; in bfa_fcs_rpf_init()
3345 rport->rpf.rpsc_speed = 0; in bfa_fcs_rpf_rport_offline()
[all …]
H A Dbfa_fcs.h445 struct bfa_fcs_rpf_s rpf; /* Rport features module */ member
H A Dbfad_bsg.c781 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()
H A Dbfa_fcs_lport.c5852 rport_speed = rport->rpf.rpsc_speed; in bfa_fcs_lport_get_rport_max_speed()
/openbmc/linux/include/media/
H A Dvsp1.h113 unsigned int rpf,
/openbmc/linux/net/ipv4/
H A Dfib_frontend.c346 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()
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c1697 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()