Home
last modified time | relevance | path

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

/drivers/misc/mei/
Dmei_dev.h419 struct mei_device { struct
420 struct device *dev;
421 struct cdev cdev;
422 int minor;
424 struct list_head write_list;
425 struct list_head write_waiting_list;
426 struct list_head ctrl_wr_list;
427 struct list_head ctrl_rd_list;
429 struct list_head file_list;
430 long open_handle_count;
[all …]