Home
last modified time | relevance | path

Searched refs:attn (Results 1 – 12 of 12) 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/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()
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dsis_i2c.txt13 - attn-gpios: the gpio pin used as attention line
/linux/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.h182 void pciehp_set_indicators(struct controller *ctrl, int pwr, int attn);
H A Dpciehp_hpc.c512 void pciehp_set_indicators(struct controller *ctrl, int pwr, int attn) in pciehp_set_indicators() argument
521 if (ATTN_LED(ctrl) && attn != INDICATOR_NOOP) { in pciehp_set_indicators()
522 cmd |= (attn & PCI_EXP_SLTCTL_AIC); in pciehp_set_indicators()
/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>;