Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dreg.c97 static struct faux_device *reg_fdev;
574 ret = kobject_uevent_env(&reg_fdev->dev.kobj, KOBJ_CHANGE, env); in call_crda()
770 if (request_firmware(&sig, "regulatory.db.p7s", &reg_fdev->dev)) in load_builtin_regdb_keys()
1051 &reg_fdev->dev, GFP_KERNEL, in query_regdb_file()
1067 err = request_firmware(&fw, "regulatory.db", &reg_fdev->dev); in query_regdb_file()
4288 if (!reg_fdev) in regulatory_init_db()
4293 faux_device_destroy(reg_fdev); in regulatory_init_db()
4301 faux_device_destroy(reg_fdev); in regulatory_init_db()
4330 reg_fdev = faux_device_create("regulatory", NULL, NULL); in regulatory_init()
4331 if (!reg_fdev) in regulatory_init()
108 static struct faux_device *reg_fdev; global() variable
[all...]