Searched defs:mei_device (Results 1 – 1 of 1) sorted by relevance
450 struct mei_device { struct451 struct device *dev;452 struct cdev cdev;453 int minor;455 struct list_head write_list;456 struct list_head write_waiting_list;457 struct list_head ctrl_wr_list;458 struct list_head ctrl_rd_list;459 u8 tx_queue_limit;461 struct list_head file_list;[all …]