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:exynos_pmu_data
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/soc/samsung/
H
A
D
exynos-pmu.h
21
struct
exynos_pmu_data
{
struct
34
extern const struct
exynos_pmu_data
exynos3250_pmu_data;
35
extern const struct
exynos_pmu_data
exynos4210_pmu_data;
36
extern const struct
exynos_pmu_data
exynos4212_pmu_data;
37
extern const struct
exynos_pmu_data
exynos4412_pmu_data;
38
extern const struct
exynos_pmu_data
exynos5250_pmu_data;
39
extern const struct
exynos_pmu_data
exynos5420_pmu_data;
H
A
D
exynos-pmu.c
23
const struct
exynos_pmu_data
*pmu_data;
42
const struct
exynos_pmu_data
*pmu_data;
in exynos_sys_powerdown_conf()
H
A
D
exynos4-pmu.c
207
const struct
exynos_pmu_data
exynos4210_pmu_data = {
211
const struct
exynos_pmu_data
exynos4212_pmu_data = {
215
const struct
exynos_pmu_data
exynos4412_pmu_data = {
H
A
D
exynos3250-pmu.c
167
const struct
exynos_pmu_data
exynos3250_pmu_data = {
H
A
D
exynos5250-pmu.c
187
const struct
exynos_pmu_data
exynos5250_pmu_data = {
H
A
D
exynos5420-pmu.c
272
const struct
exynos_pmu_data
exynos5420_pmu_data = {
/kernel/linux/linux-5.10/drivers/soc/samsung/
H
A
D
exynos-pmu.h
21
struct
exynos_pmu_data
{
struct
33
extern const struct
exynos_pmu_data
exynos3250_pmu_data;
34
extern const struct
exynos_pmu_data
exynos4210_pmu_data;
35
extern const struct
exynos_pmu_data
exynos4412_pmu_data;
36
extern const struct
exynos_pmu_data
exynos5250_pmu_data;
37
extern const struct
exynos_pmu_data
exynos5420_pmu_data;
H
A
D
exynos-pmu.c
22
const struct
exynos_pmu_data
*pmu_data;
41
const struct
exynos_pmu_data
*pmu_data;
in exynos_sys_powerdown_conf()
H
A
D
exynos4-pmu.c
203
const struct
exynos_pmu_data
exynos4210_pmu_data = {
207
const struct
exynos_pmu_data
exynos4412_pmu_data = {
H
A
D
exynos3250-pmu.c
167
const struct
exynos_pmu_data
exynos3250_pmu_data = {
H
A
D
exynos5250-pmu.c
187
const struct
exynos_pmu_data
exynos5250_pmu_data = {
H
A
D
exynos5420-pmu.c
272
const struct
exynos_pmu_data
exynos5420_pmu_data = {
Completed in 4 milliseconds