Searched defs:mei_cl_cb (Results 1 – 1 of 1) sorted by relevance
183 struct mei_cl_cb { struct184 struct list_head list;185 struct mei_cl *cl;186 enum mei_cb_file_ops fop_type;187 struct mei_msg_data buf;188 size_t buf_idx;189 u8 vtag;190 const struct file *fp;191 int status;192 u32 internal:1;[all …]