Searched refs:rtc_max_user_freq (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/char/
H A Drtc.c194 static unsigned long rtc_max_user_freq = 64; /* > this, need CAP_SYS_RESOURCE */ variable
286 .data = &rtc_max_user_freq,
454 if (!kernel && (rtc_freq > rtc_max_user_freq) && rtc_do_ioctl()
665 if (!kernel && (arg > rtc_max_user_freq) && rtc_do_ioctl()

Completed in 72 milliseconds