Searched refs:reg_fdev (Results 1 – 1 of 1) sorted by relevance
| /linux/net/wireless/ |
| H A D | reg.c | 97 static struct faux_device *reg_fdev; variable 574 ret = kobject_uevent_env(®_fdev->dev.kobj, KOBJ_CHANGE, env); in call_crda() 770 if (request_firmware(&sig, "regulatory.db.p7s", ®_fdev->dev)) in regdb_has_valid_signature() 1051 ®_fdev->dev, GFP_KERNEL, in query_regdb_file() 1067 err = request_firmware(&fw, "regulatory.db", ®_fdev->dev); in reg_reload_regdb() 4292 if (!reg_fdev) in regulatory_init_db() 4297 faux_device_destroy(reg_fdev); in regulatory_init_db() 4305 faux_device_destroy(reg_fdev); in regulatory_init_db() 4334 reg_fdev = faux_device_create("regulatory", NULL, NULL); in regulatory_init() 4335 if (!reg_fdev) in regulatory_init() [all …]
|