Searched defs:mei_cl_cb (Results 1 – 1 of 1) sorted by relevance
174 struct mei_cl_cb { struct175 struct list_head list;176 struct mei_cl *cl;177 enum mei_cb_file_ops fop_type;178 struct mei_msg_data buf;179 size_t buf_idx;180 const struct file *fp;181 int status;182 u32 internal:1;183 u32 completed:1;