Lines Matching defs:vpu_core
128 struct vpu_core { struct
138 enum vpu_core_type type; argument
140 const struct vpu_core_resources *res; argument
146 enum vpu_core_state state; argument
147 u32 fw_version;
149 struct vpu_buffer fw;
150 struct vpu_buffer rpc;
151 struct vpu_buffer log;
152 struct vpu_buffer act;
154 struct vpu_mbox tx_type;
155 struct vpu_mbox tx_data;
156 struct vpu_mbox rx;
158 wait_queue_head_t ack_wq;
159 struct completion cmp;
160 struct workqueue_struct *workqueue;
161 struct work_struct msg_work;
162 struct delayed_work msg_delayed_work;
163 struct kfifo msg_fifo;
164 void *msg_buffer;
165 unsigned int msg_buffer_size;
167 struct vpu_dev *vpu;
168 void *iface;
170 struct dentry *debugfs;
171 struct dentry *debugfs_fwlog;