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:host1x
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libdrm/tests/
H
A
D
drmdevice.c
88
char **compatible = device->deviceinfo.
host1x
->compatible;
in print_device_info()
90
printf("| +->
host1x
\n");
in print_device_info()
91
printf("| +-> fullname\t%s\n", device->businfo.
host1x
->fullname);
in print_device_info()
94
printf(" +->
host1x
\n");
in print_device_info()
/third_party/libdrm/
H
A
D
xf86drm.c
3533
{ "/
host1x
", DRM_BUS_HOST1X },
in get_subsystem_type()
3739
return memcmp(a->businfo.
host1x
, b->businfo.
host1x
, sizeof(drmHost1xBusInfo)) == 0;
in drmDevicesEqual()
3951
if (device->deviceinfo.
host1x
) {
in drmFreeHost1xDevice()
3952
if (device->deviceinfo.
host1x
->compatible) {
in drmFreeHost1xDevice()
3953
char **compatible = device->deviceinfo.
host1x
->compatible;
in drmFreeHost1xDevice()
3960
free(device->deviceinfo.
host1x
->compatible);
in drmFreeHost1xDevice()
4383
dev->businfo.
host1x
= (drmHost1xBusInfoPtr)ptr;
in drmProcessHost1xDevice()
4385
ret = drmParseOFBusInfo(maj, min, dev->businfo.
host1x
->fullname);
in drmProcessHost1xDevice()
4391
dev->deviceinfo.
host1x
in drmProcessHost1xDevice()
[all...]
H
A
D
xf86drm.h
900
drmHost1xBusInfoPtr
host1x
;
member
906
drmHost1xDeviceInfoPtr
host1x
;
member
/third_party/mesa3d/src/loader/
H
A
D
loader.c
304
fullname = device->businfo.
host1x
->fullname;
in drm_construct_id_path_tag()
Completed in 10 milliseconds