Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dvfio-mediated-device.rst133 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
/OK3568_Linux_fs/kernel/include/linux/
H A Dmdev.h78 struct mdev_parent_ops { struct
138 int mdev_register_device(struct device *dev, const struct mdev_parent_ops *ops);
/OK3568_Linux_fs/kernel/drivers/vfio/mdev/
H A Dmdev_private.h18 const struct mdev_parent_ops *ops;
H A Dmdev_core.c142 int mdev_register_device(struct device *dev, const struct mdev_parent_ops *ops) in mdev_register_device()
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Dvfio_ccw_ops.c608 static const struct mdev_parent_ops vfio_ccw_mdev_ops = {
/OK3568_Linux_fs/kernel/samples/vfio-mdev/
H A Dmdpy.c728 static const struct mdev_parent_ops mdev_fops = {
H A Dmtty.c1390 static const struct mdev_parent_ops mdev_fops = {
H A Dmbochs.c1406 static const struct mdev_parent_ops mdev_fops = {
/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A Dvfio_ap_ops.c1307 static const struct mdev_parent_ops vfio_ap_matrix_ops = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c1655 static struct mdev_parent_ops intel_vgpu_ops = {
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Dvfio-ap.rst310 with an 'mdev_parent_ops' structure that provides the sysfs attribute