Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h19336 struct miscdevice { struct
19337 int minor;
19338 const char *name;
19339 const struct file_operations *fops;
19340 struct list_head list;
19341 struct device *parent;
19342 struct device *this_device;
19343 const struct attribute_group **groups;
19344 const char *nodename;
19345 umode_t mode;