Home
last modified time | relevance | path

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

/linux/drivers/vfio/pci/virtio/
H A Dmain.c88 .open_device = virtiovf_pci_open_device,
110 .open_device = virtiovf_pci_open_device,
132 .open_device = virtiovf_pci_open_device,
/linux/drivers/vfio/platform/
H A Dvfio_platform.c101 .open_device = vfio_platform_open_device,
H A Dvfio_amba.c115 .open_device = vfio_platform_open_device,
/linux/drivers/input/
H 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/Documentation/virt/kvm/devices/
H A Dvfio.rst57 drivers which require a kvm pointer to be set in their .open_device()
/linux/drivers/vfio/pci/
H A Dvfio_pci.c132 .open_device = vfio_pci_open_device,
/linux/drivers/vfio/pci/pds/
H A Dvfio_dev.c195 .open_device = pds_vfio_open_device,
/linux/Documentation/userspace-api/media/v4l/
H A Dcapture.c.rst540 static void open_device(void)
656 open_device();
/linux/include/linux/
H A Dvfio.h128 int (*open_device)(struct vfio_device *vdev); member
/linux/drivers/vfio/pci/nvgrace-gpu/
H A Dmain.c832 .open_device = nvgrace_gpu_open_device,
857 .open_device = nvgrace_gpu_open_device,
/linux/drivers/vfio/cdx/
H A Dmain.c276 .open_device = vfio_cdx_open_device,
/linux/arch/powerpc/include/asm/
H A Dlv1call.h274 LV1_CALL(open_device, 3, 0, 170 )
/linux/drivers/vfio/pci/xe/
H A Dmain.c506 .open_device = xe_vfio_pci_open_device,
/linux/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc.c583 .open_device = vfio_fsl_mc_open_device,
/linux/drivers/s390/cio/
H A Dvfio_ccw_ops.c591 .open_device = vfio_ccw_mdev_open_device,
/linux/drivers/vfio/
H A Dvfio_main.c526 if (device->ops->open_device) { in vfio_df_device_first_open()
527 ret = device->ops->open_device(device); in vfio_df_device_first_open()
/linux/drivers/vfio/pci/qat/
H A Dmain.c609 .open_device = qat_vf_pci_open_device,
/linux/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.c1600 .open_device = hisi_acc_vfio_pci_open_device,
1621 .open_device = hisi_acc_vfio_pci_open_device,
/linux/drivers/vfio/pci/mlx5/
H A Dmain.c1366 .open_device = mlx5vf_pci_open_device,
/linux/Documentation/arch/s390/
H A Dvfio-ap.rst433 open_device:
436 devices. The open_device callback is invoked by userspace to connect the
/linux/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c1444 .open_device = intel_vgpu_open_device,