Home
last modified time | relevance | path

Searched refs:open_device (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/vfio/mdev/
A Dvfio_mdev.c25 if (unlikely(!parent->ops->open_device)) in vfio_mdev_open_device()
28 return parent->ops->open_device(mdev); in vfio_mdev_open_device()
103 .open_device = vfio_mdev_open_device,
/linux/include/linux/
A Dmdev.h89 int (*open_device)(struct mdev_device *mdev); member
A Dvfio.h61 int (*open_device)(struct vfio_device *vdev); member
/linux/drivers/input/
A Dmousedev.c78 int (*open_device)(struct mousedev *mousedev); member
556 error = mousedev->open_device(mousedev); in mousedev_open()
873 mousedev->open_device = mixdev_open_devices; in mousedev_create()
882 mousedev->open_device = mousedev_open_device; in mousedev_create()
/linux/drivers/vfio/pci/
A Dvfio_pci.c130 .open_device = vfio_pci_open_device,
/linux/Documentation/userspace-api/media/v4l/
A Dcapture.c.rst539 static void open_device(void)
655 open_device();
/linux/arch/powerpc/include/asm/
A Dlv1call.h274 LV1_CALL(open_device, 3, 0, 170 )
/linux/drivers/vfio/fsl-mc/
A Dvfio_fsl_mc.c423 .open_device = vfio_fsl_mc_open_device,
/linux/drivers/s390/cio/
A Dvfio_ccw_ops.c643 .open_device = vfio_ccw_mdev_open_device,
/linux/drivers/vfio/platform/
A Dvfio_platform_common.c604 .open_device = vfio_platform_open_device,
/linux/drivers/vfio/
A Dvfio.c1358 if (device->open_count == 1 && device->ops->open_device) { in vfio_group_get_device_fd()
1359 ret = device->ops->open_device(device); in vfio_group_get_device_fd()
/linux/drivers/s390/crypto/
A Dvfio_ap_ops.c1372 .open_device = vfio_ap_mdev_open_device,
/linux/drivers/gpu/drm/i915/gvt/
A Dkvmgt.c1756 .open_device = intel_vgpu_open_device,

Completed in 28 milliseconds