Home
last modified time | relevance | path

Searched refs:vfio_device_debugfs_init (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/vfio/
H A Ddebugfs.c61 void vfio_device_debugfs_init(struct vfio_device *vdev) in vfio_device_debugfs_init() function
H A Dvfio.h455 void vfio_device_debugfs_init(struct vfio_device *vdev);
461 static inline void vfio_device_debugfs_init(struct vfio_device *vdev) { } in vfio_device_debugfs_init() function
H A Dvfio_main.c358 vfio_device_debugfs_init(device); in __vfio_register_dev()