Searched refs:kempld_pdev (Results 1 – 1 of 1) sorted by relevance
130 static struct platform_device *kempld_pdev; variable143 kempld_pdev = platform_device_register_full(&pdevinfo); in kempld_create_platform_device()144 if (IS_ERR(kempld_pdev)) in kempld_create_platform_device()145 return PTR_ERR(kempld_pdev); in kempld_create_platform_device()416 if (IS_ERR_OR_NULL(kempld_pdev)) { in kempld_probe()428 } else if (kempld_pdev == pdev) { in kempld_probe()803 platform_device_unregister(kempld_pdev); in kempld_exit()