Home
last modified time | relevance | path

Searched refs:country (Results 1 – 4 of 4) sorted by relevance

/net/wireless/
Dreg.c545 char country[12]; in call_crda() local
546 char *env[] = { country, NULL }; in call_crda()
549 snprintf(country, sizeof(country), "COUNTRY=%c%c", in call_crda()
633 struct fwdb_country country[]; member
687 const struct fwdb_country *country) in valid_country() argument
689 unsigned int ptr = be16_to_cpu(country->coll_ptr) << 2; in valid_country()
831 const struct fwdb_country *country; in valid_regdb() local
845 country = &hdr->country[0]; in valid_regdb()
846 while ((u8 *)(country + 1) <= data + size) { in valid_regdb()
847 if (!country->coll_ptr) in valid_regdb()
[all …]
/net/bluetooth/hidp/
Dsock.c137 __u8 country; member
188 ca.country = ca32.country; in hidp_sock_compat_ioctl()
Dhidp.h95 __u8 country; member
Dcore.c781 hid->country = req->country; in hidp_setup_hid()