Searched refs:VSP1_ENTITY_UDS (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/media/platform/vsp1/ |
D | vsp1_entity.c | 171 { VSP1_ENTITY_UDS, 0, VI6_DPR_UDS_ROUTE(0), { VI6_DPR_NODE_UDS(0), } }, 172 { VSP1_ENTITY_UDS, 1, VI6_DPR_UDS_ROUTE(1), { VI6_DPR_NODE_UDS(1), } }, 173 { VSP1_ENTITY_UDS, 2, VI6_DPR_UDS_ROUTE(2), { VI6_DPR_NODE_UDS(2), } },
|
D | vsp1_entity.h | 32 VSP1_ENTITY_UDS, enumerator
|
D | vsp1_uds.c | 336 uds->entity.type = VSP1_ENTITY_UDS; in vsp1_uds_create()
|
D | vsp1_video.c | 361 if (entity->type == VSP1_ENTITY_UDS) { in vsp1_pipeline_validate_branch() 694 if (entity->type == VSP1_ENTITY_UDS) { in vsp1_pipeline_propagate_alpha()
|