Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/bktr/
HDmsp34xx.c124 int muted; member
331 int muted, int left, int right) in msp3400c_setvolume() argument
335 if (!muted) { in msp3400c_setvolume()
344 muted ? "on" : "off", left, right, val>>8, balance); in msp3400c_setvolume()
737 msp3400c_setvolume(client, msp->muted, 0, 0); in msp3400c_thread()
880 msp3400c_setvolume(client, msp->muted, msp->left, msp->right); in msp3400c_thread()
1110 msp3400c_setvolume(client, msp->muted, msp->left, msp->right); in msp3410d_thread()
1235 msp3400c_setvolume(client,msp->muted,0,0); in msp_wake_thread()
1246 msp3400c_setvolume(client,msp->muted,0,0); in msp_halt_thread()
/freebsd-11-stable/sys/dev/sound/pci/
HDvia8233.c755 via8233chan_mute(struct via_info *via, struct via_chinfo *ch, int muted) in via8233chan_mute() argument
759 muted = (muted) ? VIA8233_DXS_MUTE : 0; in via8233chan_mute()
760 via_wr(via, ch->rbase + VIA8233_RP_DXS_LVOL, muted, 1); in via8233chan_mute()
761 via_wr(via, ch->rbase + VIA8233_RP_DXS_RVOL, muted, 1); in via8233chan_mute()
764 if (r != muted) in via8233chan_mute()
/freebsd-11-stable/stand/i386/btx/btxldr/
HDbtxldr.S73 setnz muted # for RBX_MUTE, set flag
/freebsd-11-stable/sys/dev/sound/pci/hda/
HDhdaa.h142 uint32_t muted; member
HDhdaa.c1685 ctl->muted = mute; in hdaa_audio_ctl_amp_set()
1697 lmute = HDAA_AMP_LEFT_MUTED(ctl->muted); in hdaa_audio_ctl_amp_set()
1698 rmute = HDAA_AMP_RIGHT_MUTED(ctl->muted); in hdaa_audio_ctl_amp_set()
2685 int i, muted; in hdaa_audio_ctl_recsel_comm() local
2718 muted = (src & cw->ossmask) ? 0 : 1; in hdaa_audio_ctl_recsel_comm()
2719 if (muted != ctl->forcemute) { in hdaa_audio_ctl_recsel_comm()
2720 ctl->forcemute = muted; in hdaa_audio_ctl_recsel_comm()
2730 nid, i, muted?"mute":"unmute"); in hdaa_audio_ctl_recsel_comm()
4195 ctl->muted = HDAA_AMP_MUTE_ALL; in hdaa_audio_disable_useless()
4330 ctl->muted = HDAA_AMP_MUTE_ALL; in hdaa_audio_disable_unas()
[all …]
/freebsd-11-stable/stand/common/
HDhelp.common201 All console output is suppressed when console is muted.
/freebsd-11-stable/sys/cam/scsi/
HDscsi_ses.h1399 GEN_SES_STATUS_AUDIBLE_ALARM_ACCESSORS(muted, MUTED)