Searched refs:iif (Results 1 – 12 of 12) sorted by relevance
| /drivers/media/platform/renesas/vsp1/ |
| A D | vsp1_iif.c | 100 struct vsp1_iif *iif; in vsp1_iif_create() local 103 iif = devm_kzalloc(vsp1->dev, sizeof(*iif), GFP_KERNEL); in vsp1_iif_create() 104 if (!iif) in vsp1_iif_create() 107 iif->entity.ops = &iif_entity_ops; in vsp1_iif_create() 108 iif->entity.type = VSP1_ENTITY_IIF; in vsp1_iif_create() 115 ret = vsp1_entity_init(vsp1, &iif->entity, "iif", 3, &iif_ops, in vsp1_iif_create() 120 return iif; in vsp1_iif_create()
|
| A D | vsp1_vspx.c | 434 vsp1_entity_route_setup(pipe->iif, pipe, dlb); in vsp1_isp_job_prepare() 435 vsp1_entity_configure_stream(pipe->iif, pipe->iif->state, pipe, in vsp1_isp_job_prepare() 612 pipe->inputs[0]->entity.sink = &vsp1->iif->entity; in vsp1_vspx_init() 615 pipe->iif = &vsp1->iif->entity; in vsp1_vspx_init() 616 pipe->iif->pipe = pipe; in vsp1_vspx_init() 617 pipe->iif->sink = &vsp1->wpf[0]->entity; in vsp1_vspx_init() 618 pipe->iif->sink_pad = RWPF_PAD_SINK; in vsp1_vspx_init() 619 list_add_tail(&pipe->iif->list_pipe, &pipe->entities); in vsp1_vspx_init()
|
| A D | vsp1_wpf.c | 254 if (!pipe->iif && (!pipe->lif || wpf->writeback)) { in wpf_configure_stream() 330 srcrpf |= (pipe->iif || (!pipe->brx && pipe->num_inputs == 1)) in wpf_configure_stream() 347 if (pipe->iif) in wpf_configure_stream()
|
| A D | vsp1_drv.c | 331 vsp1->iif = vsp1_iif_create(vsp1); in vsp1_create_entities() 332 if (IS_ERR(vsp1->iif)) { in vsp1_create_entities() 333 ret = PTR_ERR(vsp1->iif); in vsp1_create_entities() 337 list_add_tail(&vsp1->iif->entity.list_dev, &vsp1->entities); in vsp1_create_entities()
|
| A D | vsp1_pipe.h | 122 struct vsp1_entity *iif; member
|
| A D | vsp1.h | 97 struct vsp1_iif *iif; member
|
| A D | vsp1_rpf.c | 87 infmt = (pipe->iif ? 0 : VI6_RPF_INFMT_CIPM) in rpf_configure_stream() 127 if (pipe->iif) { in rpf_configure_stream()
|
| A D | vsp1_pipe.c | 434 pipe->iif = NULL; in vsp1_pipeline_reset()
|
| A D | vsp1_dl.c | 1130 dlm->singleshot = vsp1->info->uapi || vsp1->iif; in vsp1_dlm_create()
|
| /drivers/net/ethernet/marvell/prestera/ |
| A D | prestera_hw.h | 256 struct prestera_iface *iif, u8 *mac, u16 *rif_id); 258 struct prestera_iface *iif);
|
| A D | prestera_hw.c | 563 struct prestera_msg_iface iif; member 1999 struct prestera_iface *iif, u8 *mac, u16 *rif_id) in prestera_hw_rif_create() argument 2007 err = prestera_iface_to_msg(iif, &req.iif); in prestera_hw_rif_create() 2021 struct prestera_iface *iif) in prestera_hw_rif_delete() argument 2028 err = prestera_iface_to_msg(iif, &req.iif); in prestera_hw_rif_delete()
|
| /drivers/net/ipvlan/ |
| A D | ipvlan_l3s.c | 109 IP6CB(skb)->iif = skb->dev->ifindex; in ipvlan_nf_input()
|
Completed in 42 milliseconds