Searched refs:rtc_tm_to_time (Results 1 – 19 of 19) sorted by relevance
| /Linux-v5.4/drivers/rtc/ |
| D | rtc-88pm860x.c | 96 rtc_tm_to_time(now, &now_time); in rtc_next_alarm_time() 97 rtc_tm_to_time(next, &next_time); in rtc_next_alarm_time() 143 rtc_tm_to_time(tm, &ticks); in pm860x_rtc_set_time() 217 rtc_tm_to_time(&alarm_tm, &ticks); in pm860x_rtc_set_alarm() 372 rtc_tm_to_time(&tm, &ticks); in pm860x_rtc_probe()
|
| D | rtc-pl030.c | 54 ret = rtc_tm_to_time(&alrm->time, &time); in pl030_set_alarm() 83 ret = rtc_tm_to_time(tm, &time); in pl030_set_time()
|
| D | rtc-ab8500.c | 113 rtc_tm_to_time(tm, &secs); in ab8500_rtc_set_time() 191 rtc_tm_to_time(&alarm->time, &secs); in ab8500_rtc_set_alarm() 199 rtc_tm_to_time(&curtm, &cursec); in ab8500_rtc_set_alarm()
|
| D | rtc-puv3.c | 101 rtc_tm_to_time(tm, &rtc_count); in puv3_rtc_settime() 127 rtc_tm_to_time(tm, &rtcalarm_count); in puv3_rtc_setalarm()
|
| D | rtc-pl031.c | 129 rtc_tm_to_time(tm, &time); in pl031_stv2_tm_to_time() 262 ret = rtc_tm_to_time(tm, &time); in pl031_set_time() 291 ret = rtc_tm_to_time(&alarm->time, &time); in pl031_set_alarm()
|
| D | rtc-fsl-ftm-alarm.c | 214 rtc_tm_to_time(&tm, &now); in ftm_rtc_set_alarm() 215 rtc_tm_to_time(&alm->time, &alm_time); in ftm_rtc_set_alarm()
|
| D | rtc-au1xxx.c | 46 rtc_tm_to_time(tm, &t); in au1xtoy_rtc_set_time()
|
| D | rtc-ds1374.c | 177 rtc_tm_to_time(time, &itime); in ds1374_set_time() 240 rtc_tm_to_time(&alarm->time, &new_alarm); in ds1374_set_alarm() 241 rtc_tm_to_time(&now, &itime); in ds1374_set_alarm()
|
| D | rtc-sa1100.c | 124 ret = rtc_tm_to_time(tm, &time); in sa1100_rtc_set_time() 148 ret = rtc_tm_to_time(&alrm->time, &time); in sa1100_rtc_set_alarm()
|
| D | rtc-sirfsoc.c | 116 rtc_tm_to_time(&(alrm->time), &rtc_alarm); in sirfsoc_rtc_set_alarm() 196 rtc_tm_to_time(tm, &rtc_time); in sirfsoc_rtc_set_time()
|
| D | rtc-pm8xxx.c | 87 rtc_tm_to_time(tm, &secs); in pm8xxx_rtc_set_time() 227 rtc_tm_to_time(&alarm->time, &secs); in pm8xxx_rtc_set_alarm()
|
| D | rtc-davinci.c | 422 rtc_tm_to_time(&tm, &now); in davinci_rtc_set_alarm() 427 rtc_tm_to_time(&alm->time, &then); in davinci_rtc_set_alarm()
|
| D | rtc-sun6i.c | 508 rtc_tm_to_time(alrm_tm, &time_set); in sun6i_rtc_setalarm() 509 rtc_tm_to_time(&tm_now, &time_now); in sun6i_rtc_setalarm()
|
| D | rtc-ds1305.c | 328 status = rtc_tm_to_time(&alm->time, &later); in ds1305_set_alarm() 336 status = rtc_tm_to_time(&tm, &now); in ds1305_set_alarm()
|
| D | rtc-cpcap.c | 66 rtc_tm_to_time(rtc, &time); in rtc2cpcap_time()
|
| D | rtc-da9052.c | 106 ret = rtc_tm_to_time(rtc_tm, &alm_time); in da9052_set_alarm()
|
| D | rtc-mpc5121.c | 136 ret = rtc_tm_to_time(tm, &now); in mpc5121_rtc_set_time()
|
| /Linux-v5.4/kernel/power/ |
| D | suspend_test.c | 84 rtc_tm_to_time(&alm.time, &now); in test_wakealarm()
|
| /Linux-v5.4/include/linux/ |
| D | rtc.h | 42 static inline int rtc_tm_to_time(struct rtc_time *tm, unsigned long *time) in rtc_tm_to_time() function
|