Lines Matching defs:hw20k2_i2c_read
1526 static int hw20k2_i2c_read(struct hw *hw, u16 addr, u32 *datap)
1657 if (hw20k2_i2c_read(hw, CS4382_MC1, &cs_read.mode_control_1))
1660 if (hw20k2_i2c_read(hw, CS4382_MC2, &cs_read.mode_control_2))
1663 if (hw20k2_i2c_read(hw, CS4382_MC3, &cs_read.mode_control_3))
1666 if (hw20k2_i2c_read(hw, CS4382_FC, &cs_read.filter_control))
1669 if (hw20k2_i2c_read(hw, CS4382_IC, &cs_read.invert_control))
1672 if (hw20k2_i2c_read(hw, CS4382_XC1, &cs_read.mix_control_P1))
1675 if (hw20k2_i2c_read(hw, CS4382_VCA1, &cs_read.vol_control_A1))
1678 if (hw20k2_i2c_read(hw, CS4382_VCB1, &cs_read.vol_control_B1))
1681 if (hw20k2_i2c_read(hw, CS4382_XC2, &cs_read.mix_control_P2))
1684 if (hw20k2_i2c_read(hw, CS4382_VCA2, &cs_read.vol_control_A2))
1687 if (hw20k2_i2c_read(hw, CS4382_VCB2, &cs_read.vol_control_B2))
1690 if (hw20k2_i2c_read(hw, CS4382_XC3, &cs_read.mix_control_P3))
1693 if (hw20k2_i2c_read(hw, CS4382_VCA3, &cs_read.vol_control_A3))
1696 if (hw20k2_i2c_read(hw, CS4382_VCB3, &cs_read.vol_control_B3))
1699 if (hw20k2_i2c_read(hw, CS4382_XC4, &cs_read.mix_control_P4))
1702 if (hw20k2_i2c_read(hw, CS4382_VCA4, &cs_read.vol_control_A4))
1705 if (hw20k2_i2c_read(hw, CS4382_VCB4, &cs_read.vol_control_B4))