Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/chips-media/wave5/
Dwave5-vpuapi.h775 struct vpu_instance { struct
790 enum vpu_instance_state state; argument
791 enum vpu_instance_type type; argument
792 const struct vpu_instance_ops *ops; argument
793 spinlock_t state_spinlock; /* This protects the instance state */
795 enum wave_std std;
796 s32 id;
797 union {
800 } *codec_info;
801 struct frame_buffer frame_buf[MAX_REG_FRAME];
[all …]