Searched defs:mei_device (Results 1 – 1 of 1) sorted by relevance
525 struct mei_device { struct526 struct device *dev;527 struct cdev cdev;528 int minor;530 struct list_head write_list;531 struct list_head write_waiting_list;532 struct list_head ctrl_wr_list;533 struct list_head ctrl_rd_list;534 u8 tx_queue_limit;536 struct list_head file_list;[all …]