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:ttce
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/
H
A
D
timer-cadence-ttc.c
140
struct ttc_timer_clockevent *
ttce
= dev_id;
in ttc_clock_event_interrupt()
local
141
struct ttc_timer *timer = &
ttce
->ttc;
in ttc_clock_event_interrupt()
146
ttce
->ce.event_handler(&
ttce
->ce);
in ttc_clock_event_interrupt()
180
struct ttc_timer_clockevent *
ttce
= to_ttc_timer_clkevent(evt);
in ttc_set_next_event()
local
181
struct ttc_timer *timer = &
ttce
->ttc;
in ttc_set_next_event()
194
struct ttc_timer_clockevent *
ttce
= to_ttc_timer_clkevent(evt);
in ttc_shutdown()
local
195
struct ttc_timer *timer = &
ttce
->ttc;
in ttc_shutdown()
206
struct ttc_timer_clockevent *
ttce
= to_ttc_timer_clkevent(evt);
in ttc_set_periodic()
local
207
struct ttc_timer *timer = &
ttce
in ttc_set_periodic()
216
struct ttc_timer_clockevent *
ttce
= to_ttc_timer_clkevent(evt);
ttc_resume()
local
[all...]
/kernel/linux/linux-6.6/drivers/clocksource/
H
A
D
timer-cadence-ttc.c
141
struct ttc_timer_clockevent *
ttce
= dev_id;
in ttc_clock_event_interrupt()
local
142
struct ttc_timer *timer = &
ttce
->ttc;
in ttc_clock_event_interrupt()
147
ttce
->ce.event_handler(&
ttce
->ce);
in ttc_clock_event_interrupt()
181
struct ttc_timer_clockevent *
ttce
= to_ttc_timer_clkevent(evt);
in ttc_set_next_event()
local
182
struct ttc_timer *timer = &
ttce
->ttc;
in ttc_set_next_event()
195
struct ttc_timer_clockevent *
ttce
= to_ttc_timer_clkevent(evt);
in ttc_shutdown()
local
196
struct ttc_timer *timer = &
ttce
->ttc;
in ttc_shutdown()
207
struct ttc_timer_clockevent *
ttce
= to_ttc_timer_clkevent(evt);
in ttc_set_periodic()
local
208
struct ttc_timer *timer = &
ttce
in ttc_set_periodic()
217
struct ttc_timer_clockevent *
ttce
= to_ttc_timer_clkevent(evt);
ttc_resume()
local
[all...]
Completed in 2 milliseconds