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_time_to_tm

Proto:static inline void rtc_time_to_tm(unsigned long time, struct rtc_time *tm)

Type:void

Parameter:

TypeParameterName
unsigned longtime
struct rtc_time *tm
39  rtc_time64_to_tm(time, tm)
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.