Searched defs:mei_device (Results 1 – 1 of 1) sorted by relevance
496 struct mei_device { struct497 struct device *dev;498 struct cdev cdev;499 int minor;501 struct list_head write_list;502 struct list_head write_waiting_list;503 struct list_head ctrl_wr_list;504 struct list_head ctrl_rd_list;505 u8 tx_queue_limit;507 struct list_head file_list;[all …]