Home
last modified time | relevance | path

Searched refs:get_uuid (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-buf.h324 * @get_uuid
336 int (*get_uuid)(struct dma_buf *dmabuf, uuid_t *uuid); member
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A 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/
H A Ddrm_prime.c784 * drm_gem_dmabuf_get_uuid - dma_buf get_uuid implementation for GEM
789 * &dma_buf_ops.get_uuid callback. Calls into &drm_driver.gem_prime_get_uuid.
816 .get_uuid = drm_gem_dmabuf_get_uuid,
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c1511 .get_uuid = drm_gem_dmabuf_get_uuid,

Completed in 8 milliseconds