Lines Matching refs:adv_voice_coef_length
3560 a->adv_voice_coef_length = m->info[2] - 1; in manufacturer_req()
3561 if (a->adv_voice_coef_length > m->length - 3) in manufacturer_req()
3562 a->adv_voice_coef_length = (byte)(m->length - 3); in manufacturer_req()
3563 if (a->adv_voice_coef_length > ADV_VOICE_COEF_BUFFER_SIZE) in manufacturer_req()
3564 a->adv_voice_coef_length = ADV_VOICE_COEF_BUFFER_SIZE; in manufacturer_req()
3565 for (i = 0; i < a->adv_voice_coef_length; i++) in manufacturer_req()
10951 && (ADV_VOICE_NEW_COEF_BASE + sizeof(word) <= a->adv_voice_coef_length)) in xconnect_write_coefs_process()
10995 if (ADV_VOICE_NEW_COEF_BASE + sizeof(word) + w < a->adv_voice_coef_length) in xconnect_write_coefs_process()
11057 && (ADV_VOICE_NEW_COEF_BASE + sizeof(word) <= a->adv_voice_coef_length)) in xconnect_write_coefs_process()
11096 if (ADV_VOICE_NEW_COEF_BASE + sizeof(word) + w < a->adv_voice_coef_length) in xconnect_write_coefs_process()
12967 while (i + sizeof(word) <= a->adv_voice_coef_length) in adv_voice_write_coefs()
13054 if (ADV_VOICE_NEW_COEF_BASE + sizeof(word) <= a->adv_voice_coef_length) in adv_voice_write_coefs()
13079 *(p++) = (ADV_VOICE_NEW_COEF_BASE + sizeof(word) + n < a->adv_voice_coef_length) ? in adv_voice_write_coefs()
13086 for (i = ADV_VOICE_NEW_COEF_BASE; i < a->adv_voice_coef_length; i++) in adv_voice_write_coefs()
13093 for (i = ADV_VOICE_NEW_COEF_BASE; i < a->adv_voice_coef_length; i++) in adv_voice_write_coefs()
13117 a->adv_voice_coef_length = 0; in adv_voice_clear_config()