Home
last modified time | relevance | path

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

/net/wireless/
Dreg.c565 char country[12]; in call_crda() local
566 char *env[] = { country, NULL }; in call_crda()
569 snprintf(country, sizeof(country), "COUNTRY=%c%c", in call_crda()
653 struct fwdb_country country[]; member
707 const struct fwdb_country *country) in valid_country() argument
709 unsigned int ptr = be16_to_cpu(country->coll_ptr) << 2; in valid_country()
853 const struct fwdb_country *country; in valid_regdb() local
867 country = &hdr->country[0]; in valid_regdb()
868 while ((u8 *)(country + 1) <= data + size) { in valid_regdb()
869 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()