Searched defs:mei_device (Results 1 – 1 of 1) sorted by relevance
559 struct mei_device { struct560 struct device *parent;561 struct device dev;562 struct cdev *cdev;563 int minor;565 struct list_head write_list;566 struct list_head write_waiting_list;567 struct list_head ctrl_wr_list;568 struct list_head ctrl_rd_list;569 u8 tx_queue_limit;[all …]