Lines Matching refs:country_codes
269 memcpy(buf, acm->country_codes, acm->country_code_size); in wCountryCodes_show()
740 kfree(acm->country_codes); in acm_port_destruct()
1458 acm->country_codes = kmalloc(cfd->bLength - 4, GFP_KERNEL); in acm_probe()
1459 if (!acm->country_codes) in acm_probe()
1462 memcpy(acm->country_codes, (u8 *)&cfd->wCountyCode0, in acm_probe()
1468 kfree(acm->country_codes); in acm_probe()
1469 acm->country_codes = NULL; in acm_probe()
1478 kfree(acm->country_codes); in acm_probe()
1479 acm->country_codes = NULL; in acm_probe()
1525 if (acm->country_codes) { in acm_probe()
1569 if (acm->country_codes) { in acm_disconnect()