Searched refs:ref_locked (Results 1 – 2 of 2) sorted by relevance
569 int *rf_locked, int *ref_locked) in mxl5007t_synth_lock_status() argument575 *ref_locked = 0; in mxl5007t_synth_lock_status()585 *ref_locked = 1; in mxl5007t_synth_lock_status()595 int rf_locked, ref_locked, ret; in mxl5007t_get_status() local602 ret = mxl5007t_synth_lock_status(state, &rf_locked, &ref_locked); in mxl5007t_get_status()606 ref_locked ? "ref locked" : ""); in mxl5007t_get_status()608 if ((rf_locked) || (ref_locked)) in mxl5007t_get_status()
351 int rf_locked, ref_locked, ret; in mxl111sf_tuner_get_status() local355 ret = mxl1x1sf_tuner_get_lock_status(state, &rf_locked, &ref_locked); in mxl111sf_tuner_get_status()359 ref_locked ? "ref locked" : ""); in mxl111sf_tuner_get_status()361 if ((rf_locked) || (ref_locked)) in mxl111sf_tuner_get_status()