Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/vfio/platform/
Dvfio_platform.c102 .open_device = vfio_platform_open_device,
Dvfio_amba.c113 .open_device = vfio_platform_open_device,
/Linux-v6.6/drivers/input/
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-v6.6/Documentation/virt/kvm/devices/
Dvfio.rst57 drivers which require a kvm pointer to be set in their .open_device()
/Linux-v6.6/drivers/vfio/pci/pds/
Dvfio_dev.c210 .open_device = pds_vfio_open_device,
/Linux-v6.6/drivers/vfio/pci/
Dvfio_pci.c132 .open_device = vfio_pci_open_device,
/Linux-v6.6/drivers/vfio/cdx/
Dmain.c169 .open_device = vfio_cdx_open_device,
/Linux-v6.6/include/linux/
Dvfio.h110 int (*open_device)(struct vfio_device *vdev); member
/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dcapture.c.rst539 static void open_device(void)
655 open_device();
/Linux-v6.6/arch/powerpc/include/asm/
Dlv1call.h274 LV1_CALL(open_device, 3, 0, 170 )
/Linux-v6.6/drivers/vfio/
Dvfio_main.c477 if (device->ops->open_device) { in vfio_df_device_first_open()
478 ret = device->ops->open_device(device); in vfio_df_device_first_open()
/Linux-v6.6/drivers/vfio/pci/hisilicon/
Dhisi_acc_vfio_pci.c1364 .open_device = hisi_acc_vfio_pci_open_device,
1383 .open_device = hisi_acc_vfio_pci_open_device,
/Linux-v6.6/drivers/vfio/fsl-mc/
Dvfio_fsl_mc.c587 .open_device = vfio_fsl_mc_open_device,
/Linux-v6.6/drivers/s390/cio/
Dvfio_ccw_ops.c625 .open_device = vfio_ccw_mdev_open_device,
/Linux-v6.6/Documentation/driver-api/
Dvfio.rst414 int (*open_device)(struct vfio_device *vdev);
465 this callback even before calls to open_device().
/Linux-v6.6/drivers/vfio/pci/mlx5/
Dmain.c1311 .open_device = mlx5vf_pci_open_device,
/Linux-v6.6/Documentation/arch/s390/
Dvfio-ap.rst403 open_device:
406 devices. The open_device callback is invoked by userspace to connect the
/Linux-v6.6/drivers/s390/crypto/
Dvfio_ap_ops.c2016 .open_device = vfio_ap_mdev_open_device,
/Linux-v6.6/drivers/gpu/drm/i915/gvt/
Dkvmgt.c1464 .open_device = intel_vgpu_open_device,