Lines Matching refs:reg_pdev
106 static struct platform_device *reg_pdev; variable
582 ret = kobject_uevent_env(®_pdev->dev.kobj, KOBJ_CHANGE, env); in call_crda()
814 if (request_firmware(&sig, "regulatory.db.p7s", ®_pdev->dev)) in regdb_has_valid_signature()
1092 ®_pdev->dev, GFP_KERNEL, in query_regdb_file()
1102 err = request_firmware(&fw, "regulatory.db", ®_pdev->dev); in reg_reload_regdb()
4231 if (IS_ERR_OR_NULL(reg_pdev)) in regulatory_init_db()
4242 platform_device_unregister(reg_pdev); in regulatory_init_db()
4271 reg_pdev = platform_device_register_simple("regulatory", 0, NULL, 0); in regulatory_init()
4272 if (IS_ERR(reg_pdev)) in regulatory_init()
4273 return PTR_ERR(reg_pdev); in regulatory_init()
4301 dev_set_uevent_suppress(®_pdev->dev, true); in regulatory_exit()
4303 platform_device_unregister(reg_pdev); in regulatory_exit()