Searched defs:mei_cl_cb (Results 1 – 1 of 1) sorted by relevance
195 struct mei_cl_cb { struct196 struct list_head list;197 struct mei_cl *cl;198 enum mei_cb_file_ops fop_type;199 struct mei_msg_data buf;200 size_t buf_idx;201 u8 vtag;202 const struct file *fp;203 int status;204 u32 internal:1;[all …]