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:in_compute_reset
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
device.c
319
if (hdev->reset_info.
in_compute_reset
)
in hl_device_status()
1555
if (hard_reset && hdev->reset_info.
in_compute_reset
)
in hl_device_reset()
1562
* Update this before in_reset because
in_compute_reset
implies we are in reset
in hl_device_reset()
1564
hdev->reset_info.
in_compute_reset
= !hard_reset;
in hl_device_reset()
1583
hdev->reset_info.
in_compute_reset
= 0;
in hl_device_reset()
1817
hdev->reset_info.
in_compute_reset
= 0;
in hl_device_reset()
1869
hdev->reset_info.
in_compute_reset
= 0;
in hl_device_reset()
H
A
D
irq.c
451
if (hdev->disabled && !hdev->reset_info.
in_compute_reset
) {
in hl_irq_handler_eq()
H
A
D
firmware_if.c
378
if (hdev->disabled && !hdev->reset_info.
in_compute_reset
) {
in hl_fw_send_cpu_message()
417
if (!hl_device_operational(hdev, NULL) && !hdev->reset_info.
in_compute_reset
)
in hl_fw_send_cpu_message()
H
A
D
habanalabs.h
3085
* @
in_compute_reset
: Device is currently in reset but not in hard-reset.
3105
u8
in_compute_reset
;
member
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/
H
A
D
gaudi2.c
2862
if (hdev->reset_info.
in_compute_reset
)
in gaudi2_cpucp_info_get()
Completed in 28 milliseconds