Searched defs:mdev_parent_ops (Results 1 – 2 of 2) 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 …]
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 …]