Home
last modified time | relevance | path

Searched refs:RTC_SET_TIME (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/include/ !
Drtc_.h65 #define RTC_SET_TIME _IOW('p', 0x0a, struct linux_rtc_time) /* Set RTC time */ macro
/busybox-1.35.0/util-linux/ !
Dhwclock.c317 xioctl(rtc, RTC_SET_TIME, &tm_time); in from_sys_clock()