Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\rtc.h Create Date:2022-07-28 06:01:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:rtc_tm_to_time

Proto:static inline int rtc_tm_to_time(struct rtc_time *tm, unsigned long *time)

Type:int

Parameter:

TypeParameterName
struct rtc_time *tm
unsigned long *time
44  time = rtc_tm_to_time64(tm)
46  Return 0
Caller
NameDescribe
test_wakealarmTo test system suspend, we need a hands-off mechanism to resume the* system. RTCs wake alarms are a common self-contained mechanism.