Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Demumixer.c1384 ucontrol->value.integer.value[idx] = mix->attn[idx]; in snd_emu10k1_attn_get()
1401 if (mix->attn[idx] != val) { in snd_emu10k1_attn_put()
1402 mix->attn[idx] = val; in snd_emu10k1_attn_put()
1408 snd_emu10k1_ptr_write(emu, VTFT_VOLUMETARGET, mix->epcm->voices[0]->number, mix->attn[1]); in snd_emu10k1_attn_put()
1409 snd_emu10k1_ptr_write(emu, VTFT_VOLUMETARGET, mix->epcm->voices[1]->number, mix->attn[2]); in snd_emu10k1_attn_put()
1411 snd_emu10k1_ptr_write(emu, VTFT_VOLUMETARGET, mix->epcm->voices[0]->number, mix->attn[0]); in snd_emu10k1_attn_put()
1586 ucontrol->value.integer.value[0] = mix->attn[0]; in snd_emu10k1_efx_attn_get()
1602 if (mix->attn[0] != val) { in snd_emu10k1_efx_attn_put()
1603 mix->attn[0] = val; in snd_emu10k1_efx_attn_put()
1608 snd_emu10k1_ptr_write(emu, VTFT_VOLUMETARGET, mix->epcm->voices[ch]->number, mix->attn[0]); in snd_emu10k1_efx_attn_put()
[all …]
H A Demupcm.c660 unsigned int attn, vattn; in snd_emu10k1_playback_prepare_voice() local
669 attn = extra ? 0 : 0x00ff; in snd_emu10k1_playback_prepare_voice()
671 vattn = mix != NULL ? (mix->attn[tmp] << 16) : 0; in snd_emu10k1_playback_prepare_voice()
672 snd_emu10k1_ptr_write(emu, IFATN, voice, attn); in snd_emu10k1_playback_prepare_voice()
1103 mix->attn[0] = 0xffff; in snd_emu10k1_efx_playback_open()
1150 mix->attn[0] = mix->attn[1] = mix->attn[2] = 0xffff; in snd_emu10k1_playback_open()
/OK3568_Linux_fs/kernel/include/uapi/linux/genwqe/
H A Dgenwqe_card.h349 __u16 attn; /* attention code from processing */ member
416 __u16 attn; /* attention code from processing */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/genwqe/
H A Dgenwqe_card.h349 __u16 attn; /* attention code from processing */ member
416 __u16 attn; /* attention code from processing */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/genwqe/
H A Dgenwqe_card.h349 __u16 attn; /* attention code from processing */ member
416 __u16 attn; /* attention code from processing */ member
/OK3568_Linux_fs/kernel/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>;
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/nis/files/
H A Dypbind.init58 echo -n " . . . . . . . . . . ${attn}/etc/yp.conf not found${norm}"
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c4163 static void bnx2x_attn_int_deasserted0(struct bnx2x *bp, u32 attn) in bnx2x_attn_int_deasserted0() argument
4172 if (attn & AEU_INPUTS_ATTN_BITS_SPIO5) { in bnx2x_attn_int_deasserted0()
4185 if ((attn & bp->link_vars.aeu_int_mask) && bp->port.pmf) { in bnx2x_attn_int_deasserted0()
4191 if (attn & HW_INTERRUPT_ASSERT_SET_0) { in bnx2x_attn_int_deasserted0()
4194 val &= ~(attn & HW_INTERRUPT_ASSERT_SET_0); in bnx2x_attn_int_deasserted0()
4198 (u32)(attn & HW_INTERRUPT_ASSERT_SET_0)); in bnx2x_attn_int_deasserted0()
4203 static void bnx2x_attn_int_deasserted1(struct bnx2x *bp, u32 attn) in bnx2x_attn_int_deasserted1() argument
4207 if (attn & AEU_INPUTS_ATTN_BITS_DOORBELLQ_HW_INTERRUPT) { in bnx2x_attn_int_deasserted1()
4216 if (attn & HW_INTERRUPT_ASSERT_SET_1) { in bnx2x_attn_int_deasserted1()
4225 val &= ~(attn & HW_INTERRUPT_ASSERT_SET_1); in bnx2x_attn_int_deasserted1()
[all …]
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dacpiphp_ibm.c63 u8 attn; member
220 if (ibm_slot->slot.attn & 0xa0 || ibm_slot->slot.status[1] & 0x08) in ibm_get_attention_status()
H A Dpciehp.h175 void pciehp_set_indicators(struct controller *ctrl, int pwr, int attn);
H A Dpciehp_hpc.c514 void pciehp_set_indicators(struct controller *ctrl, int pwr, int attn) in pciehp_set_indicators() argument
523 if (ATTN_LED(ctrl) && attn != INDICATOR_NOOP) { in pciehp_set_indicators()
524 cmd |= (attn & PCI_EXP_SLTCTL_AIC); in pciehp_set_indicators()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dplatform.c688 u8 precur = 0, attn = 0, postcur = 0, external_device_config = 0; in apply_tunings() local
743 attn = tx_preset; in apply_tunings()
759 config_data = precur | (attn << 8) | (postcur << 16) | in apply_tunings()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dpxa300-raumfeld-controller.dts200 attn-gpios = <&gpio 32 GPIO_ACTIVE_HIGH>;
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dtty3270.c94 int throttle, attn; /* tty throttle/unthrottle. */ member
692 tp->attn = 1; in tty3270_irq()
1825 if (tp->attn) in tty3270_unthrottle()
/OK3568_Linux_fs/kernel/drivers/scsi/mvsas/
H A Dmv_sas.c2047 bool attn = false; in mvs_int_rx() local
2077 attn = true; in mvs_int_rx()
2086 if (attn && self_clear) in mvs_int_rx()
/OK3568_Linux_fs/kernel/include/sound/
H A Demu10k1.h1534 unsigned short attn[3]; member
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DSGI-B-1.074 … License. You may obtain a copy of the License at Silicon Graphics, Inc., attn: Legal Services, 16…
H A DSGI-B-1.176 … License. You may obtain a copy of the License at Silicon Graphics, Inc., attn: Legal Services, 16…