Lines Matching full:standby
164 bool standby; /* Standby mode */ member
274 .standby = fe_standby,
644 t->standby = true; in tuner_probe()
836 * debug message and returns -EINVAL, changing its state to standby.
847 t->standby = true; in set_mode()
848 if (analog_ops->standby) in set_mode()
849 analog_ops->standby(&t->fe); in set_mode()
922 t->standby = false; in set_tv_freq()
1063 t->standby = false; in set_radio_freq()
1112 t->standby ? " on standby mode" : ""); in tuner_status()
1152 * tuner_standby - places the tuner in standby mode
1161 t->standby = true; in tuner_standby()
1162 if (analog_ops->standby) in tuner_standby()
1163 analog_ops->standby(&t->fe); in tuner_standby()
1207 if (f->type == t->mode && fe_tuner_ops->get_frequency && !t->standby) { in tuner_g_frequency()
1329 else if (!t->standby && analog_ops->standby) in tuner_suspend()
1330 analog_ops->standby(&t->fe); in tuner_suspend()
1344 else if (!t->standby) in tuner_resume()
1375 .standby = tuner_standby,