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:rtc_tm_to_ktime
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
lib.c
125
ktime_t
rtc_tm_to_ktime
(struct rtc_time tm)
in rtc_tm_to_ktime()
function
129
EXPORT_SYMBOL_GPL(
rtc_tm_to_ktime
);
variable
H
A
D
interface.c
471
rtc->aie_timer.node.expires =
rtc_tm_to_ktime
(alarm->time);
in rtc_set_alarm()
500
rtc->aie_timer.node.expires =
rtc_tm_to_ktime
(alarm->time);
in rtc_initialize_alarm()
504
if (alarm->enabled && (
rtc_tm_to_ktime
(now) <
in rtc_initialize_alarm()
577
now =
rtc_tm_to_ktime
(tm);
in rtc_update_irq_enable()
817
now =
rtc_tm_to_ktime
(tm);
in rtc_timer_enqueue()
916
now =
rtc_tm_to_ktime
(tm);
in rtc_timer_do_work()
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
lib.c
178
ktime_t
rtc_tm_to_ktime
(struct rtc_time tm)
in rtc_tm_to_ktime()
function
182
EXPORT_SYMBOL_GPL(
rtc_tm_to_ktime
);
variable
H
A
D
interface.c
473
alarm_time =
rtc_tm_to_ktime
(alarm->time);
in rtc_set_alarm()
510
rtc->aie_timer.node.expires =
rtc_tm_to_ktime
(alarm->time);
in rtc_initialize_alarm()
514
if (alarm->enabled && (
rtc_tm_to_ktime
(now) <
in rtc_initialize_alarm()
592
now =
rtc_tm_to_ktime
(tm);
in rtc_update_irq_enable()
814
now =
rtc_tm_to_ktime
(tm);
in rtc_timer_enqueue()
913
now =
rtc_tm_to_ktime
(tm);
in rtc_timer_do_work()
/kernel/linux/linux-5.10/include/linux/
H
A
D
rtc.h
26
ktime_t
rtc_tm_to_ktime
(struct rtc_time tm);
/kernel/linux/linux-6.6/include/linux/
H
A
D
rtc.h
26
ktime_t
rtc_tm_to_ktime
(struct rtc_time tm);
/kernel/linux/linux-5.10/kernel/time/
H
A
D
alarmtimer.c
293
now =
rtc_tm_to_ktime
(tm);
in alarmtimer_suspend()
/kernel/linux/linux-6.6/kernel/time/
H
A
D
alarmtimer.c
292
now =
rtc_tm_to_ktime
(tm);
in alarmtimer_suspend()
Completed in 11 milliseconds