Home
last modified time | relevance | path

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

/linux-4.4.14/net/wireless/
Dreg.c110 static struct platform_device *reg_pdev; variable
590 ret = kobject_uevent_env(&reg_pdev->dev.kobj, KOBJ_CHANGE, env); in call_crda()
3207 reg_pdev = platform_device_register_simple("regulatory", 0, NULL, 0); in regulatory_init()
3208 if (IS_ERR(reg_pdev)) in regulatory_init()
3209 return PTR_ERR(reg_pdev); in regulatory_init()
3226 platform_device_unregister(reg_pdev); in regulatory_init()
3264 dev_set_uevent_suppress(&reg_pdev->dev, true); in regulatory_exit()
3266 platform_device_unregister(reg_pdev); in regulatory_exit()