Searched defs:mdev_parent_ops (Results 1 – 1 of 1) sorted by relevance
78 struct mdev_parent_ops { struct79 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 …]