Searched defs:mei_cl_cb (Results 1 – 1 of 1) sorted by relevance
215 struct mei_cl_cb { struct216 struct list_head list;217 struct mei_cl *cl;218 enum mei_cb_file_ops fop_type;219 struct mei_msg_data buf;220 unsigned long buf_idx;221 unsigned long read_time;222 struct file *file_object;223 int status;224 u32 internal:1;[all …]