Lines Matching defs:regdb
582 static const struct fwdb_header *regdb;
922 const struct fwdb_header *hdr = regdb;
925 if (!regdb)
928 if (IS_ERR(regdb))
929 return PTR_ERR(regdb);
934 return __regdb_query_wmm(regdb, country, freq, rule);
1001 const struct fwdb_header *hdr = regdb;
1006 if (IS_ERR(regdb))
1007 return PTR_ERR(regdb);
1012 return regdb_query_country(regdb, country);
1034 if (regdb && !IS_ERR(regdb)) {
1042 regdb = ERR_PTR(set_error);
1046 regdb = db;
1071 if (regdb)
1109 if (!IS_ERR_OR_NULL(regdb))
1110 kfree(regdb);
1111 regdb = db;
4279 if (!IS_ERR_OR_NULL(regdb))
4280 kfree(regdb);