Lines Matching refs:rc_mode
183 int err, flags, rc_mode = 0; in abx80x_rtc_read_time() local
186 rc_mode = abx80x_is_rc_mode(client); in abx80x_rtc_read_time()
187 if (rc_mode < 0) in abx80x_rtc_read_time()
188 return rc_mode; in abx80x_rtc_read_time()
190 if (!rc_mode) { in abx80x_rtc_read_time()
446 int retval, flags, rc_mode = 0; in oscillator_store() local
449 rc_mode = 1; in oscillator_store()
451 rc_mode = 0; in oscillator_store()
461 if (rc_mode == 0) in oscillator_store()
482 int rc_mode = 0; in oscillator_show() local
485 rc_mode = abx80x_is_rc_mode(client); in oscillator_show()
487 if (rc_mode < 0) { in oscillator_show()
490 return rc_mode; in oscillator_show()
493 if (rc_mode) in oscillator_show()