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:subdevice_id
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libdrm/tests/
H
A
D
drmdevice.c
58
printf(" +->
subdevice_id
%04x\n", device->deviceinfo.pci->
subdevice_id
);
in print_device_info()
/third_party/libdrm/
H
A
D
xf86drm.c
113
uint16_t
subdevice_id
;
member
3812
device->
subdevice_id
= data[4] & 0xffff;
in parse_separate_sysfs_files()
3842
device->
subdevice_id
= config[46] | (config[47] << 8);
in parse_config_sysfs_file()
3882
device->
subdevice_id
= pinfo.
subdevice_id
;
in drmParsePciDeviceInfo()
3923
device->
subdevice_id
= results[0].pc_subdevice;
in drmParsePciDeviceInfo()
H
A
D
xf86drm.h
858
uint16_t
subdevice_id
;
member
/third_party/libdrm/tests/amdgpu/
H
A
D
amdgpu_test.c
443
printf("
subdevice_id
:%04x",
in amdgpu_print_devices()
444
device->deviceinfo.pci->
subdevice_id
);
in amdgpu_print_devices()
Completed in 10 milliseconds