Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Drtc.h102 #define RTC_EPOCH_SET _IOW('p', 0x0e, unsigned long) /* Set epoch */ macro
/openbmc/linux/arch/alpha/kernel/
H A Drtc.c128 case RTC_EPOCH_SET: in alpha_rtc_ioctl()
/openbmc/linux/drivers/rtc/
H A 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()
/openbmc/qemu/linux-user/
H A Dioctls.h87 IOCTL(RTC_EPOCH_SET, IOC_W, TYPE_ULONG) in IOCTL()