Lines Matching refs:country_codes
270 memcpy(buf, acm->country_codes, acm->country_code_size); in wCountryCodes_show()
747 kfree(acm->country_codes); in acm_port_destruct()
1463 acm->country_codes = kmalloc(cfd->bLength - 4, GFP_KERNEL); in acm_probe()
1464 if (!acm->country_codes) in acm_probe()
1467 memcpy(acm->country_codes, (u8 *)&cfd->wCountyCode0, in acm_probe()
1473 kfree(acm->country_codes); in acm_probe()
1474 acm->country_codes = NULL; in acm_probe()
1483 kfree(acm->country_codes); in acm_probe()
1484 acm->country_codes = NULL; in acm_probe()
1535 if (acm->country_codes) { in acm_probe()
1578 if (acm->country_codes) { in acm_disconnect()