Lines Matching refs:rc_mode
171 int err, flags, rc_mode = 0; in abx80x_rtc_read_time() local
174 rc_mode = abx80x_is_rc_mode(client); in abx80x_rtc_read_time()
175 if (rc_mode < 0) in abx80x_rtc_read_time()
176 return rc_mode; in abx80x_rtc_read_time()
178 if (!rc_mode) { in abx80x_rtc_read_time()
434 int retval, flags, rc_mode = 0; in oscillator_store() local
437 rc_mode = 1; in oscillator_store()
439 rc_mode = 0; in oscillator_store()
449 if (rc_mode == 0) in oscillator_store()
470 int rc_mode = 0; in oscillator_show() local
473 rc_mode = abx80x_is_rc_mode(client); in oscillator_show()
475 if (rc_mode < 0) { in oscillator_show()
478 return rc_mode; in oscillator_show()
481 if (rc_mode) in oscillator_show()