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_ost
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/
H
A
D
ingenic-ost.c
35
struct
ingenic_ost
{
struct
42
static struct
ingenic_ost
*
ingenic_ost
;
variable
47
return readl(
ingenic_ost
->regs + OST_REG_CNTL);
in ingenic_ost_read_cntl()
53
return readl(
ingenic_ost
->regs + OST_REG_CNTH);
in ingenic_ost_read_cnth()
70
struct
ingenic_ost
*ost;
in ingenic_ost_probe()
84
ingenic_ost
= ost;
in ingenic_ost_probe()
146
struct
ingenic_ost
*ost = dev_get_drvdata(dev);
in ingenic_ost_suspend()
155
struct
ingenic_ost
*ost = dev_get_drvdata(dev);
in ingenic_ost_resume()
H
A
D
ingenic-sysost.c
70
struct
ingenic_ost
*ost;
74
struct
ingenic_ost
{
struct
85
static struct
ingenic_ost
*
ingenic_ost
;
variable
215
struct
ingenic_ost
*ost =
ingenic_ost
;
in ingenic_ost_global_timer_read_cntl()
228
static inline struct
ingenic_ost
*to_ingenic_ost(struct clock_event_device *evt)
in to_ingenic_ost()
230
return container_of(evt, struct
ingenic_ost
, cevt);
in to_ingenic_ost()
235
struct
ingenic_ost
*ost = to_ingenic_ost(evt);
in ingenic_ost_cevt_set_state_shutdown()
245
struct
ingenic_ost
*os
in ingenic_ost_cevt_set_next()
[all...]
/kernel/linux/linux-6.6/drivers/clocksource/
H
A
D
ingenic-ost.c
35
struct
ingenic_ost
{
struct
42
static struct
ingenic_ost
*
ingenic_ost
;
variable
47
return readl(
ingenic_ost
->regs + OST_REG_CNTL);
in ingenic_ost_read_cntl()
53
return readl(
ingenic_ost
->regs + OST_REG_CNTH);
in ingenic_ost_read_cnth()
70
struct
ingenic_ost
*ost;
in ingenic_ost_probe()
84
ingenic_ost
= ost;
in ingenic_ost_probe()
146
struct
ingenic_ost
*ost = dev_get_drvdata(dev);
in ingenic_ost_suspend()
155
struct
ingenic_ost
*ost = dev_get_drvdata(dev);
in ingenic_ost_resume()
H
A
D
ingenic-sysost.c
69
struct
ingenic_ost
*ost;
73
struct
ingenic_ost
{
struct
84
static struct
ingenic_ost
*
ingenic_ost
;
variable
216
struct
ingenic_ost
*ost =
ingenic_ost
;
in ingenic_ost_global_timer_read_cntl()
229
static inline struct
ingenic_ost
*to_ingenic_ost(struct clock_event_device *evt)
in to_ingenic_ost()
231
return container_of(evt, struct
ingenic_ost
, cevt);
in to_ingenic_ost()
236
struct
ingenic_ost
*ost = to_ingenic_ost(evt);
in ingenic_ost_cevt_set_state_shutdown()
246
struct
ingenic_ost
*os
in ingenic_ost_cevt_set_next()
[all...]
Completed in 3 milliseconds