Searched refs:reg_fdev (Results 1 – 1 of 1) sorted by relevance
| /linux/net/wireless/ |
| H A D | reg.c | 108 static struct faux_device *reg_fdev; variable 585 ret = kobject_uevent_env(®_fdev->dev.kobj, KOBJ_CHANGE, env); in call_crda() 781 if (request_firmware(&sig, "regulatory.db.p7s", ®_fdev->dev)) in regdb_has_valid_signature() 1062 ®_fdev->dev, GFP_KERNEL, in query_regdb_file() 1078 err = request_firmware(&fw, "regulatory.db", ®_fdev->dev); in reg_reload_regdb() 4284 if (!reg_fdev) in regulatory_init_db() 4289 faux_device_destroy(reg_fdev); in regulatory_init_db() 4297 faux_device_destroy(reg_fdev); in regulatory_init_db() 4326 reg_fdev = faux_device_create("regulatory", NULL, NULL); in regulatory_init() 4327 if (!reg_fdev) in regulatory_init() [all …]
|