Lines Matching full:standby
164 bool standby; /* Standby mode */ member
274 .standby = fe_standby,
646 t->standby = true; in tuner_probe()
838 * debug message and returns -EINVAL, changing its state to standby.
849 t->standby = true; in set_mode()
850 if (analog_ops->standby) in set_mode()
851 analog_ops->standby(&t->fe); in set_mode()
924 t->standby = false; in set_tv_freq()
1065 t->standby = false; in set_radio_freq()
1114 t->standby ? " on standby mode" : ""); in tuner_status()
1154 * tuner_standby - places the tuner in standby mode
1163 t->standby = true; in tuner_standby()
1164 if (analog_ops->standby) in tuner_standby()
1165 analog_ops->standby(&t->fe); in tuner_standby()
1209 if (f->type == t->mode && fe_tuner_ops->get_frequency && !t->standby) { in tuner_g_frequency()
1331 else if (!t->standby && analog_ops->standby) in tuner_suspend()
1332 analog_ops->standby(&t->fe); in tuner_suspend()
1346 else if (!t->standby) in tuner_resume()
1377 .standby = tuner_standby,