Home
last modified time | relevance | path

Searched refs:RTC_EPOCH_SET (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/uapi/linux/
Drtc.h102 #define RTC_EPOCH_SET _IOW('p', 0x0e, unsigned long) /* Set epoch */ macro
/linux-6.1.9/arch/alpha/kernel/
Drtc.c128 case RTC_EPOCH_SET: in alpha_rtc_ioctl()
/linux-6.1.9/drivers/rtc/
Ddev.c223 case RTC_EPOCH_SET: in rtc_dev_ioctl()
488 return rtc_dev_ioctl(file, RTC_EPOCH_SET, arg); in rtc_dev_compat_ioctl()