Searched refs:vsp1_entity_init (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_entity.h | 85 int vsp1_entity_init(struct vsp1_device *vsp1, struct vsp1_entity *entity,
|
D | vsp1_hsit.c | 198 ret = vsp1_entity_init(vsp1, &hsit->entity, 2); in vsp1_hsit_create()
|
D | vsp1_entity.c | 182 int vsp1_entity_init(struct vsp1_device *vsp1, struct vsp1_entity *entity, in vsp1_entity_init() function
|
D | vsp1_lut.c | 237 ret = vsp1_entity_init(vsp1, &lut->entity, 2); in vsp1_lut_create()
|
D | vsp1_lif.c | 223 ret = vsp1_entity_init(vsp1, &lif->entity, 2); in vsp1_lif_create()
|
D | vsp1_rpf.c | 236 ret = vsp1_entity_init(vsp1, &rpf->entity, 2); in vsp1_rpf_create()
|
D | vsp1_wpf.c | 236 ret = vsp1_entity_init(vsp1, &wpf->entity, 2); in vsp1_wpf_create()
|
D | vsp1_uds.c | 339 ret = vsp1_entity_init(vsp1, &uds->entity, 2); in vsp1_uds_create()
|
D | vsp1_sru.c | 356 ret = vsp1_entity_init(vsp1, &sru->entity, 2); in vsp1_sru_create()
|
D | vsp1_bru.c | 422 ret = vsp1_entity_init(vsp1, &bru->entity, 5); in vsp1_bru_create()
|