Searched defs:mei_device (Results 1 – 1 of 1) sorted by relevance
479 struct mei_device { struct480 struct device *dev;481 struct cdev cdev;482 int minor;484 struct list_head write_list;485 struct list_head write_waiting_list;486 struct list_head ctrl_wr_list;487 struct list_head ctrl_rd_list;488 u8 tx_queue_limit;490 struct list_head file_list;[all …]