Symbol: vsp1_entity_init
drivers/media/platform/renesas/vsp1/vsp1_brx.c
428
ret = vsp1_entity_init(vsp1, &brx->entity, name, num_pads, &brx_ops,
drivers/media/platform/renesas/vsp1/vsp1_clu.c
251
ret = vsp1_entity_init(vsp1, &clu->entity, "clu", 2, &clu_ops,
drivers/media/platform/renesas/vsp1/vsp1_entity.h
139
int vsp1_entity_init(struct vsp1_device *vsp1, struct vsp1_entity *entity,
drivers/media/platform/renesas/vsp1/vsp1_histo.c
510
ret = vsp1_entity_init(vsp1, &histo->entity, name, 2, &histo_ops,
drivers/media/platform/renesas/vsp1/vsp1_hsit.c
178
ret = vsp1_entity_init(vsp1, &hsit->entity, inverse ? "hsi" : "hst",
drivers/media/platform/renesas/vsp1/vsp1_iif.c
115
ret = vsp1_entity_init(vsp1, &iif->entity, "iif", 3, &iif_ops,
drivers/media/platform/renesas/vsp1/vsp1_lif.c
171
ret = vsp1_entity_init(vsp1, &lif->entity, "lif", 2, &lif_ops,
drivers/media/platform/renesas/vsp1/vsp1_lut.c
212
ret = vsp1_entity_init(vsp1, &lut->entity, "lut", 2, &lut_ops,
drivers/media/platform/renesas/vsp1/vsp1_rpf.c
436
ret = vsp1_entity_init(vsp1, &rpf->entity, name, 2, &vsp1_rwpf_subdev_ops,
drivers/media/platform/renesas/vsp1/vsp1_sru.c
374
ret = vsp1_entity_init(vsp1, &sru->entity, "sru", 2, &sru_ops,
drivers/media/platform/renesas/vsp1/vsp1_uds.c
415
ret = vsp1_entity_init(vsp1, &uds->entity, name, 2, &uds_ops,
drivers/media/platform/renesas/vsp1/vsp1_uif.c
256
ret = vsp1_entity_init(vsp1, &uif->entity, name, 2, &uif_ops,
drivers/media/platform/renesas/vsp1/vsp1_wpf.c
583
ret = vsp1_entity_init(vsp1, &wpf->entity, name, 2, &vsp1_rwpf_subdev_ops,