Searched refs:reg_pdev (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/net/wireless/ |
D | reg.c | 106 static struct platform_device *reg_pdev; variable 583 ret = kobject_uevent_env(®_pdev->dev.kobj, KOBJ_CHANGE, env); in call_crda() 817 if (request_firmware(&sig, "regulatory.db.p7s", ®_pdev->dev)) in regdb_has_valid_signature() 1097 ®_pdev->dev, GFP_KERNEL, in query_regdb_file() 1109 err = request_firmware(&fw, "regulatory.db", ®_pdev->dev); in reg_reload_regdb() 4300 if (IS_ERR_OR_NULL(reg_pdev)) in regulatory_init_db() 4311 platform_device_unregister(reg_pdev); in regulatory_init_db() 4340 reg_pdev = platform_device_register_simple("regulatory", 0, NULL, 0); in regulatory_init() 4341 if (IS_ERR(reg_pdev)) in regulatory_init() 4342 return PTR_ERR(reg_pdev); in regulatory_init() [all …]
|