Home
last modified time | relevance | path

Searched refs:adv_voice_coef_length (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/isdn/hardware/eicon/
Ddivacapi.h378 byte adv_voice_coef_length; member
Dmessage.c3560 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()
[all …]