Searched refs:vsp1_entity_init (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/media/platform/vsp1/ |
D | vsp1_lif.c | 148 ret = vsp1_entity_init(vsp1, &lif->entity, "lif", 2, &lif_ops, in vsp1_lif_create()
|
D | vsp1_entity.h | 126 int vsp1_entity_init(struct vsp1_device *vsp1, struct vsp1_entity *entity,
|
D | vsp1_hsit.c | 168 ret = vsp1_entity_init(vsp1, &hsit->entity, inverse ? "hsi" : "hst", in vsp1_hsit_create()
|
D | vsp1_lut.c | 210 ret = vsp1_entity_init(vsp1, &lut->entity, "lut", 2, &lut_ops, in vsp1_lut_create()
|
D | vsp1_clu.c | 251 ret = vsp1_entity_init(vsp1, &clu->entity, "clu", 2, &clu_ops, in vsp1_clu_create()
|
D | vsp1_uif.c | 258 ret = vsp1_entity_init(vsp1, &uif->entity, name, 2, &uif_ops, in vsp1_uif_create()
|
D | vsp1_rpf.c | 361 ret = vsp1_entity_init(vsp1, &rpf->entity, name, 2, &rpf_ops, in vsp1_rpf_create()
|
D | vsp1_brx.c | 430 ret = vsp1_entity_init(vsp1, &brx->entity, name, num_pads, &brx_ops, in vsp1_brx_create()
|
D | vsp1_uds.c | 412 ret = vsp1_entity_init(vsp1, &uds->entity, name, 2, &uds_ops, in vsp1_uds_create()
|
D | vsp1_sru.c | 367 ret = vsp1_entity_init(vsp1, &sru->entity, "sru", 2, &sru_ops, in vsp1_sru_create()
|
D | vsp1_entity.c | 608 int vsp1_entity_init(struct vsp1_device *vsp1, struct vsp1_entity *entity, in vsp1_entity_init() function
|
D | vsp1_wpf.c | 535 ret = vsp1_entity_init(vsp1, &wpf->entity, name, 2, &wpf_ops, in vsp1_wpf_create()
|
D | vsp1_histo.c | 541 ret = vsp1_entity_init(vsp1, &histo->entity, name, 2, &histo_ops, in vsp1_histogram_init()
|