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:asd_fw
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_psp.c
202
if (adev->psp.
asd_fw
) {
in psp_sw_fini()
203
release_firmware(adev->psp.
asd_fw
);
in psp_sw_fini()
204
adev->psp.
asd_fw
= NULL;
in psp_sw_fini()
534
if (amdgpu_sriov_vf(psp->adev) || !psp->
asd_fw
)
in psp_asd_load()
2416
err = request_firmware(&adev->psp.
asd_fw
, fw_name, adev->dev);
in psp_init_asd_microcode()
2420
err = amdgpu_ucode_validate(adev->psp.
asd_fw
);
in psp_init_asd_microcode()
2424
asd_hdr = (const struct psp_firmware_header_v1_0 *)adev->psp.
asd_fw
->data;
in psp_init_asd_microcode()
2433
release_firmware(adev->psp.
asd_fw
);
in psp_init_asd_microcode()
2434
adev->psp.
asd_fw
= NULL;
in psp_init_asd_microcode()
2540
psp->
asd_fw
in parse_ta_bin_descriptor()
[all...]
H
A
D
amdgpu_psp.h
251
const struct firmware *
asd_fw
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_psp.h
342
const struct firmware *
asd_fw
;
member
H
A
D
amdgpu_psp.c
514
amdgpu_ucode_release(&psp->
asd_fw
);
in psp_sw_fini()
2998
err = amdgpu_ucode_request(adev, &adev->psp.
asd_fw
, fw_name);
in psp_init_asd_microcode()
3002
asd_hdr = (const struct psp_firmware_header_v1_0 *)adev->psp.
asd_fw
->data;
in psp_init_asd_microcode()
3010
amdgpu_ucode_release(&adev->psp.
asd_fw
);
in psp_init_asd_microcode()
Completed in 9 milliseconds