Lines Matching refs:deviceIndex
163 rc = tfa2_dev_start(&s_devs[handle->config->deviceIndex], s_TFA9XXX_start_profile, 0); in TFA9XXX_Start()
187 rc = tfa2_dev_stop(&s_devs[handle->config->deviceIndex]); in TFA9XXX_Stop()
211 rc = tfa2_dev_set_state(&s_devs[handle->config->deviceIndex], TFA_STATE_RESET); in TFA9XXX_Reset()
234 rc = tfa2_dev_mute(&s_devs[handle->config->deviceIndex], isMute); in TFA9XXX_SetMute()
258 tfa9xxx_device_t *tfa = &s_devs[handle->config->deviceIndex]; in TFA9XXX_CreatePlatform()
309 tfa9xxx_device_t *tfa = &s_devs[handle->config->deviceIndex]; in TFA9XXX_PreStartConfigure()
369 tfa9xxx_device_t *tfa = &s_devs[handle->config->deviceIndex]; in TFA9XXX_CheckCalibrationStatus()
423 tfa9xxx_device_t *tfa = &s_devs[handle->config->deviceIndex]; in TFA9XXX_CalibrateSpeakerBoost()
468 tfa9xxx_device_t *tfa = &s_devs[handle->config->deviceIndex]; in TFA9XXX_HardcodeCalibrationValue()
617 …rc = tfa2_i2c_write_bf_volatile(s_devs[handle->config->deviceIndex].i2c, TFA9XXX_BF_VOL, VolumeTab… in TFA9XXX_SetVolume()
644 tfa9xxx_device_t *tfa = &s_devs[handle->config->deviceIndex]; in TFA9XXX_SetPlayChannel()
706 rc = tfa2_dev_status(&s_devs[handle->config->deviceIndex]); in TFA9XXX_GetStatus()