Home
last modified time | relevance | path

Searched refs:rf_locked (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/tuners/
Dmxl5007t.c558 int *rf_locked, int *ref_locked) in mxl5007t_synth_lock_status() argument
563 *rf_locked = 0; in mxl5007t_synth_lock_status()
571 *rf_locked = 1; in mxl5007t_synth_lock_status()
584 int rf_locked, ref_locked, ret; in mxl5007t_get_status() local
591 ret = mxl5007t_synth_lock_status(state, &rf_locked, &ref_locked); in mxl5007t_get_status()
594 mxl_debug("%s%s", rf_locked ? "rf locked " : "", in mxl5007t_get_status()
597 if ((rf_locked) || (ref_locked)) in mxl5007t_get_status()
/Linux-v4.19/drivers/media/usb/dvb-usb-v2/
Dmxl111sf-tuner.c348 int rf_locked, ref_locked, ret; in mxl111sf_tuner_get_status() local
352 ret = mxl1x1sf_tuner_get_lock_status(state, &rf_locked, &ref_locked); in mxl111sf_tuner_get_status()
355 mxl_info("%s%s", rf_locked ? "rf locked " : "", in mxl111sf_tuner_get_status()
358 if ((rf_locked) || (ref_locked)) in mxl111sf_tuner_get_status()