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:fw_comp_loaded
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
firmware_if.c
1508
hdev->fw_loader.
fw_comp_loaded
|= FW_TYPE_PREBOOT_CPU;
in hl_fw_wait_preboot_ready()
2394
hdev->fw_loader.
fw_comp_loaded
|= FW_TYPE_BOOT_CPU;
in hl_fw_boot_fit_update_state()
2591
hdev->fw_loader.
fw_comp_loaded
|= FW_TYPE_LINUX;
in hl_fw_linux_update_state()
H
A
D
device.c
1665
hdev->fw_loader.
fw_comp_loaded
= FW_TYPE_NONE;
in hl_device_reset()
2449
hdev->fw_loader.
fw_comp_loaded
= FW_TYPE_NONE;
in hl_device_fini()
H
A
D
habanalabs.h
1409
* @
fw_comp_loaded
: bitmask of loaded FW components. set bit meaning loaded
1425
u8
fw_comp_loaded
;
member
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi/
H
A
D
gaudi.c
3770
fw_loader->
fw_comp_loaded
= FW_TYPE_NONE;
in gaudi_init_firmware_loader()
4045
if (hdev->fw_loader.
fw_comp_loaded
& FW_TYPE_LINUX) {
in gaudi_hw_fini()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/
H
A
D
goya.c
2589
fw_loader->
fw_comp_loaded
= FW_TYPE_NONE;
in goya_init_firmware_loader()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/
H
A
D
gaudi2.c
4728
fw_loader->
fw_comp_loaded
= FW_TYPE_NONE;
in gaudi2_init_firmware_loader()
6043
preboot_only = (hdev->fw_loader.
fw_comp_loaded
== FW_TYPE_PREBOOT_CPU);
in gaudi2_send_hard_reset_cmd()
Completed in 73 milliseconds