vsp1_lif
struct vsp1_lif;
struct vsp1_lif *lif[VSP1_MAX_LIF];
struct vsp1_lif *lif;
struct vsp1_lif *vsp1_lif_create(struct vsp1_device *vsp1, unsigned int index)
struct vsp1_lif *lif;
static inline void vsp1_lif_write(struct vsp1_lif *lif,
struct vsp1_lif *lif = to_lif(&entity->subdev);
static inline struct vsp1_lif *to_lif(struct v4l2_subdev *subdev)
return container_of(subdev, struct vsp1_lif, entity.subdev);
struct vsp1_lif *vsp1_lif_create(struct vsp1_device *vsp1, unsigned int index);