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:rapl_regs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/
H
A
D
processor_thermal_rapl.c
84
const struct rapl_mmio_regs *
rapl_regs
= &rapl_mmio_default;
in proc_thermal_rapl_add()
local
89
if (!
rapl_regs
)
in proc_thermal_rapl_add()
94
if (
rapl_regs
->regs[domain][reg])
in proc_thermal_rapl_add()
97
rapl_regs
->regs[domain][reg];
in proc_thermal_rapl_add()
98
rapl_mmio_priv.limits[domain] =
rapl_regs
->limits[domain];
in proc_thermal_rapl_add()
101
rapl_mmio_priv.reg_unit.mmio = proc_priv->mmio_base +
rapl_regs
->reg_unit;
in proc_thermal_rapl_add()
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
H
A
D
processor_thermal_device.c
537
struct rapl_mmio_regs *
rapl_regs
)
in proc_thermal_rapl_add()
543
if (!
rapl_regs
)
in proc_thermal_rapl_add()
556
if (
rapl_regs
->regs[domain][reg])
in proc_thermal_rapl_add()
559
rapl_regs
->regs[domain][reg];
in proc_thermal_rapl_add()
560
rapl_mmio_priv.limits[domain] =
rapl_regs
->limits[domain];
in proc_thermal_rapl_add()
562
rapl_mmio_priv.reg_unit = (u64)proc_priv->mmio_base +
rapl_regs
->reg_unit;
in proc_thermal_rapl_add()
606
struct rapl_mmio_regs *
rapl_regs
)
in proc_thermal_rapl_add()
535
proc_thermal_rapl_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv, struct rapl_mmio_regs *
rapl_regs
)
proc_thermal_rapl_add()
argument
604
proc_thermal_rapl_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv, struct rapl_mmio_regs *
rapl_regs
)
proc_thermal_rapl_add()
argument
Completed in 2 milliseconds