Home
last modified time | relevance | path

Searched full:crosstalk (Results 1 – 18 of 18) sorted by relevance

/linux-6.12.1/arch/mips/include/asm/xtalk/
Dxwidget.h6 * xwidget.h - generic crosstalk widget header file, derived from IRIX
200 * according to the crosstalk spec, only 32-bits access to the widget
257 * Crosstalk Widget Hardware Identification, as defined in the Crosstalk spec.
Dxtalk.h6 * xtalk.h -- platform-independent crosstalk interface, derived from
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dnuvoton,nau8825.yaml170 nuvoton,crosstalk-enable:
172 make crosstalk function enable if set.
234 nuvoton,crosstalk-enable;
/linux-6.12.1/sound/soc/codecs/
Des8326.c54 unsigned int crosstalk; in es8326_crosstalk1_get() local
60 crosstalk = crosstalk_h >> 1 | crosstalk_l >> 4; in es8326_crosstalk1_get()
61 ucontrol->value.integer.value[0] = crosstalk; in es8326_crosstalk1_get()
72 unsigned int crosstalk; in es8326_crosstalk1_set() local
74 crosstalk = ucontrol->value.integer.value[0]; in es8326_crosstalk1_set()
76 crosstalk_h = (crosstalk & 0x10) << 1; in es8326_crosstalk1_set()
78 crosstalk_l |= (crosstalk & 0x0f) << 4; in es8326_crosstalk1_set()
92 unsigned int crosstalk; in es8326_crosstalk2_get() local
98 crosstalk = crosstalk_h | crosstalk_l; in es8326_crosstalk2_get()
99 ucontrol->value.integer.value[0] = crosstalk; in es8326_crosstalk2_get()
[all …]
Dnau8825.c354 * sidetone = 20 * log (original signal level / crosstalk signal level)
774 /* If the crosstalk is eanbled and the process is on going, in nau8825_xtalk_cancel()
775 * the driver forces to cancel the crosstalk task and in nau8825_xtalk_cancel()
1074 SOC_DOUBLE_TLV("Headphone Crosstalk Volume", NAU8825_REG_DAC_DGAIN_CTRL,
2022 /* crosstalk detection enable and process on going */ in nau8825_interrupt()
2762 dev_dbg(dev, "crosstalk-enable: %d\n", in nau8825_print_device_properties()
2831 "nuvoton,crosstalk-enable"); in nau8825_read_device_properties()
Dnau8821.c434 SOC_DOUBLE_TLV("Headphone Crosstalk Volume",
/linux-6.12.1/sound/pci/au88x0/
Dau8810.h76 #define OFFSET_XTALKOUT 0x66 /* crosstalk canceller (source) */
77 #define OFFSET_XTALKIN 0x96 /* crosstalk canceller (sink) */
Dau88x0_xtalk.h13 /* The crosstalk canceler supports 5 stereo input channels. The result is
Dau8830.h99 #define OFFSET_XTALKOUT 0x66 /* crosstalk canceller (source) 2 routes */
100 #define OFFSET_XTALKIN 0x96 /* crosstalk canceller (sink). 10 routes */
Dau88x0.h153 s8 mixxtlk[2]; /* crosstalk canceler mixer inputs. */
Dau88x0_core.c2087 // A3D (crosstalk canceler and A3D slices). AU8810 disabled for now. in vortex_connect_default()
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-iio-isl2950114 The agc gain read when measuring crosstalk shall be
/linux-6.12.1/arch/mips/sgi-ip30/
Dip30-xtalk.c3 * ip30-xtalk.c - Very basic Crosstalk (XIO) detection support.
/linux-6.12.1/arch/mips/include/asm/sn/sn0/
Dhubio.h316 #define IIO_IXCC 0x4001e0 /* Crosstalk credit count timeout */
319 #define IIO_IXTT 0x4001f0 /* Crosstalk tail timeout */
547 stall_ib: 1, /* Stall Ibuf (from crosstalk) */
/linux-6.12.1/drivers/media/i2c/
Dtvaudio.c558 #define TDA9855_SPAT_30 2 /* Spatial Stereo, 30% anti-phase crosstalk */
559 #define TDA9855_SPAT_50 3 /* Spatial Stereo, 52% anti-phase crosstalk */
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.c301 /* Cashe bit indicating need for crosstalk fix */ in ixgbe_start_hw_generic()
3250 * crosstalk fix
3286 /* If Crosstalk fix enabled do the sanity check of making sure in ixgbe_check_mac_link_generic()
/linux-6.12.1/include/uapi/linux/
Drkisp1-config.h575 * @ct_offset: Red, Green, Blue offsets for the crosstalk correction matrix
/linux-6.12.1/drivers/scsi/
Dscsi_transport_spi.c658 /* fill with crosstalk (alternating 0x5555 0xaaa) in spi_dv_device_echo_buffer()