Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:uuid
(Results
1 - 10
of
10
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
dma-buf.h
333
* 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
D
drm_drv.h
32
#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
D
drm_prime.h
97
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
D
drm_prime.c
786
* @
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
D
rk_venc_cmd.h
1205
unsigned char *
uuid
;
member
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H
A
D
dma-buf.c
1468
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
D
mpi_enc_utils.c
538
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
D
rk_venc_cmd.h
1206
RK_U8 *
uuid
;
member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H
A
D
rk_venc_cmd.h
1206
RK_U8 *
uuid
;
member
/device/soc/rockchip/rk3588/hardware/mpp/include/
H
A
D
rk_venc_cmd.h
1326
RK_U8 *
uuid
;
member
Completed in 18 milliseconds