/Linux-v4.19/drivers/media/radio/ |
D | radio-typhoon.c | 72 int muted; member 121 if (vol == 0 && !ty->muted) { in typhoon_s_mute_volume() 122 ty->muted = true; in typhoon_s_mute_volume() 125 if (vol && ty->muted) { in typhoon_s_mute_volume() 126 ty->muted = false; in typhoon_s_mute_volume()
|
D | dsbr100.c | 84 bool muted; member 95 if (!radio->muted) { in dsbr100_setfreq() 243 radio->muted = ctrl->val; in usb_dsbr100_s_ctrl() 244 return radio->muted ? dsbr100_stop(radio) : dsbr100_start(radio); in usb_dsbr100_s_ctrl() 287 if (!radio->muted && dsbr100_stop(radio) < 0) in usb_dsbr100_suspend() 301 if (!radio->muted && dsbr100_start(radio) < 0) in usb_dsbr100_resume() 392 radio->muted = true; in usb_dsbr100_probe()
|
D | radio-gemtek.c | 101 bool muted; member 154 mute = gt->muted ? GEMTEK_MT : 0x00; in gemtek_bu2614_transmit() 184 gt->muted = true; in gemtek_alloc() 195 if (hardmute && gt->muted) in gemtek_s_frequency() 218 gt->muted = mute; in gemtek_s_mute_volume()
|
D | radio-zoltrix.c | 76 bool muted; member 91 zol->muted = mute; in zoltrix_s_mute_volume() 159 return zoltrix_s_mute_volume(isa, zol->muted, zol->curvol); in zoltrix_s_frequency()
|
D | saa7706h.c | 127 unsigned muted; member 300 state->muted = 0; in saa7706h_unmute() 313 state->muted = 1; in saa7706h_mute() 376 state->muted = 1; in saa7706h_probe()
|
D | radio-mr800.c | 136 int muted; member 195 radio->muted = mute; in amradio_set_mute() 445 if (!radio->muted) { in usb_amradio_suspend() 447 radio->muted = false; in usb_amradio_suspend() 464 if (!radio->muted) in usb_amradio_resume()
|
D | radio-keene.c | 69 bool muted; member 94 radio->buffer[5] = (radio->muted ? 4 : 8) | (play ? 1 : 2) | in keene_cmd_main() 250 radio->muted = ctrl->val; in keene_s_ctrl()
|
D | radio-ma901.c | 93 bool muted; member
|
D | Kconfig | 481 the device is muted. There should be no local radio station at that
|
/Linux-v4.19/drivers/media/i2c/ |
D | wm8775.c | 94 int muted = 0 != state->mute->val; in wm8775_set_audio() local 103 if (muted || quietly) in wm8775_set_audio() 110 if (!muted) in wm8775_set_audio()
|
D | msp3400-driver.c | 352 int reallymuted = state->muted->val | state->scan_in_progress; in msp_s_ctrl() 358 state->muted->val ? "on" : "off", in msp_s_ctrl() 410 state->muted->val = state->muted->cur.val; in msp_update_volume() 822 state->muted = v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe()
|
D | msp3400-driver.h | 97 struct v4l2_ctrl *muted; member
|
D | tvaudio.c | 129 u16 muted; member 1751 chip->muted = ctrl->val; in tvaudio_s_ctrl() 1752 if (chip->muted) in tvaudio_s_ctrl() 1806 if (chip->muted) in tvaudio_s_routing()
|
/Linux-v4.19/sound/soc/omap/ |
D | ams-delta.c | 264 int muted; in cx81801_timeout() local 268 muted = ams_delta_muted; in cx81801_timeout() 273 if (!muted) in cx81801_timeout()
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | si476x.rst | 50 0x05 smute 0 - Audio is not soft muted 51 1 - Audio is soft muted
|
D | cx2341x.rst | 2107 0 '0'=video not muted 2108 '1'=video muted, creates frames with the YUV color defined below 2129 - 0=audio not muted 2130 - 1=audio muted (produces silent mpeg audio stream) 2237 Specifies the number of muted audio frames to play before normal 2359 Specifies the number of muted audio frames to play before normal audio
|
D | bttv.rst | 474 mixer settings too. ALSA for example has everything muted by default.
|
/Linux-v4.19/Documentation/sound/cards/ |
D | mixart.rst | 45 can be muted for each stream to use 8 analog/digital outputs separately.
|
D | hdspm.rst | 243 is channel muted 0 and 32768 an amplification of 1. 369 channels have to be muted on after loading the driver, but was
|
/Linux-v4.19/Documentation/sound/hd-audio/ |
D | controls.rst | 24 "Disabled" and "Enabled" state. When enabled, the speaker is muted
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-decoder-cmd.rst | 162 muted when playing back at a non-standard speed.
|
D | extended-controls.rst | 635 unmuted, 1 = muted. 770 muted.
|
/Linux-v4.19/sound/pci/hda/ |
D | patch_sigmatel.c | 384 int muted = !enabled; in stac_update_led_status() local 391 muted = !muted; in stac_update_led_status() 394 if (muted) in stac_update_led_status() 401 spec->vref_led = muted ? AC_PINCTL_VREF_50 : AC_PINCTL_VREF_GRD; in stac_update_led_status()
|
/Linux-v4.19/sound/sparc/ |
D | dbri.c | 1380 static void cs4215_setdata(struct snd_dbri *dbri, int muted) in cs4215_setdata() argument 1382 if (muted) { in cs4215_setdata()
|