Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/tuners/
Dmxl5007t.c564 int *rf_locked, int *ref_locked) in mxl5007t_synth_lock_status() argument
570 *ref_locked = 0; in mxl5007t_synth_lock_status()
580 *ref_locked = 1; in mxl5007t_synth_lock_status()
590 int rf_locked, ref_locked, ret; in mxl5007t_get_status() local
597 ret = mxl5007t_synth_lock_status(state, &rf_locked, &ref_locked); in mxl5007t_get_status()
601 ref_locked ? "ref locked" : ""); in mxl5007t_get_status()
603 if ((rf_locked) || (ref_locked)) in mxl5007t_get_status()
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
Dmxl111sf-tuner.c352 int rf_locked, ref_locked, ret; in mxl111sf_tuner_get_status() local
356 ret = mxl1x1sf_tuner_get_lock_status(state, &rf_locked, &ref_locked); in mxl111sf_tuner_get_status()
360 ref_locked ? "ref locked" : ""); in mxl111sf_tuner_get_status()
362 if ((rf_locked) || (ref_locked)) in mxl111sf_tuner_get_status()