/aosp_15_r20/external/mesa3d/src/virtio/vdrm/ |
H A D | vdrm_virtgpu.c | 75 virtgpu_flush_locked(struct vdrm_device *vdev, uintptr_t *fencep) in virtgpu_flush_locked() 101 virtgpu_wait_fence(struct vdrm_device *vdev, uintptr_t fence) in virtgpu_wait_fence() 121 virtgpu_dmabuf_to_handle(struct vdrm_device *vdev, int fd) in virtgpu_dmabuf_to_handle() 137 virtgpu_handle_to_res_id(struct vdrm_device *vdev, uint32_t handle) in virtgpu_handle_to_res_id() 155 virtgpu_bo_create(struct vdrm_device *vdev, size_t size, uint32_t blob_flags, in virtgpu_bo_create() 206 virtgpu_bo_wait(struct vdrm_device *vdev, uint32_t handle) in virtgpu_bo_wait() 223 virtgpu_bo_map(struct vdrm_device *vdev, uint32_t handle, size_t size, void *placed_addr) in virtgpu_bo_map() 237 virtgpu_bo_export_dmabuf(struct vdrm_device *vdev, uint32_t handle) in virtgpu_bo_export_dmabuf() 252 virtgpu_bo_close(struct vdrm_device *vdev, uint32_t handle) in virtgpu_bo_close() 267 virtgpu_close(struct vdrm_device *vdev) in virtgpu_close() [all …]
|
H A D | vdrm.c | 16 struct vdrm_device *vdev; in vdrm_device_connect() local 30 vdrm_device_close(struct vdrm_device *vdev) in vdrm_device_close() 37 vdrm_bo_create(struct vdrm_device *vdev, size_t size, uint32_t blob_flags, in vdrm_bo_create() 59 vdrm_alloc_rsp(struct vdrm_device *vdev, struct vdrm_ccmd_req *req, uint32_t sz) in vdrm_alloc_rsp() 84 enqueue_req(struct vdrm_device *vdev, struct vdrm_ccmd_req *req) in enqueue_req() 104 vdrm_execbuf(struct vdrm_device *vdev, struct vdrm_execbuf_params *p) in vdrm_execbuf() 130 vdrm_send_req(struct vdrm_device *vdev, struct vdrm_ccmd_req *req, bool sync) in vdrm_send_req() 161 vdrm_flush(struct vdrm_device *vdev) in vdrm_flush() 188 vdrm_host_sync(struct vdrm_device *vdev, const struct vdrm_ccmd_req *req) in vdrm_host_sync()
|
H A D | vdrm.h | 114 vdrm_dmabuf_to_handle(struct vdrm_device *vdev, int fd) in vdrm_dmabuf_to_handle() 120 vdrm_handle_to_res_id(struct vdrm_device *vdev, uint32_t handle) in vdrm_handle_to_res_id() 130 vdrm_bo_wait(struct vdrm_device *vdev, uint32_t handle) in vdrm_bo_wait() 136 vdrm_bo_map(struct vdrm_device *vdev, uint32_t handle, size_t size, void *placed_addr) in vdrm_bo_map() 142 vdrm_bo_export_dmabuf(struct vdrm_device *vdev, uint32_t handle) in vdrm_bo_export_dmabuf() 148 vdrm_bo_close(struct vdrm_device *vdev, uint32_t handle) in vdrm_bo_close()
|
/aosp_15_r20/trusty/kernel/lib/trusty/ |
H A D | trusty_virtio.h | 48 struct vdev { struct 54 const struct vdev_ops* ops; argument 64 status_t virtio_register_device(struct trusty_virtio_bus* vb, struct vdev* vd); argument
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_knl_drm_virtio.cc | 143 struct tu_virtio_device *vdev = dev->vdev; in query_faults() local 218 struct tu_virtio_device *vdev = (struct tu_virtio_device *) in virtio_device_init() local 247 struct tu_virtio_device *vdev = dev->vdev; in virtio_device_finish() local 380 struct tu_virtio_device *vdev = dev->vdev; in tu_free_zombie_vma_locked() local 595 struct tu_virtio_device *vdev = dev->vdev; in virtio_bo_init() local 926 struct tu_virtio_device *vdev = dev->vdev; in tu_queue_build_msm_gem_submit_cmds() local 989 struct tu_virtio_device *vdev = dev->vdev; in setup_fence_cmds() local 1031 struct tu_virtio_device *vdev = queue->device->vdev; in tu_queue_submit_locked() local
|
H A D | tu_device.h | 410 struct tu_virtio_device *vdev; member
|
/aosp_15_r20/frameworks/rs/ |
H A D | rsApiContext.cpp | 28 extern "C" RsContext rsContextCreateVendor(RsDevice vdev, uint32_t version, uint32_t sdkVersion, in rsContextCreateVendor() 39 extern "C" RsContext rsContextCreate(RsDevice vdev, uint32_t version, uint32_t sdkVersion, in rsContextCreate() 55 extern "C" RsContext rsContextCreateGL(RsDevice vdev, uint32_t version, in rsContextCreateGL()
|
H A D | rsApiStubs.cpp | 141 extern "C" RsContext rsContextCreate(RsDevice vdev, uint32_t version, uint32_t sdkVersion, in rsContextCreate() 720 extern "C" RsContext rsContextCreateGL(RsDevice vdev, uint32_t version, uint32_t sdkVersion, in rsContextCreateGL()
|
H A D | rsHidlAdaptation.cpp | 194 RsContext RsHidlAdaptation::ContextCreate(RsDevice vdev, uint32_t version, uint32_t sdkVersion, RsC… in ContextCreate()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/opencl/ |
D | misc.hpp | 86 ublas::vector<T, opencl::storage> vdev(v, queue); in a_sum() local 105 ublas::vector<T, opencl::storage> vdev(v, queue); in norm_1() local 176 ublas::vector<T, opencl::storage> vdev(v, queue); in norm_2() local
|
D | elementwise.hpp | 211 ublas::vector<T, opencl::storage> vdev(v, queue); in element_add() local 325 ublas::vector<T, opencl::storage> vdev(v, queue); in element_sub() local 439 ublas::vector<T, opencl::storage> vdev(v, queue); in element_scale() local
|
/aosp_15_r20/external/trusty/headers/include/remoteproc/ |
D | remoteproc.h | 483 struct virtio_device vdev; member 499 static inline struct rproc_vdev *vdev_to_rvdev(struct virtio_device *vdev) in vdev_to_rvdev() 504 static inline struct rproc *vdev_to_rproc(struct virtio_device *vdev) in vdev_to_rproc()
|
/aosp_15_r20/external/trusty/lk/dev/virtio/net/ |
D | virtio-net.c | 204 struct virtio_device *vdev = ndev->dev; in virtio_net_queue_tx_pktbuf() local 295 struct virtio_device *vdev = ndev->dev; in virtio_net_queue_rx() local
|
/aosp_15_r20/trusty/kernel/lib/trusty/include/lib/trusty/ |
H A D | tipc_virtio_dev.h | 63 struct fw_rsc_vdev vdev; member
|
/aosp_15_r20/external/skia/src/opts/ |
H A D | SkBlitMask_opts.h | 79 uint8x8x4_t vdev = vld4_u8((uint8_t*)device); in D32_A8_Opaque_Color_neon() local
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 72511 struct virtio_device *vdev; member 80588 struct virtio_device vdev; member 80651 struct virtio_device vdev; member 80966 struct virtio_device *vdev; member 81007 struct virtio_device *vdev; member 83010 struct virtio_device *vdev; member 87765 struct virtio_device *vdev; member 89369 struct virtio_device *vdev; member 103341 struct virtio_device *vdev; member 103960 struct vxlan_dev *vdev; member [all …]
|
H A D | vmlinux.h | 72511 struct virtio_device *vdev; member 80588 struct virtio_device vdev; member 80651 struct virtio_device vdev; member 80966 struct virtio_device *vdev; member 81007 struct virtio_device *vdev; member 83010 struct virtio_device *vdev; member 87765 struct virtio_device *vdev; member 89369 struct virtio_device *vdev; member 103341 struct virtio_device *vdev; member 103960 struct vxlan_dev *vdev; member [all …]
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 74206 struct virtio_device *vdev; member 89834 struct virtio_device vdev; member 89854 struct virtio_device vdev; member 89909 struct virtio_device *vdev; member 93050 struct virtio_device *vdev; member 95317 struct virtio_device *vdev; member 106392 struct vfio_pci_core_device *vdev; member 106413 struct vfio_device vdev; member 109165 struct xhci_virt_device *vdev; member 109570 void *vdev; member [all …]
|
H A D | vmlinux_518.h | 74206 struct virtio_device *vdev; member 89834 struct virtio_device vdev; member 89854 struct virtio_device vdev; member 89909 struct virtio_device *vdev; member 93050 struct virtio_device *vdev; member 95317 struct virtio_device *vdev; member 106392 struct vfio_pci_core_device *vdev; member 106413 struct vfio_device vdev; member 109165 struct xhci_virt_device *vdev; member 109570 void *vdev; member [all …]
|
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/ |
H A D | vmlinux.h | 48724 struct virtio_device *vdev; member 48880 struct virtio_device *vdev; member 56208 struct virtio_device vdev; member 79629 struct vxlan_dev *vdev; member 80558 struct virtio_device *vdev; member 81569 struct virtio_device *vdev; member 94516 struct virtio_device *vdev; member 95963 struct virtio_device *vdev; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 50053 struct virtio_device *vdev; member 91776 struct xhci_virt_device *vdev; member 92177 void *vdev; member 92188 void *vdev; member 94951 struct video_device vdev; member 95234 struct video_device *vdev; member 102252 struct video_device vdev; member 102408 struct video_device *vdev; member 102480 struct v4l2_device vdev; member 102680 struct video_device vdev; member [all …]
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 59810 struct virtio_device *vdev; member 101468 struct xhci_virt_device *vdev; member 101869 void *vdev; member 101880 void *vdev; member 104647 struct video_device vdev; member 104930 struct video_device *vdev; member 112128 struct video_device vdev; member 112284 struct video_device *vdev; member 112356 struct v4l2_device vdev; member 112556 struct video_device vdev; member [all …]
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 43835 struct virtio_device *vdev; member 52011 struct xhci_virt_device *vdev; member 77927 struct virtio_device vdev; member 127883 struct virtio_device *vdev; member 135848 void *vdev; member 135859 void *vdev; member
|
H A D | vmlinux.h | 43835 struct virtio_device *vdev; member 52011 struct xhci_virt_device *vdev; member 77927 struct virtio_device vdev; member 127883 struct virtio_device *vdev; member 135848 void *vdev; member 135859 void *vdev; member
|
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/ |
H A D | vmlinux.h | 58564 struct xhci_virt_device *vdev; member 58966 void *vdev; member 58977 void *vdev; member 77586 struct virtio_device *vdev; member
|