Home
last modified time | relevance | path

Searched refs:muted (Results 1 – 13 of 13) sorted by relevance

/drivers/media/radio/
Dradio-typhoon.c73 int muted; member
122 if (vol == 0 && !ty->muted) { in typhoon_s_mute_volume()
123 ty->muted = true; in typhoon_s_mute_volume()
126 if (vol && ty->muted) { in typhoon_s_mute_volume()
127 ty->muted = false; in typhoon_s_mute_volume()
Ddsbr100.c75 bool muted; member
86 if (!radio->muted) { in dsbr100_setfreq()
232 radio->muted = ctrl->val; in usb_dsbr100_s_ctrl()
233 return radio->muted ? dsbr100_stop(radio) : dsbr100_start(radio); in usb_dsbr100_s_ctrl()
276 if (!radio->muted && dsbr100_stop(radio) < 0) in usb_dsbr100_suspend()
290 if (!radio->muted && dsbr100_start(radio) < 0) in usb_dsbr100_resume()
383 radio->muted = true; in usb_dsbr100_probe()
Dradio-gemtek.c102 bool muted; member
155 mute = gt->muted ? GEMTEK_MT : 0x00; in gemtek_bu2614_transmit()
185 gt->muted = true; in gemtek_alloc()
196 if (hardmute && gt->muted) in gemtek_s_frequency()
219 gt->muted = mute; in gemtek_s_mute_volume()
Dradio-zoltrix.c77 bool muted; member
92 zol->muted = mute; in zoltrix_s_mute_volume()
160 return zoltrix_s_mute_volume(isa, zol->muted, zol->curvol); in zoltrix_s_frequency()
Dsaa7706h.c119 unsigned muted; member
292 state->muted = 0; in saa7706h_unmute()
305 state->muted = 1; in saa7706h_mute()
368 state->muted = 1; in saa7706h_probe()
Dradio-mr800.c127 int muted; member
186 radio->muted = mute; in amradio_set_mute()
433 if (!radio->muted) { in usb_amradio_suspend()
435 radio->muted = false; in usb_amradio_suspend()
452 if (!radio->muted) in usb_amradio_resume()
Dradio-keene.c60 bool muted; member
85 radio->buffer[5] = (radio->muted ? 4 : 8) | (play ? 1 : 2) | in keene_cmd_main()
239 radio->muted = ctrl->val; in keene_s_ctrl()
Dradio-ma901.c84 bool muted; member
DKconfig481 the device is muted. There should be no local radio station at that
/drivers/media/i2c/
Dwm8775.c85 int muted = 0 != state->mute->val; in wm8775_set_audio() local
94 if (muted || quietly) in wm8775_set_audio()
101 if (!muted) in wm8775_set_audio()
Dmsp3400-driver.c343 int reallymuted = state->muted->val | state->scan_in_progress; in msp_s_ctrl()
349 state->muted->val ? "on" : "off", in msp_s_ctrl()
401 state->muted->val = state->muted->cur.val; in msp_update_volume()
815 state->muted = v4l2_ctrl_new_std(hdl, &msp_ctrl_ops, in msp_probe()
Dmsp3400-driver.h103 struct v4l2_ctrl *muted; member
Dtvaudio.c129 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()