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.h559 struct mei_device { struct
560 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 …]