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:number_of_path
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/bios/
H
A
D
bios_parser2.c
143
for (i = 0; i < bp->object_info_tbl.v1_4->
number_of_path
; i++)
in bios_parser_get_connectors_number()
150
for (i = 0; i < bp->object_info_tbl.v1_5->
number_of_path
; i++)
in bios_parser_get_connectors_number()
174
if (v1_4->
number_of_path
> i) {
in bios_parser_get_connector_id()
186
if (v1_5->
number_of_path
> i) {
in bios_parser_get_connector_id()
225
for (i = 0; i < tbl->v1_4->
number_of_path
; i++) {
in bios_parser_get_src_obj()
241
for (i = 0; i < tbl->v1_5->
number_of_path
; i++) {
in bios_parser_get_src_obj()
261
for (i = 0; i < tbl->v1_4->
number_of_path
; i++) {
in bios_parser_get_src_obj()
283
for (i = 0; i < tbl->v1_5->
number_of_path
; i++) {
in bios_parser_get_src_obj()
316
for (i = 0; i < bp->object_info_tbl.v1_4->
number_of_path
; i++) {
in get_bios_object()
329
for (i = 0; i < bp->object_info_tbl.v1_4->
number_of_path
;
in get_bios_object()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/bios/
H
A
D
bios_parser2.c
164
for (i = 0; i < bp->object_info_tbl.v1_4->
number_of_path
; i++) {
in bios_parser_get_connectors_number()
181
if (v1_4->
number_of_path
> i) {
in bios_parser_get_connector_id()
216
for (i = 0; i < tbl->v1_4->
number_of_path
; i++) {
in bios_parser_get_src_obj()
231
for (i = 0; i < tbl->v1_4->
number_of_path
; i++) {
in bios_parser_get_src_obj()
263
for (i = 0; i < bp->object_info_tbl.v1_4->
number_of_path
; i++) {
in get_bios_object()
276
for (i = 0; i < bp->object_info_tbl.v1_4->
number_of_path
; i++) {
in get_bios_object()
2000
for (i = 0; i < v1_4->
number_of_path
; ++i) {
in get_bracket_layout_record()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/
H
A
D
atomfirmware.h
1007
uint8_t
number_of_path
;
member
1009
struct atom_display_object_path_v2 display_path[8]; //the real number of this included in the structure is calculated by using the (whole structure size - the header size-
number_of_path
)/size of atom_display_object_path
1015
uint8_t
number_of_path
;
member
1018
// (whole structure size - the header size-
number_of_path
)/size of atom_display_object_path
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
H
A
D
atomfirmware.h
901
uint8_t
number_of_path
;
member
903
struct atom_display_object_path_v2 display_path[8]; //the real number of this included in the structure is calculated by using the (whole structure size - the header size-
number_of_path
)/size of atom_display_object_path
Completed in 28 milliseconds