Symbol: hw20k2_i2c_read
sound/pci/ctxfi/cthw20k2.c
1670
if (hw20k2_i2c_read(hw, CS4382_MC1, &cs_read.mode_control_1))
sound/pci/ctxfi/cthw20k2.c
1673
if (hw20k2_i2c_read(hw, CS4382_MC2, &cs_read.mode_control_2))
sound/pci/ctxfi/cthw20k2.c
1676
if (hw20k2_i2c_read(hw, CS4382_MC3, &cs_read.mode_control_3))
sound/pci/ctxfi/cthw20k2.c
1679
if (hw20k2_i2c_read(hw, CS4382_FC, &cs_read.filter_control))
sound/pci/ctxfi/cthw20k2.c
1682
if (hw20k2_i2c_read(hw, CS4382_IC, &cs_read.invert_control))
sound/pci/ctxfi/cthw20k2.c
1685
if (hw20k2_i2c_read(hw, CS4382_XC1, &cs_read.mix_control_P1))
sound/pci/ctxfi/cthw20k2.c
1688
if (hw20k2_i2c_read(hw, CS4382_VCA1, &cs_read.vol_control_A1))
sound/pci/ctxfi/cthw20k2.c
1691
if (hw20k2_i2c_read(hw, CS4382_VCB1, &cs_read.vol_control_B1))
sound/pci/ctxfi/cthw20k2.c
1694
if (hw20k2_i2c_read(hw, CS4382_XC2, &cs_read.mix_control_P2))
sound/pci/ctxfi/cthw20k2.c
1697
if (hw20k2_i2c_read(hw, CS4382_VCA2, &cs_read.vol_control_A2))
sound/pci/ctxfi/cthw20k2.c
1700
if (hw20k2_i2c_read(hw, CS4382_VCB2, &cs_read.vol_control_B2))
sound/pci/ctxfi/cthw20k2.c
1703
if (hw20k2_i2c_read(hw, CS4382_XC3, &cs_read.mix_control_P3))
sound/pci/ctxfi/cthw20k2.c
1706
if (hw20k2_i2c_read(hw, CS4382_VCA3, &cs_read.vol_control_A3))
sound/pci/ctxfi/cthw20k2.c
1709
if (hw20k2_i2c_read(hw, CS4382_VCB3, &cs_read.vol_control_B3))
sound/pci/ctxfi/cthw20k2.c
1712
if (hw20k2_i2c_read(hw, CS4382_XC4, &cs_read.mix_control_P4))
sound/pci/ctxfi/cthw20k2.c
1715
if (hw20k2_i2c_read(hw, CS4382_VCA4, &cs_read.vol_control_A4))
sound/pci/ctxfi/cthw20k2.c
1718
if (hw20k2_i2c_read(hw, CS4382_VCB4, &cs_read.vol_control_B4))