Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dvfio.h63 void vfio_init_group_dev(struct vfio_device *device, struct device *dev,
/OK3568_Linux_fs/kernel/drivers/vfio/
H A Dvfio.c743 void vfio_init_group_dev(struct vfio_device *device, struct device *dev, in vfio_init_group_dev() function
751 EXPORT_SYMBOL_GPL(vfio_init_group_dev);
812 vfio_init_group_dev(device, dev, ops, device_data); in vfio_add_group_dev()
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dvfio.rst255 void vfio_init_group_dev(struct vfio_device *device,
263 vfio_init_group_dev() to pre-configure it before going to registration.