Lines Matching defs:tone
656 static int ds3000_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone)
661 dprintk("%s(%d)\n", __func__, tone);
662 if ((tone != SEC_TONE_ON) && (tone != SEC_TONE_OFF)) {
663 printk(KERN_ERR "%s: Invalid, tone=%d\n", __func__, tone);
671 switch (tone) {
673 dprintk("%s: setting tone on\n", __func__);
680 dprintk("%s: setting tone off\n", __func__);
770 /* Unmodulated tone burst */
773 /* Modulated tone burst */