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:pmu_context
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/samsung/
H
A
D
exynos-pmu.c
26
static struct exynos_pmu_context *
pmu_context
;
variable
43
if (!
pmu_context
|| !
pmu_context
->pmu_data)
in exynos_sys_powerdown_conf()
46
pmu_data =
pmu_context
->pmu_data;
in exynos_sys_powerdown_conf()
118
pmu_context
= devm_kzalloc(&pdev->dev,
in exynos_pmu_probe()
121
if (!
pmu_context
)
in exynos_pmu_probe()
123
pmu_context
->dev = dev;
in exynos_pmu_probe()
124
pmu_context
->pmu_data = of_device_get_match_data(dev);
in exynos_pmu_probe()
126
if (
pmu_context
->pmu_data &&
pmu_context
in exynos_pmu_probe()
[all...]
/kernel/linux/linux-6.6/drivers/soc/samsung/
H
A
D
exynos-pmu.c
27
static struct exynos_pmu_context *
pmu_context
;
variable
44
if (!
pmu_context
|| !
pmu_context
->pmu_data)
in exynos_sys_powerdown_conf()
47
pmu_data =
pmu_context
->pmu_data;
in exynos_sys_powerdown_conf()
135
pmu_context
= devm_kzalloc(&pdev->dev,
in exynos_pmu_probe()
138
if (!
pmu_context
)
in exynos_pmu_probe()
140
pmu_context
->dev = dev;
in exynos_pmu_probe()
141
pmu_context
->pmu_data = of_device_get_match_data(dev);
in exynos_pmu_probe()
143
if (
pmu_context
->pmu_data &&
pmu_context
in exynos_pmu_probe()
[all...]
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
kvm_vcpu_pmu.h
55
#define vcpu_to_pmu(vcpu) (&(vcpu)->arch.
pmu_context
)
56
#define pmu_to_vcpu(pmu) (container_of((pmu), struct kvm_vcpu, arch.
pmu_context
))
H
A
D
kvm_host.h
246
struct kvm_pmu
pmu_context
;
member
Completed in 3 milliseconds