[media] v4l: vsp1: Consolidate entity ops in a struct vsp1_entity_operations
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 17 Nov 2015 14:23:23 +0000 (12:23 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 13 Apr 2016 20:52:36 +0000 (17:52 -0300)
commit5243453472e7bce74764ddf9f206450dcc8769c5
treef23eb718b6c6e5df792bce7c7b87b9c19d4af606
parent823329dfee7224712569cc4899720bc470a2fe56
[media] v4l: vsp1: Consolidate entity ops in a struct vsp1_entity_operations

Entities have two operations, a destroy operation stored directly in
vsp1_entity and a set_memory operation stored in a vsp1_rwpf_operations
structure. Move the two to a more generic vsp1_entity_operations
structure that will serve to implement additional operations.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/platform/vsp1/vsp1_entity.c
drivers/media/platform/vsp1/vsp1_entity.h
drivers/media/platform/vsp1/vsp1_rpf.c
drivers/media/platform/vsp1/vsp1_rwpf.h
drivers/media/platform/vsp1/vsp1_wpf.c
This page took 0.026154 seconds and 5 git commands to generate.