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:ingenic_tcu
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/
H
A
D
ingenic-timer.c
40
struct
ingenic_tcu
{
struct
50
static struct
ingenic_tcu
*
ingenic_tcu
;
variable
54
struct
ingenic_tcu
*tcu =
ingenic_tcu
;
in ingenic_tcu_timer_read()
67
static inline struct
ingenic_tcu
*
70
return container_of(timer, struct
ingenic_tcu
, timers[timer->cpu]);
in to_ingenic_tcu()
82
struct
ingenic_tcu
*tcu = to_ingenic_tcu(timer);
in ingenic_tcu_cevt_set_state_shutdown()
93
struct
ingenic_tcu
*tcu = to_ingenic_tcu(timer);
in ingenic_tcu_cevt_set_next()
115
struct
ingenic_tcu
*tc
in ingenic_tcu_cevt_cb()
[all...]
/kernel/linux/linux-6.6/drivers/clocksource/
H
A
D
ingenic-timer.c
39
struct
ingenic_tcu
{
struct
49
static struct
ingenic_tcu
*
ingenic_tcu
;
variable
53
struct
ingenic_tcu
*tcu =
ingenic_tcu
;
in ingenic_tcu_timer_read()
66
static inline struct
ingenic_tcu
*
69
return container_of(timer, struct
ingenic_tcu
, timers[timer->cpu]);
in to_ingenic_tcu()
81
struct
ingenic_tcu
*tcu = to_ingenic_tcu(timer);
in ingenic_tcu_cevt_set_state_shutdown()
92
struct
ingenic_tcu
*tcu = to_ingenic_tcu(timer);
in ingenic_tcu_cevt_set_next()
114
struct
ingenic_tcu
*tc
in ingenic_tcu_cevt_cb()
[all...]
/kernel/linux/linux-5.10/drivers/clk/ingenic/
H
A
D
tcu.c
45
struct
ingenic_tcu
*tcu;
49
struct
ingenic_tcu
{
struct
57
static struct
ingenic_tcu
*
ingenic_tcu
;
variable
68
struct
ingenic_tcu
*tcu = tcu_clk->tcu;
in ingenic_tcu_enable()
79
struct
ingenic_tcu
*tcu = tcu_clk->tcu;
in ingenic_tcu_disable()
99
struct
ingenic_tcu
*tcu = tcu_clk->tcu;
in ingenic_tcu_enable_regs()
116
struct
ingenic_tcu
*tcu = tcu_clk->tcu;
in ingenic_tcu_disable_regs()
264
static int __init ingenic_tcu_register_clock(struct
ingenic_tcu
*tcu,
in ingenic_tcu_register_clock()
332
struct
ingenic_tcu
*tc
in ingenic_tcu_probe()
[all...]
/kernel/linux/linux-6.6/drivers/clk/ingenic/
H
A
D
tcu.c
46
struct
ingenic_tcu
*tcu;
50
struct
ingenic_tcu
{
struct
58
static struct
ingenic_tcu
*
ingenic_tcu
;
variable
69
struct
ingenic_tcu
*tcu = tcu_clk->tcu;
in ingenic_tcu_enable()
80
struct
ingenic_tcu
*tcu = tcu_clk->tcu;
in ingenic_tcu_disable()
100
struct
ingenic_tcu
*tcu = tcu_clk->tcu;
in ingenic_tcu_enable_regs()
117
struct
ingenic_tcu
*tcu = tcu_clk->tcu;
in ingenic_tcu_disable_regs()
268
static int __init ingenic_tcu_register_clock(struct
ingenic_tcu
*tcu,
in ingenic_tcu_register_clock()
338
struct
ingenic_tcu
*tc
in ingenic_tcu_probe()
[all...]
/kernel/linux/linux-5.10/drivers/irqchip/
H
A
D
irq-ingenic-tcu.c
16
struct
ingenic_tcu
{
struct
91
struct
ingenic_tcu
*tcu;
in ingenic_tcu_irq_init()
/kernel/linux/linux-6.6/drivers/irqchip/
H
A
D
irq-ingenic-tcu.c
16
struct
ingenic_tcu
{
struct
93
struct
ingenic_tcu
*tcu;
in ingenic_tcu_irq_init()
Completed in 6 milliseconds