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