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:intf_drv
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
psp_v13_0_4.c
149
return psp_v13_0_4_bootloader_load_component(psp, &psp->
intf_drv
, PSP_BL__LOAD_INTFDRV);
in psp_v13_0_4_bootloader_load_intf_drv()
H
A
D
amdgpu_psp.h
333
struct psp_bin_desc
intf_drv
;
member
H
A
D
amdgpu_psp.c
2134
if ((is_psp_fw_valid(psp->
intf_drv
)) &&
in psp_hw_start()
3095
psp->
intf_drv
.fw_version = le32_to_cpu(desc->fw_version);
in parse_sos_bin_descriptor()
3096
psp->
intf_drv
.feature_version = le32_to_cpu(desc->fw_version);
in parse_sos_bin_descriptor()
3097
psp->
intf_drv
.size_bytes = le32_to_cpu(desc->size_bytes);
in parse_sos_bin_descriptor()
3098
psp->
intf_drv
.start_addr = ucode_start_addr;
in parse_sos_bin_descriptor()
H
A
D
psp_v13_0.c
257
return psp_v13_0_bootloader_load_component(psp, &psp->
intf_drv
, PSP_BL__LOAD_INTFDRV);
in psp_v13_0_bootloader_load_intf_drv()
Completed in 8 milliseconds