Searched defs:mei_device (Results 1 – 1 of 1) sorted by relevance
444 struct mei_device { struct445 struct device *dev;446 struct cdev cdev;447 int minor;449 struct list_head write_list;450 struct list_head write_waiting_list;451 struct list_head ctrl_wr_list;452 struct list_head ctrl_rd_list;453 u8 tx_queue_limit;455 struct list_head file_list;[all …]