Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dreg.c108 static struct faux_device *reg_fdev; variable
585 ret = kobject_uevent_env(&reg_fdev->dev.kobj, KOBJ_CHANGE, env); in call_crda()
781 if (request_firmware(&sig, "regulatory.db.p7s", &reg_fdev->dev)) in regdb_has_valid_signature()
1062 &reg_fdev->dev, GFP_KERNEL, in query_regdb_file()
1078 err = request_firmware(&fw, "regulatory.db", &reg_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 …]