Lines Matching refs:country_codes
269 memcpy(buf, acm->country_codes, acm->country_code_size);
740 kfree(acm->country_codes);
1461 acm->country_codes = kmalloc(cfd->bLength - 4, GFP_KERNEL);
1462 if (!acm->country_codes)
1465 memcpy(acm->country_codes, (u8 *)&cfd->wCountyCode0,
1471 kfree(acm->country_codes);
1472 acm->country_codes = NULL;
1481 kfree(acm->country_codes);
1482 acm->country_codes = NULL;
1528 if (acm->country_codes) {
1572 if (acm->country_codes) {