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:s3c24xx_dclk
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/samsung/
H
A
D
clk-s3c2410-dclk.c
128
struct
s3c24xx_dclk
{
struct
140
container_of(x, struct
s3c24xx_dclk
, dclk0_div_change_nb)
143
container_of(x, struct
s3c24xx_dclk
, dclk1_div_change_nb)
173
static void s3c24xx_dclk_update_cmp(struct
s3c24xx_dclk
*
s3c24xx_dclk
,
in s3c24xx_dclk_update_cmp()
argument
179
spin_lock_irqsave(&
s3c24xx_dclk
->dclk_lock, flags);
in s3c24xx_dclk_update_cmp()
181
dclk_con = readl_relaxed(
s3c24xx_dclk
->base);
in s3c24xx_dclk_update_cmp()
189
writel_relaxed(dclk_con,
s3c24xx_dclk
->base);
in s3c24xx_dclk_update_cmp()
191
spin_unlock_irqrestore(&
s3c24xx_dclk
->dclk_lock, flags);
in s3c24xx_dclk_update_cmp()
197
struct
s3c24xx_dclk
*s3c24xx_dcl
in s3c24xx_dclk0_div_notify()
local
210
struct
s3c24xx_dclk
*
s3c24xx_dclk
= to_
s3c24xx_dclk
1(nb);
s3c24xx_dclk1_div_notify()
local
223
struct
s3c24xx_dclk
*
s3c24xx_dclk
= dev_get_drvdata(dev);
s3c24xx_dclk_suspend()
local
231
struct
s3c24xx_dclk
*
s3c24xx_dclk
= dev_get_drvdata(dev);
s3c24xx_dclk_resume()
local
243
struct
s3c24xx_dclk
*
s3c24xx_dclk
;
s3c24xx_dclk_probe()
local
357
struct
s3c24xx_dclk
*
s3c24xx_dclk
= platform_get_drvdata(pdev);
s3c24xx_dclk_remove()
local
[all...]
Completed in 2 milliseconds