Searched refs:rpf (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/media/platform/vsp1/ |
A D | vsp1_rpf.c | 92 rpf->entity.config, in rpf_configure_stream() 95 rpf->entity.config, in rpf_configure_stream() 118 rpf->brx_input, in rpf_configure_stream() 188 rpf->mult_alpha = mult; in rpf_configure_stream() 235 vsp1_rpf_write(rpf, dlb, VI6_RPF_MULT_ALPHA, rpf->mult_alpha | in rpf_configure_frame() 261 crop = *vsp1_rwpf_get_crop(rpf, rpf->entity.config); in rpf_configure_partition() 330 partition->rpf = *window; in rpf_partition() 346 struct vsp1_rwpf *rpf; in vsp1_rpf_create() local 350 rpf = devm_kzalloc(vsp1->dev, sizeof(*rpf), GFP_KERNEL); in vsp1_rpf_create() 351 if (rpf == NULL) in vsp1_rpf_create() [all …]
|
A D | vsp1_drm.c | 164 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() 677 if (!rpf) in vsp1_du_setup_lif() 689 brx->inputs[rpf->brx_input].rpf = NULL; in vsp1_du_setup_lif() 814 struct vsp1_rwpf *rpf; in vsp1_du_atomic_update() local [all …]
|
A 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()
|
A D | vsp1_brx.h | 30 struct vsp1_rwpf *rpf; member
|
A D | vsp1_pipe.h | 76 struct vsp1_partition_window rpf; member
|
A D | vsp1.h | 92 struct vsp1_rwpf *rpf[VSP1_MAX_RPF]; member
|
A D | vsp1_brx.c | 349 if (brx->inputs[i].rpf) { in brx_configure_stream() 352 premultiplied = brx->inputs[i].rpf->format.flags in brx_configure_stream()
|
A 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()
|
A D | vsp1_pipe.c | 253 brx->inputs[i].rpf = NULL; in vsp1_pipeline_reset()
|
/linux/drivers/scsi/bfa/ |
A D | bfa_fcs_rport.c | 3155 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 …]
|
A D | bfa_fcs.h | 445 struct bfa_fcs_rpf_s rpf; /* Rport features module */ member
|
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()
|
A D | bfa_fcs_lport.c | 5852 rport_speed = rport->rpf.rpsc_speed; in bfa_fcs_lport_get_rport_max_speed()
|
/linux/include/media/ |
A D | vsp1.h | 111 unsigned int rpf,
|
/linux/net/ipv4/ |
A 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()
|
/linux/drivers/scsi/mpt3sas/ |
A D | mpt3sas_base.c | 1681 Mpi2ReplyDescriptorsUnion_t *rpf; in _base_process_reply_queue() local 1688 rpf = &reply_q->reply_post_free[reply_q->reply_post_host_index]; in _base_process_reply_queue() 1689 request_descript_type = rpf->Default.ReplyFlags in _base_process_reply_queue() 1698 rd.word = le64_to_cpu(rpf->Words); in _base_process_reply_queue() 1702 smid = le16_to_cpu(rpf->Default.DescriptorTypeDependent1); in _base_process_reply_queue() 1720 rpf->AddressReply.ReplyFrameAddress); in _base_process_reply_queue() 1758 rpf->Words = cpu_to_le64(ULLONG_MAX); in _base_process_reply_queue() 1795 rpf = reply_q->reply_post_free; in _base_process_reply_queue() 1797 rpf++; in _base_process_reply_queue()
|
Completed in 54 milliseconds