Home
last modified time | relevance | path

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

/include/linux/
Dmdev.h78 struct mdev_parent_ops { struct
79 struct module *owner;
80 const struct attribute_group **dev_attr_groups;
81 const struct attribute_group **mdev_attr_groups;
82 struct attribute_group **supported_type_groups;
84 int (*create)(struct kobject *kobj, struct mdev_device *mdev);
85 int (*remove)(struct mdev_device *mdev);
86 int (*open)(struct mdev_device *mdev);
87 void (*release)(struct mdev_device *mdev);
88 ssize_t (*read)(struct mdev_device *mdev, char __user *buf,
[all …]