Home
last modified time | relevance | path

Searched refs:uuid (Results 1 - 10 of 10) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-buf.h333 * 0 on success or a negative error code on failure. On success uuid
336 int (*get_uuid)(struct dma_buf *dmabuf, uuid_t *uuid);
615 int dma_buf_get_uuid(struct dma_buf *dmabuf, uuid_t *uuid);
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_drv.h32 #include <linux/uuid.h>
458 * get_uuid hook for GEM drivers. Retrieves the virtio uuid of the
461 int (*gem_prime_get_uuid)(struct drm_gem_object *obj, uuid_t *uuid);
H A Ddrm_prime.h97 int drm_gem_dmabuf_get_uuid(struct dma_buf *dma_buf, uuid_t *uuid);
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_prime.c786 * @uuid: uuid outparam
793 int drm_gem_dmabuf_get_uuid(struct dma_buf *dma_buf, uuid_t *uuid) in drm_gem_dmabuf_get_uuid() argument
802 return dev->driver->gem_prime_get_uuid(obj, uuid); in drm_gem_dmabuf_get_uuid()
/device/soc/rockchip/common/hardware/mpp/include/
H A Drk_venc_cmd.h1205 unsigned char *uuid; member
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-buf.c1468 int dma_buf_get_uuid(struct dma_buf *dmabuf, uuid_t *uuid) in dma_buf_get_uuid() argument
1470 if (WARN_ON(!dmabuf) || !uuid) { in dma_buf_get_uuid()
1478 return dmabuf->ops->get_uuid(dmabuf, uuid); in dma_buf_get_uuid()
/device/soc/rockchip/rk3588/hardware/mpp/src/
H A Dmpi_enc_utils.c538 datas[0].uuid = uuid_debug_info; in hal_mpp_encode()
542 datas[1].uuid = uuid_debug_info; in hal_mpp_encode()
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Drk_venc_cmd.h1206 RK_U8 *uuid; member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Drk_venc_cmd.h1206 RK_U8 *uuid; member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Drk_venc_cmd.h1326 RK_U8 *uuid; member

Completed in 18 milliseconds