Searched refs:vcf (Results 1 - 2 of 2) sorted by relevance

/drivers/isdn/hisax/
H A Dhfc_usb.c1266 int i, idx, alt_idx, probe_alt_setting, vend_idx, cfg_used, *vcf, local
1302 vcf = validconf[cfg_used];
1306 memcpy(cmptbl, vcf, 16 * sizeof(int));
1333 && (ep->desc.bInterval < vcf[17])) {
1364 vcf = validconf[small_match];
1376 if (vcf[idx] != EP_NOP
1377 && vcf[idx] != EP_NUL) {
1476 context->cfg_used = vcf[16]; /* store used config */
/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c1940 probe_alt_setting, vend_idx, cfg_used, *vcf, attr, cfg_found, local
1981 vcf = validconf[cfg_used];
1983 memcpy(cmptbl, vcf, 16 * sizeof(int));
2009 ep->desc.bInterval < vcf[17]) {
2043 vcf = validconf[small_match];
2056 if (vcf[idx] == EP_NOP || vcf[idx] == EP_NUL) {
2104 hw->cfg_used = vcf[16]; /* store used config */

Completed in 27 milliseconds