Lines Matching defs:ivpu_ipc_info
69 struct ivpu_ipc_info { struct
70 struct gen_pool *mm_tx;
71 struct ivpu_bo *mem_tx;
72 struct ivpu_bo *mem_rx;
74 atomic_t rx_msg_count;
76 spinlock_t cons_lock; /* Protects cons_list and cb_msg_list */
77 struct list_head cons_list;
78 struct list_head cb_msg_list;
80 atomic_t request_id;
81 struct mutex lock; /* Lock on status */
82 bool on;