Searched refs:open_device (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/vfio/mdev/ |
| A D | vfio_mdev.c | 25 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 D | mdev.h | 89 int (*open_device)(struct mdev_device *mdev); member
|
| A D | vfio.h | 61 int (*open_device)(struct vfio_device *vdev); member
|
| /linux/drivers/input/ |
| 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()
|
| /linux/drivers/vfio/pci/ |
| A D | vfio_pci.c | 130 .open_device = vfio_pci_open_device,
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | capture.c.rst | 539 static void open_device(void) 655 open_device();
|
| /linux/arch/powerpc/include/asm/ |
| A D | lv1call.h | 274 LV1_CALL(open_device, 3, 0, 170 )
|
| /linux/drivers/vfio/fsl-mc/ |
| A D | vfio_fsl_mc.c | 423 .open_device = vfio_fsl_mc_open_device,
|
| /linux/drivers/s390/cio/ |
| A D | vfio_ccw_ops.c | 643 .open_device = vfio_ccw_mdev_open_device,
|
| /linux/drivers/vfio/platform/ |
| A D | vfio_platform_common.c | 604 .open_device = vfio_platform_open_device,
|
| /linux/drivers/vfio/ |
| A D | vfio.c | 1358 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 D | vfio_ap_ops.c | 1372 .open_device = vfio_ap_mdev_open_device,
|
| /linux/drivers/gpu/drm/i915/gvt/ |
| A D | kvmgt.c | 1756 .open_device = intel_vgpu_open_device,
|
Completed in 58 milliseconds