Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/mei/
Dmei_dev.h496 struct mei_device { struct
497 struct device *dev;
498 struct cdev cdev;
499 int minor;
501 struct list_head write_list;
502 struct list_head write_waiting_list;
503 struct list_head ctrl_wr_list;
504 struct list_head ctrl_rd_list;
505 u8 tx_queue_limit;
507 struct list_head file_list;
[all …]