Home
last modified time | relevance | path

Searched defs:vpu_instance (Results 1 – 1 of 1) sorted by relevance

/linux-6.8/drivers/media/platform/chips-media/wave5/
Dwave5-vpuapi.h768 struct vpu_instance { struct
783 enum vpu_instance_state state; argument
784 enum vpu_instance_type type; argument
785 const struct vpu_instance_ops *ops; argument
786 spinlock_t state_spinlock; /* This protects the instance state */
788 enum wave_std std;
789 s32 id;
790 union {
793 } *codec_info;
794 struct frame_buffer frame_buf[MAX_REG_FRAME];
[all …]