Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/mei/
Dmei_dev.h446 struct mei_device { struct
447 struct device *dev;
448 struct cdev cdev;
449 int minor;
451 struct list_head write_list;
452 struct list_head write_waiting_list;
453 struct list_head ctrl_wr_list;
454 struct list_head ctrl_rd_list;
455 u8 tx_queue_limit;
457 struct list_head file_list;
[all …]