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:timer_ops
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/remoteproc/
H
A
D
omap_remoteproc.c
75
* @
timer_ops
: OMAP dmtimer ops for @odt timer
80
const struct omap_dm_timer_ops *
timer_ops
;
member
159
timer->odt = timer->
timer_ops
->request_by_node(np);
in omap_rproc_request_timer()
165
ret = timer->
timer_ops
->set_source(timer->odt, OMAP_TIMER_SRC_SYS_CLK);
in omap_rproc_request_timer()
169
timer->
timer_ops
->free(timer->odt);
in omap_rproc_request_timer()
174
timer->
timer_ops
->set_load(timer->odt, 0);
in omap_rproc_request_timer()
192
return timer->
timer_ops
->start(timer->odt);
in omap_rproc_start_timer()
209
return timer->
timer_ops
->stop(timer->odt);
in omap_rproc_stop_timer()
224
return timer->
timer_ops
->free(timer->odt);
in omap_rproc_release_timer()
239
return timer->
timer_ops
in omap_rproc_get_timer_irq()
318
const struct omap_dm_
timer_ops
*
timer_ops
;
omap_rproc_enable_timers()
local
[all...]
/kernel/linux/linux-6.6/drivers/remoteproc/
H
A
D
omap_remoteproc.c
76
* @
timer_ops
: OMAP dmtimer ops for @odt timer
81
const struct omap_dm_timer_ops *
timer_ops
;
member
160
timer->odt = timer->
timer_ops
->request_by_node(np);
in omap_rproc_request_timer()
166
ret = timer->
timer_ops
->set_source(timer->odt, OMAP_TIMER_SRC_SYS_CLK);
in omap_rproc_request_timer()
170
timer->
timer_ops
->free(timer->odt);
in omap_rproc_request_timer()
175
timer->
timer_ops
->set_load(timer->odt, 0);
in omap_rproc_request_timer()
193
return timer->
timer_ops
->start(timer->odt);
in omap_rproc_start_timer()
210
return timer->
timer_ops
->stop(timer->odt);
in omap_rproc_stop_timer()
225
return timer->
timer_ops
->free(timer->odt);
in omap_rproc_release_timer()
240
return timer->
timer_ops
in omap_rproc_get_timer_irq()
319
const struct omap_dm_
timer_ops
*
timer_ops
;
omap_rproc_enable_timers()
local
[all...]
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
dmtimer-omap.h
55
const struct omap_dm_timer_ops *
timer_ops
;
member
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
dmtimer-omap.h
55
const struct omap_dm_timer_ops *
timer_ops
;
member
/kernel/linux/linux-5.10/drivers/pwm/
H
A
D
pwm-omap-dmtimer.c
348
pdata = timer_pdata->
timer_ops
;
in pwm_omap_dmtimer_probe()
/kernel/linux/linux-6.6/drivers/pwm/
H
A
D
pwm-omap-dmtimer.c
348
pdata = timer_pdata->
timer_ops
;
in pwm_omap_dmtimer_probe()
/kernel/linux/linux-6.6/drivers/clocksource/
H
A
D
timer-ti-dm.c
1250
.
timer_ops
= &dmtimer_ops,
1254
.
timer_ops
= &dmtimer_ops,
/kernel/linux/linux-5.10/sound/drivers/
H
A
D
dummy.c
223
const struct dummy_timer_ops *
timer_ops
;
member
359
const struct dummy_timer_ops *
timer_ops
;
member
/kernel/linux/linux-6.6/sound/drivers/
H
A
D
dummy.c
230
const struct dummy_timer_ops *
timer_ops
;
member
366
const struct dummy_timer_ops *
timer_ops
;
member
/kernel/linux/linux-5.10/drivers/clocksource/
H
A
D
timer-ti-dm.c
921
.
timer_ops
= &dmtimer_ops,
Completed in 11 milliseconds