Searched defs:mei_cl_cb (Results 1 – 1 of 1) sorted by relevance
234 struct mei_cl_cb { struct235 struct list_head list;236 struct mei_cl *cl;237 enum mei_cb_file_ops fop_type;238 struct mei_msg_data buf;239 size_t buf_idx;240 u8 vtag;241 const struct file *fp;242 int status;243 u32 internal:1;[all …]