Searched defs:mdev_parent_ops (Results 1 – 1 of 1) sorted by relevance
67 struct mdev_parent_ops { struct68 struct module *owner;69 const struct attribute_group **dev_attr_groups;70 const struct attribute_group **mdev_attr_groups;71 struct attribute_group **supported_type_groups;73 int (*create)(struct kobject *kobj, struct mdev_device *mdev);74 int (*remove)(struct mdev_device *mdev);75 int (*open)(struct mdev_device *mdev);76 void (*release)(struct mdev_device *mdev);77 ssize_t (*read)(struct mdev_device *mdev, char __user *buf,[all …]