Home
last modified time | relevance | path

Searched refs:vsp1_entity_init (Results 1 – 12 of 12) sorted by relevance

/drivers/media/platform/vsp1/
Dvsp1_entity.h130 int vsp1_entity_init(struct vsp1_device *vsp1, struct vsp1_entity *entity,
Dvsp1_hsit.c176 ret = vsp1_entity_init(vsp1, &hsit->entity, inverse ? "hsi" : "hst", in vsp1_hsit_create()
Dvsp1_lif.c186 ret = vsp1_entity_init(vsp1, &lif->entity, "lif", 2, &lif_ops, in vsp1_lif_create()
Dvsp1_lut.c242 ret = vsp1_entity_init(vsp1, &lut->entity, "lut", 2, &lut_ops, in vsp1_lut_create()
Dvsp1_clu.c286 ret = vsp1_entity_init(vsp1, &clu->entity, "clu", 2, &clu_ops, in vsp1_clu_create()
Dvsp1_rpf.c286 ret = vsp1_entity_init(vsp1, &rpf->entity, name, 2, &rpf_ops, in vsp1_rpf_create()
Dvsp1_sru.c375 ret = vsp1_entity_init(vsp1, &sru->entity, "sru", 2, &sru_ops, in vsp1_sru_create()
Dvsp1_bru.c438 ret = vsp1_entity_init(vsp1, &bru->entity, name, num_pads, &bru_ops, in vsp1_bru_create()
Dvsp1_uds.c411 ret = vsp1_entity_init(vsp1, &uds->entity, name, 2, &uds_ops, in vsp1_uds_create()
Dvsp1_entity.c489 int vsp1_entity_init(struct vsp1_device *vsp1, struct vsp1_entity *entity, in vsp1_entity_init() function
Dvsp1_wpf.c519 ret = vsp1_entity_init(vsp1, &wpf->entity, name, 2, &wpf_ops, in vsp1_wpf_create()
Dvsp1_histo.c596 ret = vsp1_entity_init(vsp1, &histo->entity, name, 2, &histo_ops, in vsp1_histogram_init()