Symbol: vsp1_entity_init
drivers/media/platform/renesas/vsp1/vsp1_brx.c
418
ret = vsp1_entity_init(vsp1, &brx->entity, name, num_pads, &brx_ops,
drivers/media/platform/renesas/vsp1/vsp1_clu.c
225
ret = vsp1_entity_init(vsp1, &clu->entity, "clu", 2, &clu_ops,
drivers/media/platform/renesas/vsp1/vsp1_entity.h
148
int vsp1_entity_init(struct vsp1_device *vsp1, struct vsp1_entity *entity,
drivers/media/platform/renesas/vsp1/vsp1_histo.c
540
ret = vsp1_entity_init(vsp1, &histo->entity, name, 2, &histo_ops,
drivers/media/platform/renesas/vsp1/vsp1_hsit.c
226
ret = vsp1_entity_init(vsp1, &hsit->entity, inverse ? "hsi" : "hst",
drivers/media/platform/renesas/vsp1/vsp1_iif.c
94
ret = vsp1_entity_init(vsp1, &iif->entity, "iif", 3, &iif_ops,
drivers/media/platform/renesas/vsp1/vsp1_lif.c
149
ret = vsp1_entity_init(vsp1, &lif->entity, "lif", 2, &lif_ops,
drivers/media/platform/renesas/vsp1/vsp1_lut.c
186
ret = vsp1_entity_init(vsp1, &lut->entity, "lut", 2, &lut_ops,
drivers/media/platform/renesas/vsp1/vsp1_rpf.c
437
ret = vsp1_entity_init(vsp1, &rpf->entity, name, 2, &vsp1_rwpf_subdev_ops,
drivers/media/platform/renesas/vsp1/vsp1_sru.c
364
ret = vsp1_entity_init(vsp1, &sru->entity, "sru", 2, &sru_ops,
drivers/media/platform/renesas/vsp1/vsp1_uds.c
404
ret = vsp1_entity_init(vsp1, &uds->entity, name, 2, &uds_ops,
drivers/media/platform/renesas/vsp1/vsp1_uif.c
223
ret = vsp1_entity_init(vsp1, &uif->entity, name, 2, &uif_ops,
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
578
ret = vsp1_entity_init(vsp1, &wpf->entity, name, 2, &vsp1_rwpf_subdev_ops,