Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dmdev.h100 struct mdev_parent_ops { struct
101 struct module *owner;
102 struct mdev_driver *device_driver;
103 const struct attribute_group **dev_attr_groups;
104 const struct attribute_group **mdev_attr_groups;
105 struct attribute_group **supported_type_groups;
107 int (*create)(struct mdev_device *mdev);
108 int (*remove)(struct mdev_device *mdev);
109 int (*open_device)(struct mdev_device *mdev);
110 void (*close_device)(struct mdev_device *mdev);
[all …]