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()
795 if (request_firmware(&sig, "regulatory.db.p7s", ®_pdev->dev)) in regdb_has_valid_signature()
1073 ®_pdev->dev, GFP_KERNEL, in query_regdb_file()
1083 err = request_firmware(&fw, "regulatory.db", ®_pdev->dev); in reg_reload_regdb()
3931 if (IS_ERR_OR_NULL(reg_pdev)) in regulatory_init_db()
3942 platform_device_unregister(reg_pdev); in regulatory_init_db()
3971 reg_pdev = platform_device_register_simple("regulatory", 0, NULL, 0); in regulatory_init()
3972 if (IS_ERR(reg_pdev)) in regulatory_init()
3973 return PTR_ERR(reg_pdev); in regulatory_init()
4005 dev_set_uevent_suppress(®_pdev->dev, true); in regulatory_exit()
4007 platform_device_unregister(reg_pdev); in regulatory_exit()