Searched defs:mei_cl_cb (Results 1 – 1 of 1) sorted by relevance
205 struct mei_cl_cb { struct206 struct list_head list;207 struct mei_cl *cl;208 enum mei_cb_file_ops fop_type;209 struct mei_msg_data buf;210 unsigned long buf_idx;211 unsigned long read_time;212 struct file *file_object;213 int status;214 u32 internal:1;[all …]