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:clkdm_ops
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H
A
D
clockdomain.h
145
* struct
clkdm_ops
- Arch specific function implementations
163
struct
clkdm_ops
{
struct
182
int clkdm_register_platform_funcs(struct
clkdm_ops
*co);
236
extern struct
clkdm_ops
omap2_clkdm_operations;
237
extern struct
clkdm_ops
omap3_clkdm_operations;
238
extern struct
clkdm_ops
omap4_clkdm_operations;
239
extern struct
clkdm_ops
am33xx_clkdm_operations;
240
extern struct
clkdm_ops
am43xx_clkdm_operations;
H
A
D
cminst44xx.c
522
struct
clkdm_ops
omap4_clkdm_operations = {
541
struct
clkdm_ops
am43xx_clkdm_operations = {
H
A
D
cm33xx.c
392
struct
clkdm_ops
am33xx_clkdm_operations = {
H
A
D
clockdomain.c
40
static struct
clkdm_ops
*arch_clkdm;
370
int clkdm_register_platform_funcs(struct
clkdm_ops
*co)
in clkdm_register_platform_funcs()
H
A
D
cm2xxx.c
311
struct
clkdm_ops
omap2_clkdm_operations = {
H
A
D
cm3xxx.c
294
struct
clkdm_ops
omap3_clkdm_operations = {
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H
A
D
clockdomain.h
145
* struct
clkdm_ops
- Arch specific function implementations
163
struct
clkdm_ops
{
struct
182
int clkdm_register_platform_funcs(struct
clkdm_ops
*co);
232
extern struct
clkdm_ops
omap2_clkdm_operations;
233
extern struct
clkdm_ops
omap3_clkdm_operations;
234
extern struct
clkdm_ops
omap4_clkdm_operations;
235
extern struct
clkdm_ops
am33xx_clkdm_operations;
236
extern struct
clkdm_ops
am43xx_clkdm_operations;
H
A
D
cminst44xx.c
522
struct
clkdm_ops
omap4_clkdm_operations = {
541
struct
clkdm_ops
am43xx_clkdm_operations = {
H
A
D
cm33xx.c
384
struct
clkdm_ops
am33xx_clkdm_operations = {
H
A
D
cm2xxx.c
214
struct
clkdm_ops
omap2_clkdm_operations = {
H
A
D
clockdomain.c
40
static struct
clkdm_ops
*arch_clkdm;
370
int clkdm_register_platform_funcs(struct
clkdm_ops
*co)
in clkdm_register_platform_funcs()
H
A
D
cm3xxx.c
294
struct
clkdm_ops
omap3_clkdm_operations = {
Completed in 11 milliseconds