Home
last modified time | relevance | path

Searched defs:mei_device (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/misc/mei/
H A Dmei_dev.h558 struct mei_device { struct
559 struct device *dev;
560 struct cdev cdev;
561 int minor;
563 struct list_head write_list;
564 struct list_head write_waiting_list;
565 struct list_head ctrl_wr_list;
566 struct list_head ctrl_rd_list;
567 u8 tx_queue_limit;
569 struct list_head file_list;
[all …]