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:s3c_freq
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/
H
A
D
s3c2416-cpufreq.c
89
struct s3c2416_data *
s3c_freq
= &s3c2416_cpufreq;
in s3c2416_cpufreq_get_speed()
local
95
if (
s3c_freq
->is_dvs)
in s3c2416_cpufreq_get_speed()
98
return clk_get_rate(
s3c_freq
->armclk) / 1000;
in s3c2416_cpufreq_get_speed()
101
static int s3c2416_cpufreq_set_armdiv(struct s3c2416_data *
s3c_freq
,
in s3c2416_cpufreq_set_armdiv()
argument
106
if (clk_get_rate(
s3c_freq
->armdiv) / 1000 != freq) {
in s3c2416_cpufreq_set_armdiv()
107
ret = clk_set_rate(
s3c_freq
->armdiv, freq * 1000);
in s3c2416_cpufreq_set_armdiv()
118
static int s3c2416_cpufreq_enter_dvs(struct s3c2416_data *
s3c_freq
, int idx)
in s3c2416_cpufreq_enter_dvs()
argument
125
if (
s3c_freq
->is_dvs) {
in s3c2416_cpufreq_enter_dvs()
131
clk_get_rate(
s3c_freq
->hclk) / 1000);
in s3c2416_cpufreq_enter_dvs()
132
ret = clk_set_parent(
s3c_freq
in s3c2416_cpufreq_enter_dvs()
160
s3c2416_cpufreq_leave_dvs(struct s3c2416_data *
s3c_freq
, int idx)
s3c2416_cpufreq_leave_dvs()
argument
219
struct s3c2416_data *
s3c_freq
= &s3c2416_cpufreq;
s3c2416_cpufreq_set_target()
local
263
s3c2416_cpufreq_cfg_regulator(struct s3c2416_data *
s3c_freq
)
s3c2416_cpufreq_cfg_regulator()
argument
305
struct s3c2416_data *
s3c_freq
= &s3c2416_cpufreq;
s3c2416_cpufreq_reboot_notifier_evt()
local
345
struct s3c2416_data *
s3c_freq
= &s3c2416_cpufreq;
s3c2416_cpufreq_driver_init()
local
[all...]
H
A
D
s3c24xx-cpufreq.c
508
* Create a minimum of each frequency entry in the 'struct
s3c_freq
',
512
static void s3c_cpufreq_freq_min(struct
s3c_freq
*dst,
in s3c_cpufreq_freq_min()
513
struct
s3c_freq
*a, struct
s3c_freq
*b)
in s3c_cpufreq_freq_min()
H
A
D
s3c24xx-cpufreq-debugfs.c
30
static void show_max(struct seq_file *seq, struct
s3c_freq
*f)
in show_max()
/kernel/linux/linux-5.10/include/linux/soc/samsung/
H
A
D
s3c-cpu-freq.h
19
* struct
s3c_freq
- frequency information (mainly for core drivers)
33
struct
s3c_freq
{
struct
62
struct
s3c_freq
old;
63
struct
s3c_freq
new;
123
struct
s3c_freq
max; /* frequency limits */
H
A
D
s3c-cpufreq-core.h
118
struct
s3c_freq
freq;
119
struct
s3c_freq
max;
157
struct
s3c_freq
max;
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H
A
D
mach-osiris-dvs.c
41
static bool is_dvs(struct
s3c_freq
*f)
in is_dvs()
Completed in 3 milliseconds