Searched defs:mei_device (Results 1 – 1 of 1) sorted by relevance
540 struct mei_device { struct541 struct device *dev;542 struct cdev cdev;543 int minor;545 struct list_head write_list;546 struct list_head write_waiting_list;547 struct list_head ctrl_wr_list;548 struct list_head ctrl_rd_list;549 u8 tx_queue_limit;551 struct list_head file_list;[all …]