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.h561 struct mei_device { struct
562 struct device *parent;
563 struct device dev;
564 struct cdev *cdev;
565 int minor;
567 struct list_head write_list;
568 struct list_head write_waiting_list;
569 struct list_head ctrl_wr_list;
570 struct list_head ctrl_rd_list;
571 u8 tx_queue_limit;
[all …]