Home
last modified time | relevance | path

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

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