Searched refs:tone (Results 51 - 71 of 71) sorted by relevance

123

/linux-master/scripts/dtc/include-prefixes/arm64/qcom/
H A DMakefile77 dtb-$(CONFIG_ARCH_QCOM) += msm8996-sony-xperia-tone-dora.dtb
78 dtb-$(CONFIG_ARCH_QCOM) += msm8996-sony-xperia-tone-kagura.dtb
79 dtb-$(CONFIG_ARCH_QCOM) += msm8996-sony-xperia-tone-keyaki.dtb
/linux-master/drivers/media/usb/ttusb-budget/
H A Ddvb-ttusb-budget.c50 let the STC do the diseqc/tone stuff. this isn't supported at least with
120 enum fe_sec_tone_mode tone; member in struct:ttusb
474 ttusb->tone == SEC_TONE_ON ? 1 : 0, 1, 1
496 static int ttusb_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone) argument
500 ttusb->tone = tone;
/linux-master/drivers/media/pci/bt8xx/
H A Ddst.c1408 * tone 0x00, 0x09, 0xff, 0x00, 0x01, 0x00, 0x00, 0x00
1469 static int dst_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone) argument
1473 state->tone = tone;
1477 switch (tone) {
1527 state->tone = SEC_TONE_OFF;
/linux-master/drivers/char/
H A Ddtlk.c22 also has a tone generator. Output data for LPC are written to the
553 status.tone = *t++;
/linux-master/drivers/media/firewire/
H A Dfiredtv-fw.c266 fdtv->tone = 0xff;
H A Dfiredtv-avc.c375 if (fdtv->tone == 0xff)
377 else if (fdtv->tone == SEC_TONE_ON) /* band */
/linux-master/drivers/media/dvb-frontends/
H A Dm88ds3103.c1372 unsigned int utmp, tone, reg_a1_mask; local
1383 tone = 0;
1387 tone = 1;
1396 utmp = tone << 7 | dev->cfg->envelope_mode << 5;
H A Dsi21xx.c432 static int si21xx_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone) argument
440 switch (tone) {
H A Ds5h1420.c140 enum fe_sec_tone_mode tone)
145 switch(tone) {
269 /* setup for tone burst */
139 s5h1420_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone) argument
H A Dm88rs2000.c256 enum fe_sec_tone_mode tone)
266 switch (tone) {
255 m88rs2000_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone) argument
H A Dstb0899_drv.c1192 static int stb0899_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone) argument
1203 switch (tone) {
H A Dstv0910.c1637 static int set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone) argument
1642 switch (tone) {
H A Dmb86a16.c1572 static int mb86a16_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone) argument
1576 switch (tone) {
H A Dcxd2841er.c3675 enum fe_sec_tone_mode tone)
3680 dev_dbg(&priv->i2c->dev, "%s(): tone %s\n", __func__,
3681 (tone == SEC_TONE_ON ? "On" : "Off"));
3688 data = (tone == SEC_TONE_ON ? 1 : 0);
3674 cxd2841er_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone) argument
H A Dstv090x.c3738 static int stv090x_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone) argument
3744 switch (tone) {
/linux-master/drivers/media/pci/ttpci/
H A Dbudget.c114 * 22 kHz tone and DiSEqC are handled by the frontend.
153 enum fe_sec_tone_mode tone)
157 switch (tone) {
152 budget_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone) argument
/linux-master/sound/pci/asihpi/
H A Dhpicmn.c418 phr->u.c.param1 = pC->u.tone.state;
H A Dhpi_internal.h1349 struct hpi_control_cache_tonedetector tone; member in union:hpi_control_cache_single::__anon4127
/linux-master/sound/drivers/opl4/
H A Dopl4_synth.c514 /* set tone number (triggers header loading) */
517 (sound[i]->tone >> 8) & OPL4_TONE_NUMBER_BIT8;
521 sound[i]->tone & 0xff);
/linux-master/drivers/staging/media/av7110/
H A Dav7110.c1144 static int av7110_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone) argument
1148 switch (tone) {
2028 enum fe_sec_tone_mode tone)
2034 av7110->saved_tone = tone;
2035 ret = av7110->fe_set_tone(fe, tone);
2027 av7110_fe_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone) argument
/linux-master/drivers/media/pci/cx88/
H A Dcx88-dvb.c887 enum fe_sec_tone_mode tone)
894 switch (tone) {
886 samsung_smt_7020_set_tone(struct dvb_frontend *fe, enum fe_sec_tone_mode tone) argument

Completed in 247 milliseconds

123