Lines Matching refs:info
1203 static int hw_daio_init(struct hw *hw, const struct daio_conf *info)
1221 switch (info->msr) {
1254 static int hw_trn_init(struct hw *hw, const struct trn_conf *info)
1260 if ((~0UL) == info->vm_pgt_phys) {
1267 ptp_phys_low = (u32)info->vm_pgt_phys;
1268 ptp_phys_high = upper_32_bits(info->vm_pgt_phys);
1422 static int hw_dac_init(struct hw *hw, const struct dac_conf *info)
1452 switch (info->msr) {
1763 static int hw_adc_init(struct hw *hw, const struct adc_conf *info)
1766 return adc_init_SB055x(hw, info->input, info->mic20db);
1768 return adc_init_SBx(hw, info->input, info->mic20db);
1988 static int hw_card_init(struct hw *hw, struct card_conf *info)
2004 err = hw_pll_init(hw, info->rsr);
2045 trn_info.vm_pgt_phys = info->vm_pgt_phys;
2050 daio_info.msr = info->msr;
2055 dac_info.msr = info->msr;
2060 adc_info.msr = info->msr;
2089 static int hw_resume(struct hw *hw, struct card_conf *info)
2092 return hw_card_init(hw, info);