Searched refs:open_device (Results 1 – 19 of 19) sorted by relevance
/openbmc/linux/drivers/vfio/platform/ |
H A D | vfio_platform.c | 102 .open_device = vfio_platform_open_device,
|
H A D | vfio_amba.c | 113 .open_device = vfio_platform_open_device,
|
/openbmc/linux/drivers/input/ |
H A D | mousedev.c | 78 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()
|
/openbmc/linux/Documentation/virt/kvm/devices/ |
H A D | vfio.rst | 57 drivers which require a kvm pointer to be set in their .open_device()
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci.c | 134 .open_device = vfio_pci_open_device,
|
/openbmc/linux/drivers/vfio/pci/pds/ |
H A D | vfio_dev.c | 222 .open_device = pds_vfio_open_device,
|
/openbmc/linux/drivers/vfio/cdx/ |
H A D | main.c | 169 .open_device = vfio_cdx_open_device,
|
/openbmc/linux/include/linux/ |
H A D | vfio.h | 110 int (*open_device)(struct vfio_device *vdev); member
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | capture.c.rst | 539 static void open_device(void) 655 open_device();
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | lv1call.h | 274 LV1_CALL(open_device, 3, 0, 170 )
|
/openbmc/linux/drivers/vfio/ |
H A D | vfio_main.c | 477 if (device->ops->open_device) { in vfio_df_device_first_open() 478 ret = device->ops->open_device(device); in vfio_df_device_first_open()
|
/openbmc/linux/drivers/vfio/pci/hisilicon/ |
H A D | hisi_acc_vfio_pci.c | 1367 .open_device = hisi_acc_vfio_pci_open_device, 1386 .open_device = hisi_acc_vfio_pci_open_device,
|
/openbmc/linux/drivers/vfio/fsl-mc/ |
H A D | vfio_fsl_mc.c | 587 .open_device = vfio_fsl_mc_open_device,
|
/openbmc/linux/drivers/s390/cio/ |
H A D | vfio_ccw_ops.c | 625 .open_device = vfio_ccw_mdev_open_device,
|
/openbmc/linux/Documentation/driver-api/ |
H A D | vfio.rst | 414 int (*open_device)(struct vfio_device *vdev); 465 this callback even before calls to open_device().
|
/openbmc/linux/drivers/vfio/pci/mlx5/ |
H A D | main.c | 1311 .open_device = mlx5vf_pci_open_device,
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | vfio-ap.rst | 403 open_device: 406 devices. The open_device callback is invoked by userspace to connect the
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | kvmgt.c | 1464 .open_device = intel_vgpu_open_device,
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | vfio_ap_ops.c | 2098 .open_device = vfio_ap_mdev_open_device,
|