Home
last modified time | relevance | path

Searched refs:attn (Results 1 – 17 of 17) sorted by relevance

/linux/Documentation/sound/cards/
H A Daudigy-mixer.rst276 * 0 - mono, A destination attn, default 255 (no attenuation)
277 * 1 - mono, B destination attn, default 255 (no attenuation)
278 * 2 - mono, C destination attn, default 0 (mute)
279 * 3 - mono, D destination attn, default 0 (mute)
280 * 4 - mono, E destination attn, default 0 (mute)
281 * 5 - mono, F destination attn, default 0 (mute)
282 * 6 - mono, G destination attn, default 0 (mute)
283 * 7 - mono, H destination attn, default 0 (mute)
284 * 8 - left, A destination attn, default 255 (no attenuation)
285 * 9 - left, B destination attn, default 0 (mute)
[all …]
H A Dsb-live-mixer.rst295 * 0 - mono, A destination attn, default 255 (no attenuation)
296 * 1 - mono, B destination attn, default 255 (no attenuation)
297 * 2 - mono, C destination attn, default 0 (mute)
298 * 3 - mono, D destination attn, default 0 (mute)
299 * 4 - left, A destination attn, default 255 (no attenuation)
300 * 5 - left, B destination attn, default 0 (mute)
301 * 6 - left, C destination attn, default 0 (mute)
302 * 7 - left, D destination attn, default 0 (mute)
303 * 8 - right, A destination attn, default 0 (mute)
304 * 9 - right, B destination attn, default 255 (no attenuation)
[all …]
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Deeti.txt9 - attn-gpios: A handle to a GPIO to check whether interrupt is still
28 attn-gpios = <&gpio 123 GPIO_ACTIVE_HIGH>;
H A Dsis_i2c.txt13 - attn-gpios: the gpio pin used as attention line
/linux/include/uapi/linux/genwqe/
H A Dgenwqe_card.h349 __u16 attn; /* attention code from processing */ member
416 __u16 attn; /* attention code from processing */ member
/linux/Documentation/devicetree/bindings/sound/
H A Dcs35l36.txt121 - cirrus,vpbr-max-attn : Maximum attenuation that the VP brownout prevention
132 - cirrus,vpbr-mute-en : During the attack state, if the vpbr-max-attn value
163 cirrus,vpbr-max-attn = <0x09>;
/linux/drivers/misc/genwqe/
H A Dcard_dev.c613 load->attn = req->attn; in do_flash_update()
731 load->attn = cmd->attn; in do_flash_read()
748 (cmd->attn != 0x02)) || /* Normally ignore CRC error */ in do_flash_read()
750 (cmd->attn != 0x00))) { /* Everything was fine */ in do_flash_read()
H A Dcard_ddcb.c342 req->cmd.attn = be16_to_cpu(pddcb->attn_16); in copy_ddcb_results()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c4161 static void bnx2x_attn_int_deasserted0(struct bnx2x *bp, u32 attn) in bnx2x_attn_int_deasserted0() argument
4170 if (attn & AEU_INPUTS_ATTN_BITS_SPIO5) { in bnx2x_attn_int_deasserted0()
4183 if ((attn & bp->link_vars.aeu_int_mask) && bp->port.pmf) { in bnx2x_attn_int_deasserted0()
4189 if (attn & HW_INTERRUPT_ASSERT_SET_0) { in bnx2x_attn_int_deasserted0()
4192 val &= ~(attn & HW_INTERRUPT_ASSERT_SET_0); in bnx2x_attn_int_deasserted0()
4196 (u32)(attn & HW_INTERRUPT_ASSERT_SET_0)); in bnx2x_attn_int_deasserted0()
4201 static void bnx2x_attn_int_deasserted1(struct bnx2x *bp, u32 attn) in bnx2x_attn_int_deasserted1() argument
4205 if (attn & AEU_INPUTS_ATTN_BITS_DOORBELLQ_HW_INTERRUPT) { in bnx2x_attn_int_deasserted1()
4214 if (attn & HW_INTERRUPT_ASSERT_SET_1) { in bnx2x_attn_int_deasserted1()
4223 val &= ~(attn & HW_INTERRUPT_ASSERT_SET_1); in bnx2x_attn_int_deasserted1()
[all …]
/linux/sound/pci/emu10k1/
H A Demumixer.c1631 ucontrol->value.integer.value[idx] = mix->attn[idx] * 0xffffU / 0x8000U; in snd_emu10k1_attn_get()
1647 if (mix->attn[idx] != val) { in snd_emu10k1_attn_put()
1648 mix->attn[idx] = val; in snd_emu10k1_attn_put()
1654 snd_emu10k1_ptr_write(emu, VTFT_VOLUMETARGET, mix->epcm->voices[0]->number, mix->attn[1]); in snd_emu10k1_attn_put()
1655 snd_emu10k1_ptr_write(emu, VTFT_VOLUMETARGET, mix->epcm->voices[0]->number + 1, mix->attn[2]); in snd_emu10k1_attn_put()
1657 snd_emu10k1_ptr_write(emu, VTFT_VOLUMETARGET, mix->epcm->voices[0]->number, mix->attn[0]); in snd_emu10k1_attn_put()
1822 ucontrol->value.integer.value[0] = mix->attn[0] * 0xffffU / 0x8000U; in snd_emu10k1_efx_attn_get()
1838 if (mix->attn[0] != val) { in snd_emu10k1_efx_attn_put()
1839 mix->attn[0] = val; in snd_emu10k1_efx_attn_put()
1844 snd_emu10k1_ptr_write(emu, VTFT_VOLUMETARGET, mix->epcm->voices[ch]->number, mix->attn[0]); in snd_emu10k1_efx_attn_put()
H A Demupcm.c648 vattn = mix->attn[tmp] << 16; in snd_emu10k1_playback_unmute_voice()
1168 mix->attn[0] = 0x8000; in snd_emu10k1_efx_playback_open()
1212 mix->attn[0] = mix->attn[1] = mix->attn[2] = 0x8000; in snd_emu10k1_playback_open()
/linux/drivers/pci/hotplug/
H A Dpciehp.h182 void pciehp_set_indicators(struct controller *ctrl, int pwr, int attn);
/linux/drivers/infiniband/hw/hfi1/
H A Dplatform.c646 u8 precur = 0, attn = 0, postcur = 0, external_device_config = 0; in apply_tunings() local
701 attn = tx_preset; in apply_tunings()
717 config_data = precur | (attn << 8) | (postcur << 16) | in apply_tunings()
/linux/drivers/atm/
H A Dsolos-pci.c341 char *str, *state_str, *snr, *attn; in process_status() local
396 attn = next_string(skb); in process_status()
397 if (!attn) in process_status()
402 snr[0]?", SNR ":"", snr, attn[0]?", Attn ":"", attn); in process_status()
/linux/arch/arm/boot/dts/intel/pxa/
H A Dpxa300-raumfeld-controller.dts200 attn-gpios = <&gpio 32 GPIO_ACTIVE_HIGH>;
/linux/drivers/scsi/mvsas/
H A Dmv_sas.c1877 bool attn = false; in mvs_int_rx() local
1907 attn = true; in mvs_int_rx()
1916 if (attn && self_clear) in mvs_int_rx()
/linux/include/sound/
H A Demu10k1.h1532 unsigned short attn[3]; member