OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rtc_wkalrm
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
rtc.h
32
struct
rtc_wkalrm
{
struct
62
#define RTC_WKALM_SET _IOW('p', 0x0f, struct
rtc_wkalrm
)
63
#define RTC_WKALM_RD _IOR('p', 0x10, struct
rtc_wkalrm
)
/external/kernel-headers/original/uapi/linux/
rtc.h
37
struct
rtc_wkalrm
{
struct
89
#define RTC_WKALM_SET _IOW('p', 0x0f, struct
rtc_wkalrm
)/* Set wakeup alarm*/
90
#define RTC_WKALM_RD _IOR('p', 0x10, struct
rtc_wkalrm
)/* Get wakeup alarm*/
Completed in 48 milliseconds