Searched refs:mdev_parent_ops (Results 1 – 11 of 11) sorted by relevance
100 struct mdev_parent_ops { struct169 int mdev_register_device(struct device *dev, const struct mdev_parent_ops *ops);
18 const struct mdev_parent_ops *ops;
124 int mdev_register_device(struct device *dev, const struct mdev_parent_ops *ops) in mdev_register_device()
130 The physical device driver interface provides the mdev_parent_ops[3] structure134 The structures in the mdev_parent_ops structure are as follows:141 The mdev_parent_ops also still has various functions pointers. Theses exist148 const struct mdev_parent_ops *ops);399 3. struct mdev_parent_ops in include/linux/mdev.h
636 static const struct mdev_parent_ops vfio_ccw_mdev_ops = {
728 static const struct mdev_parent_ops mdev_fops = {
1333 static const struct mdev_parent_ops mdev_fops = {
1417 static const struct mdev_parent_ops mdev_fops = {
1387 static const struct mdev_parent_ops vfio_ap_matrix_ops = {
1751 static struct mdev_parent_ops intel_vgpu_ops = {
310 with an 'mdev_parent_ops' structure that provides the sysfs attribute