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_shutdown
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/
H
A
D
timer-fttmr010.c
105
int (*
timer_shutdown
)(struct clock_event_device *evt);
member
149
fttmr010->
timer_shutdown
(evt);
in fttmr010_timer_set_next_event()
200
fttmr010->
timer_shutdown
(evt);
in fttmr010_timer_set_oneshot()
226
fttmr010->
timer_shutdown
(evt);
in fttmr010_timer_set_periodic()
275
int (*
timer_shutdown
)(struct clock_event_device *),
in fttmr010_common_init()
377
fttmr010->
timer_shutdown
=
timer_shutdown
;
in fttmr010_common_init()
399
fttmr010->clkevt.set_state_shutdown = fttmr010->
timer_shutdown
;
in fttmr010_common_init()
402
fttmr010->clkevt.tick_resume = fttmr010->
timer_shutdown
;
in fttmr010_common_init()
H
A
D
timer-sp804.c
173
static inline void
timer_shutdown
(struct clock_event_device *evt)
in timer_shutdown()
function
180
timer_shutdown
(evt);
in sp804_shutdown()
189
timer_shutdown
(evt);
in sp804_set_periodic()
H
A
D
arm_arch_timer.c
682
static __always_inline int
timer_shutdown
(const int access,
in timer_shutdown()
function
696
return
timer_shutdown
(ARCH_TIMER_VIRT_ACCESS, clk);
in arch_timer_shutdown_virt()
701
return
timer_shutdown
(ARCH_TIMER_PHYS_ACCESS, clk);
in arch_timer_shutdown_phys()
706
return
timer_shutdown
(ARCH_TIMER_MEM_VIRT_ACCESS, clk);
in arch_timer_shutdown_virt_mem()
711
return
timer_shutdown
(ARCH_TIMER_MEM_PHYS_ACCESS, clk);
in arch_timer_shutdown_phys_mem()
/kernel/linux/linux-6.6/drivers/clocksource/
H
A
D
timer-fttmr010.c
105
int (*
timer_shutdown
)(struct clock_event_device *evt);
member
149
fttmr010->
timer_shutdown
(evt);
in fttmr010_timer_set_next_event()
200
fttmr010->
timer_shutdown
(evt);
in fttmr010_timer_set_oneshot()
226
fttmr010->
timer_shutdown
(evt);
in fttmr010_timer_set_periodic()
384
fttmr010->
timer_shutdown
= ast2600_timer_shutdown;
in fttmr010_common_init()
389
fttmr010->
timer_shutdown
= fttmr010_timer_shutdown;
in fttmr010_common_init()
405
fttmr010->clkevt.set_state_shutdown = fttmr010->
timer_shutdown
;
in fttmr010_common_init()
408
fttmr010->clkevt.tick_resume = fttmr010->
timer_shutdown
;
in fttmr010_common_init()
/kernel/linux/linux-5.10/arch/arm/mach-spear/
H
A
D
time.c
96
static inline void
timer_shutdown
(struct clock_event_device *evt)
in timer_shutdown()
function
107
timer_shutdown
(evt);
in spear_shutdown()
117
timer_shutdown
(evt);
in spear_set_oneshot()
132
timer_shutdown
(evt);
in spear_set_periodic()
/kernel/linux/linux-6.6/include/linux/
H
A
D
timer.h
195
extern int
timer_shutdown
(struct timer_list *timer);
/kernel/linux/linux-6.6/kernel/time/
H
A
D
timer.c
1366
*
timer_shutdown
- Deactivate a timer and prevent rearming
1380
int
timer_shutdown
(struct timer_list *timer)
in timer_shutdown()
function
1384
EXPORT_SYMBOL_GPL(
timer_shutdown
);
variable
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H
A
D
qla_edif.c
419
timer_shutdown
(&edif_entry->timer);
in __qla2x00_release_all_sadb()
2846
timer_shutdown
(&edif_entry->timer);
in qla28xx_sa_update_iocb_entry()
/kernel/linux/linux-6.6/drivers/atm/
H
A
D
idt77252.c
2533
timer_shutdown
(&vc->estimator->timer);
in idt77252_close()
Completed in 17 milliseconds