Lines Matching refs:reg_pdev
106 static struct platform_device *reg_pdev; variable
563 ret = kobject_uevent_env(®_pdev->dev.kobj, KOBJ_CHANGE, env); in call_crda()
797 if (request_firmware(&sig, "regulatory.db.p7s", ®_pdev->dev)) in regdb_has_valid_signature()
1079 ®_pdev->dev, GFP_KERNEL, in query_regdb_file()
1093 err = request_firmware(&fw, "regulatory.db", ®_pdev->dev); in reg_reload_regdb()
4184 if (IS_ERR_OR_NULL(reg_pdev)) in regulatory_init_db()
4195 platform_device_unregister(reg_pdev); in regulatory_init_db()
4224 reg_pdev = platform_device_register_simple("regulatory", 0, NULL, 0); in regulatory_init()
4225 if (IS_ERR(reg_pdev)) in regulatory_init()
4226 return PTR_ERR(reg_pdev); in regulatory_init()
4258 dev_set_uevent_suppress(®_pdev->dev, true); in regulatory_exit()
4260 platform_device_unregister(reg_pdev); in regulatory_exit()