Lines Matching full:standby
164 bool standby; /* Standby mode */ member
274 .standby = fe_standby,
646 t->standby = true; in tuner_probe()
839 * debug message and returns -EINVAL, changing its state to standby.
850 t->standby = true; in set_mode()
851 if (analog_ops->standby) in set_mode()
852 analog_ops->standby(&t->fe); in set_mode()
925 t->standby = false; in set_tv_freq()
1066 t->standby = false; in set_radio_freq()
1115 t->standby ? " on standby mode" : ""); in tuner_status()
1155 * tuner_standby - places the tuner in standby mode
1164 t->standby = true; in tuner_standby()
1165 if (analog_ops->standby) in tuner_standby()
1166 analog_ops->standby(&t->fe); in tuner_standby()
1210 if (f->type == t->mode && fe_tuner_ops->get_frequency && !t->standby) { in tuner_g_frequency()
1332 else if (!t->standby && analog_ops->standby) in tuner_suspend()
1333 analog_ops->standby(&t->fe); in tuner_suspend()
1347 else if (!t->standby) in tuner_resume()
1378 .standby = tuner_standby,