Searched defs:mei_cl_cb (Results 1 – 1 of 1) sorted by relevance
220 struct mei_cl_cb { struct221 struct list_head list;222 struct mei_cl *cl;223 enum mei_cb_file_ops fop_type;224 struct mei_msg_data buf;225 size_t buf_idx;226 u8 vtag;227 const struct file *fp;228 int status;229 u32 internal:1;[all …]