Home
last modified time | relevance | path

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

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dmdev.h104 struct mdev_parent_ops { struct
105 struct module *owner;
106 const struct attribute_group **dev_attr_groups;
107 const struct attribute_group **mdev_attr_groups;
108 struct attribute_group **supported_type_groups;
110 int (*create)(struct mdev_device *mdev);
111 int (*remove)(struct mdev_device *mdev);
112 int (*open)(struct mdev_device *mdev);
113 void (*release)(struct mdev_device *mdev);
114 ssize_t (*read)(struct mdev_device *mdev, char __user *buf,
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dmdev.h104 struct mdev_parent_ops { struct
105 struct module *owner;
106 const struct attribute_group **dev_attr_groups;
107 const struct attribute_group **mdev_attr_groups;
108 struct attribute_group **supported_type_groups;
110 int (*create)(struct mdev_device *mdev);
111 int (*remove)(struct mdev_device *mdev);
112 int (*open)(struct mdev_device *mdev);
113 void (*release)(struct mdev_device *mdev);
114 ssize_t (*read)(struct mdev_device *mdev, char __user *buf,
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dmdev.h104 struct mdev_parent_ops { struct
105 struct module *owner;
106 const struct attribute_group **dev_attr_groups;
107 const struct attribute_group **mdev_attr_groups;
108 struct attribute_group **supported_type_groups;
110 int (*create)(struct mdev_device *mdev);
111 int (*remove)(struct mdev_device *mdev);
112 int (*open)(struct mdev_device *mdev);
113 void (*release)(struct mdev_device *mdev);
114 ssize_t (*read)(struct mdev_device *mdev, char __user *buf,
[all …]