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_components
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
habanalabs_drv.c
309
hdev->
fw_components
= FW_TYPE_ALL_TYPES;
in set_driver_behavior_per_device()
375
if (!(hdev->
fw_components
& FW_TYPE_PREBOOT_CPU) &&
in fixup_device_params()
376
(hdev->
fw_components
& ~FW_TYPE_PREBOOT_CPU)) {
in fixup_device_params()
H
A
D
firmware_if.c
1692
if (!(hdev->
fw_components
& FW_TYPE_PREBOOT_CPU))
in hl_fw_read_preboot_status()
2743
if (!(hdev->
fw_components
& FW_TYPE_BOOT_CPU)) {
in hl_fw_dynamic_init_cpu()
2805
if (hdev->pldm && !(hdev->
fw_components
& FW_TYPE_LINUX))
in hl_fw_dynamic_init_cpu()
2813
if (!(hdev->
fw_components
& FW_TYPE_LINUX)) {
in hl_fw_dynamic_init_cpu()
2878
if (!(hdev->
fw_components
& FW_TYPE_BOOT_CPU))
in hl_fw_static_init_cpu()
2976
if (!(hdev->
fw_components
& FW_TYPE_LINUX)) {
in hl_fw_static_init_cpu()
H
A
D
habanalabs.h
3295
* @
fw_components
: Controls which f/w components to load to the device. There are multiple f/w
3459
u64
fw_components
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H
A
D
core.h
1312
const struct ath10k_fw_components *
fw_components
);
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
core.h
1337
const struct ath10k_fw_components *
fw_components
);
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/
H
A
D
gaudi2.c
4755
if (!(hdev->
fw_components
& FW_TYPE_PREBOOT_CPU))
in gaudi2_init_cpu()
6248
driver_performs_reset = (hdev->
fw_components
== FW_TYPE_PREBOOT_CPU &&
in gaudi2_hw_fini()
6280
if (hdev->
fw_components
& FW_TYPE_PREBOOT_CPU)
in gaudi2_hw_fini()
7594
if (hdev->
fw_components
& FW_TYPE_BOOT_CPU)
in gaudi2_arc_mmu_prepare_all()
8258
if (hdev->pldm || !(hdev->
fw_components
& FW_TYPE_LINUX)) {
in gaudi2_ack_psoc_razwi_event_handler()
8282
if (hdev->pldm || !(hdev->
fw_components
& FW_TYPE_LINUX))
in gaudi2_ack_psoc_razwi_event_handler()
H
A
D
gaudi2_coresight.c
2240
if (!(hdev->
fw_components
& FW_TYPE_BOOT_CPU)) {
in gaudi2_config_etr()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi/
H
A
D
gaudi.c
912
if ((hdev->
fw_components
& FW_TYPE_LINUX) &&
in gaudi_fetch_psoc_frequency()
3790
if (!(hdev->
fw_components
& FW_TYPE_PREBOOT_CPU))
in gaudi_init_cpu()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/
H
A
D
goya.c
2609
if (!(hdev->
fw_components
& FW_TYPE_PREBOOT_CPU))
in goya_init_cpu()
Completed in 51 milliseconds