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
defs:alarm_time
(Results
1 - 21
of
21
) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-meson-vrtc.c
17
unsigned long
alarm_time
;
member
H
A
D
rtc-cros-ec.c
156
time64_t
alarm_time
;
in cros_ec_rtc_set_alarm()
local
H
A
D
rtc-digicolor.c
136
time64_t
alarm_time
;
in dc_rtc_set_alarm()
local
H
A
D
rtc-zynqmp.c
157
unsigned long
alarm_time
;
in xlnx_rtc_set_alarm()
local
H
A
D
rtc-da9063.c
67
struct rtc_time
alarm_time
;
member
H
A
D
rtc-pcf8563.c
335
time64_t
alarm_time
= rtc_tm_to_time64(&tm->time);
in pcf8563_rtc_set_alarm()
local
H
A
D
rtc-rv8803.c
315
time64_t
alarm_time
= rtc_tm_to_time64(&alrm->time);
in rv8803_set_alarm()
local
H
A
D
rtc-rx8025.c
334
time64_t
alarm_time
= rtc_tm_to_time64(&t->time);
in rx8025_set_alarm()
local
H
A
D
rtc-rv3028.c
402
time64_t
alarm_time
= rtc_tm_to_time64(&alrm->time);
in rv3028_set_alarm()
local
H
A
D
rtc-rv3032.c
315
time64_t
alarm_time
= rtc_tm_to_time64(&alrm->time);
in rv3032_set_alarm()
local
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-meson-vrtc.c
17
unsigned long
alarm_time
;
member
H
A
D
rtc-cros-ec.c
148
time64_t
alarm_time
;
in cros_ec_rtc_set_alarm()
local
H
A
D
rtc-digicolor.c
136
time64_t
alarm_time
;
in dc_rtc_set_alarm()
local
H
A
D
interface.c
451
ktime_t
alarm_time
;
in rtc_set_alarm()
local
H
A
D
rtc-da9063.c
68
struct rtc_time
alarm_time
;
member
H
A
D
rtc-sunplus.c
103
unsigned long
alarm_time
;
in sp_rtc_set_alarm()
local
115
unsigned int
alarm_time
;
in sp_rtc_read_alarm()
local
[all...]
H
A
D
rtc-zynqmp.c
157
unsigned long
alarm_time
;
in xlnx_rtc_set_alarm()
local
H
A
D
rtc-rv8803.c
399
time64_t
alarm_time
= rtc_tm_to_time64(&alrm->time);
in rv8803_set_alarm()
local
H
A
D
rtc-rv3028.c
404
time64_t
alarm_time
= rtc_tm_to_time64(&alrm->time);
in rv3028_set_alarm()
local
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H
A
D
sharpsl_pm.c
597
static void corgi_goto_sleep(unsigned long
alarm_time
, unsigned int alarm_enable, suspend_state_t state)
in corgi_goto_sleep()
argument
636
static int corgi_enter_suspend(unsigned long
alarm_time
, unsigned int alarm_enable, suspend_state_t state)
in corgi_enter_suspend()
argument
664
unsigned long
alarm_time
= RTAR;
in corgi_pxa_pm_enter()
local
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H
A
D
sharpsl_pm.c
593
static void corgi_goto_sleep(unsigned long
alarm_time
, unsigned int alarm_enable, suspend_state_t state)
in corgi_goto_sleep()
argument
632
static int corgi_enter_suspend(unsigned long
alarm_time
, unsigned int alarm_enable, suspend_state_t state)
in corgi_enter_suspend()
argument
660
unsigned long
alarm_time
= RTAR;
in corgi_pxa_pm_enter()
local
[all...]
Completed in 19 milliseconds