Home
last modified time | relevance | path

Searched refs:get_uuid (Results 1 – 5 of 5) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
Ddma-buf.h336 int (*get_uuid)(struct dma_buf *dmabuf, uuid_t *uuid); member
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
Ddma-buf.c1474 if (!dmabuf->ops->get_uuid) { in dma_buf_get_uuid()
1478 return dmabuf->ops->get_uuid(dmabuf, uuid); in dma_buf_get_uuid()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
Ddrm_prime.c816 .get_uuid = drm_gem_dmabuf_get_uuid,
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c1511 .get_uuid = drm_gem_dmabuf_get_uuid,
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/
Dkernel.patch4878 + if (!dmabuf->ops->get_uuid)
4881 + return dmabuf->ops->get_uuid(dmabuf, uuid);
13943 + * drm_gem_dmabuf_get_uuid - dma_buf get_uuid implementation for GEM
13948 + * &dma_buf_ops.get_uuid callback. Calls into &drm_driver.gem_prime_get_uuid.
13971 + .get_uuid = drm_gem_dmabuf_get_uuid,
21362 + .get_uuid = drm_gem_dmabuf_get_uuid,
72258 + * get_uuid hook for GEM drivers. Retrieves the virtio uuid of the
72570 + int (*get_uuid)(struct dma_buf *dmabuf, uuid_t *uuid);