Searched defs:mdev_parent_ops (Results 1 – 1 of 1) sorted by relevance
80 struct mdev_parent_ops { struct81 struct module *owner;82 struct mdev_driver *device_driver;83 const struct attribute_group **dev_attr_groups;84 const struct attribute_group **mdev_attr_groups;85 struct attribute_group **supported_type_groups;87 int (*create)(struct mdev_device *mdev);88 int (*remove)(struct mdev_device *mdev);89 int (*open_device)(struct mdev_device *mdev);90 void (*close_device)(struct mdev_device *mdev);[all …]
Completed in 3 milliseconds