| /include/linux/ |
| A D | virtio_config.h | 199 vdev->config->get_extended_features(vdev, features); in virtio_get_features() 306 return vdev->config->bus_name(vdev); in virtio_bus_name() 321 struct virtio_device *vdev = vq->vdev; in virtqueue_set_affinity() local 407 vdev->config->get((vdev), \ 471 vdev->config->get((vdev), \ 508 vdev->config->generation(vdev) : 0; in __virtio_cread_many() 516 vdev->config->get(vdev, offset + bytes * i, in __virtio_cread_many() 520 vdev->config->generation(vdev) : 0; in __virtio_cread_many() 564 vdev->config->set(vdev, offset, &v, sizeof(v)); in virtio_cwrite16() 584 vdev->config->set(vdev, offset, &v, sizeof(v)); in virtio_cwrite32() [all …]
|
| A D | vdpa.h | 515 return dev_get_drvdata(&vdev->dev); in vdpa_get_drvdata() 520 dev_set_drvdata(&vdev->dev, data); in vdpa_set_drvdata() 525 return vdev->dma_dev; in vdpa_get_dma_dev() 533 down_write(&vdev->cf_lock); in vdpa_reset() 534 vdev->features_valid = false; in vdpa_reset() 536 ret = ops->compat_reset(vdev, flags); in vdpa_reset() 538 ret = ops->reset(vdev); in vdpa_reset() 539 up_write(&vdev->cf_lock); in vdpa_reset() 548 vdev->features_valid = true; in vdpa_set_features_unlocked() 558 down_write(&vdev->cf_lock); in vdpa_set_features() [all …]
|
| A D | vfio.h | 117 int (*init)(struct vfio_device *vdev); 118 void (*release)(struct vfio_device *vdev); 119 int (*bind_iommufd)(struct vfio_device *vdev, 121 void (*unbind_iommufd)(struct vfio_device *vdev); 123 void (*detach_ioas)(struct vfio_device *vdev); 127 int (*open_device)(struct vfio_device *vdev); 128 void (*close_device)(struct vfio_device *vdev); 178 ((void (*)(struct vfio_device *vdev)) NULL) 182 ((void (*)(struct vfio_device *vdev)) NULL) 191 ((void (*)(struct vfio_device *vdev)) NULL) [all …]
|
| A D | vfio_pci_core.h | 31 ssize_t (*rw)(struct vfio_pci_core_device *vdev, char __user *buf, 33 void (*release)(struct vfio_pci_core_device *vdev, 35 int (*mmap)(struct vfio_pci_core_device *vdev, 38 int (*add_capability)(struct vfio_pci_core_device *vdev, 53 struct vfio_device vdev; member 109 int vfio_pci_core_register_device(struct vfio_pci_core_device *vdev); 112 int vfio_pci_core_sriov_configure(struct vfio_pci_core_device *vdev, 127 int vfio_pci_core_enable(struct vfio_pci_core_device *vdev); 128 void vfio_pci_core_disable(struct vfio_pci_core_device *vdev); 129 void vfio_pci_core_finish_enable(struct vfio_pci_core_device *vdev); [all …]
|
| A D | virtio_ring.h | 72 struct virtio_device *vdev, 87 struct virtio_device *vdev, 103 struct virtio_device *vdev, 118 void vring_transport_features(struct virtio_device *vdev);
|
| A D | virtio.h | 36 struct virtio_device *vdev; member 199 size_t virtio_max_dma_size(const struct virtio_device *vdev); 201 #define virtio_device_for_each_vq(vdev, vq) \ argument 202 list_for_each_entry(vq, &(vdev)->vqs, list)
|
| A D | iommufd.h | 126 void (*destroy)(struct iommufd_vdevice *vdev); 192 int (*vdevice_init)(struct iommufd_vdevice *vdev); 269 struct device *iommufd_vdevice_to_device(struct iommufd_vdevice *vdev); 305 iommufd_vdevice_to_device(struct iommufd_vdevice *vdev) in iommufd_vdevice_to_device() argument
|
| A D | vringh.h | 75 int (*find_vrhs)(struct virtio_device *vdev, unsigned nhvrs, 77 void (*del_vrhs)(struct virtio_device *vdev);
|
| /include/media/ |
| A D | v4l2-dev.h | 305 void (*release)(struct video_device *vdev); 390 return __video_register_device(vdev, type, nr, 1, vdev->fops->owner); in video_register_device() 414 video_register_device_no_warn(struct video_device *vdev, in video_register_device_no_warn() argument 417 return __video_register_device(vdev, type, nr, 0, vdev->fops->owner); in video_register_device_no_warn() 427 void video_unregister_device(struct video_device *vdev); 443 void video_device_release(struct video_device *vdev); 479 set_bit(_IOC_NR(cmd), vdev->valid_ioctls); in v4l2_disable_ioctl() 491 return dev_get_drvdata(&vdev->dev); in video_get_drvdata() 502 dev_set_drvdata(&vdev->dev, data); in video_set_drvdata() 535 return dev_name(&vdev->dev); in video_device_node_name() [all …]
|
| A D | v4l2-mc.h | 58 int v4l_enable_media_source(struct video_device *vdev); 72 void v4l_disable_media_source(struct video_device *vdev); 203 static inline int v4l_enable_media_source(struct video_device *vdev) in v4l_enable_media_source() argument 208 static inline void v4l_disable_media_source(struct video_device *vdev) in v4l_disable_media_source() argument
|
| A D | v4l2-fh.h | 44 struct video_device *vdev; member 70 void v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev);
|
| A D | v4l2-event.h | 106 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev); 130 void v4l2_event_wake_all(struct video_device *vdev);
|
| A D | v4l2-ctrls.h | 1508 int v4l2_g_ext_ctrls(struct v4l2_ctrl_handler *hdl, struct video_device *vdev, 1523 struct video_device *vdev, 1540 struct video_device *vdev,
|
| A D | videobuf2-v4l2.h | 368 void vb2_video_unregister_device(struct video_device *vdev);
|
| A D | v4l2-common.h | 470 int v4l2_g_parm_cap(struct video_device *vdev, 483 int v4l2_s_parm_cap(struct video_device *vdev,
|
| A D | v4l2-mem2mem.h | 524 struct video_device *vdev, int function); 533 struct video_device *vdev, int function) in v4l2_m2m_register_media_controller() argument
|
| A D | v4l2-subdev.h | 1139 #define vdev_to_v4l2_subdev(vdev) \ argument 1140 ((struct v4l2_subdev *)video_get_drvdata(vdev))
|
| /include/media/drv-intf/ |
| A D | exynos-fimc.h | 137 struct video_device vdev; member 147 struct video_device *vdev) in vdev_to_exynos_video_entity() argument 149 return container_of(vdev, struct exynos_video_entity, vdev); in vdev_to_exynos_video_entity()
|
| /include/linux/net/intel/ |
| A D | iidc_rdma_idpf.h | 24 void (*event_handler)(struct iidc_rdma_vport_dev_info *vdev,
|
| /include/linux/usb/ |
| A D | xhci-sideband.h | 53 struct xhci_virt_device *vdev; member
|
| /include/trace/events/ |
| A D | v4l2.h | 207 __entry->minor = owner ? owner->vdev->minor : -1;
|