Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmdev.h67 struct mdev_parent_ops { struct
128 const struct mdev_parent_ops *ops);
/Linux-v4.19/Documentation/
Dvfio-mediated-device.txt133 The physical device driver interface provides the mdev_parent_ops[3] structure
137 The structures in the mdev_parent_ops structure are as follows:
143 The functions in the mdev_parent_ops structure are as follows:
153 The callbacks in the mdev_parent_ops structure are as follows:
162 A driver should use the mdev_parent_ops structure in the function call to
166 const struct mdev_parent_ops *ops);
168 However, the mdev_parent_ops structure is not required in the function call
413 3. struct mdev_parent_ops in include/linux/mdev.h
/Linux-v4.19/drivers/vfio/mdev/
Dmdev_private.h21 const struct mdev_parent_ops *ops;
Dmdev_core.c167 int mdev_register_device(struct device *dev, const struct mdev_parent_ops *ops) in mdev_register_device()
/Linux-v4.19/drivers/s390/cio/
Dvfio_ccw_ops.c406 static const struct mdev_parent_ops vfio_ccw_mdev_ops = {
/Linux-v4.19/samples/vfio-mdev/
Dmdpy.c728 static const struct mdev_parent_ops mdev_fops = {
Dmbochs.c1326 static const struct mdev_parent_ops mdev_fops = {
Dmtty.c1416 static const struct mdev_parent_ops mdev_fops = {
/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Dkvmgt.c1442 static struct mdev_parent_ops intel_vgpu_ops = {