Searched defs:mei_cl_cb (Results 1 – 1 of 1) sorted by relevance
182 struct mei_cl_cb { struct183 struct list_head list;184 struct mei_cl *cl;185 enum mei_cb_file_ops fop_type;186 struct mei_msg_data buf;187 size_t buf_idx;188 const struct file *fp;189 int status;190 u32 internal:1;191 u32 blocking:1;