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:soc_irq_cdata
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/tegra/
H
A
D
soctherm.c
358
static struct soctherm_oc_irq_chip_data
soc_irq_cdata
;
variable
1064
if (oc1 &&
soc_irq_cdata
.irq_enable & BIT(0))
in soctherm_edp_isr_thread()
1066
irq_find_mapping(
soc_irq_cdata
.domain, 0));
in soctherm_edp_isr_thread()
1068
if (oc2 &&
soc_irq_cdata
.irq_enable & BIT(1))
in soctherm_edp_isr_thread()
1070
irq_find_mapping(
soc_irq_cdata
.domain, 1));
in soctherm_edp_isr_thread()
1072
if (oc3 &&
soc_irq_cdata
.irq_enable & BIT(2))
in soctherm_edp_isr_thread()
1074
irq_find_mapping(
soc_irq_cdata
.domain, 2));
in soctherm_edp_isr_thread()
1076
if (oc4 &&
soc_irq_cdata
.irq_enable & BIT(3))
in soctherm_edp_isr_thread()
1078
irq_find_mapping(
soc_irq_cdata
.domain, 3));
in soctherm_edp_isr_thread()
1266
mutex_init(&
soc_irq_cdata
in soctherm_oc_int_init()
[all...]
/kernel/linux/linux-6.6/drivers/thermal/tegra/
H
A
D
soctherm.c
358
static struct soctherm_oc_irq_chip_data
soc_irq_cdata
;
variable
1026
if (oc1 &&
soc_irq_cdata
.irq_enable & BIT(0))
in soctherm_edp_isr_thread()
1028
irq_find_mapping(
soc_irq_cdata
.domain, 0));
in soctherm_edp_isr_thread()
1030
if (oc2 &&
soc_irq_cdata
.irq_enable & BIT(1))
in soctherm_edp_isr_thread()
1032
irq_find_mapping(
soc_irq_cdata
.domain, 1));
in soctherm_edp_isr_thread()
1034
if (oc3 &&
soc_irq_cdata
.irq_enable & BIT(2))
in soctherm_edp_isr_thread()
1036
irq_find_mapping(
soc_irq_cdata
.domain, 2));
in soctherm_edp_isr_thread()
1038
if (oc4 &&
soc_irq_cdata
.irq_enable & BIT(3))
in soctherm_edp_isr_thread()
1040
irq_find_mapping(
soc_irq_cdata
.domain, 3));
in soctherm_edp_isr_thread()
1228
mutex_init(&
soc_irq_cdata
in soctherm_oc_int_init()
[all...]
Completed in 6 milliseconds