Lines Matching refs:adv_voice_coef_length
3685 a->adv_voice_coef_length = m->info[2] - 1; in manufacturer_req()
3686 if (a->adv_voice_coef_length > m->length - 3) in manufacturer_req()
3687 a->adv_voice_coef_length = (byte)(m->length - 3); in manufacturer_req()
3688 if (a->adv_voice_coef_length > ADV_VOICE_COEF_BUFFER_SIZE) in manufacturer_req()
3689 a->adv_voice_coef_length = ADV_VOICE_COEF_BUFFER_SIZE; in manufacturer_req()
3690 for (i = 0; i < a->adv_voice_coef_length; i++) in manufacturer_req()
11087 && (ADV_VOICE_NEW_COEF_BASE + sizeof(word) <= a->adv_voice_coef_length)) in xconnect_write_coefs_process()
11131 if (ADV_VOICE_NEW_COEF_BASE + sizeof(word) + w < a->adv_voice_coef_length) in xconnect_write_coefs_process()
11193 && (ADV_VOICE_NEW_COEF_BASE + sizeof(word) <= a->adv_voice_coef_length)) in xconnect_write_coefs_process()
11232 if (ADV_VOICE_NEW_COEF_BASE + sizeof(word) + w < a->adv_voice_coef_length) in xconnect_write_coefs_process()
13092 while (i + sizeof(word) <= a->adv_voice_coef_length) in adv_voice_write_coefs()
13179 if (ADV_VOICE_NEW_COEF_BASE + sizeof(word) <= a->adv_voice_coef_length) in adv_voice_write_coefs()
13204 *(p++) = (ADV_VOICE_NEW_COEF_BASE + sizeof(word) + n < a->adv_voice_coef_length) ? in adv_voice_write_coefs()
13211 for (i = ADV_VOICE_NEW_COEF_BASE; i < a->adv_voice_coef_length; i++) in adv_voice_write_coefs()
13218 for (i = ADV_VOICE_NEW_COEF_BASE; i < a->adv_voice_coef_length; i++) in adv_voice_write_coefs()
13242 a->adv_voice_coef_length = 0; in adv_voice_clear_config()