Searched refs:s3_wmi_pdev (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/platform/surface/
H A Dsurface3-wmi.c51 static struct platform_device *s3_wmi_pdev; variable in typeref:struct:platform_device
257 s3_wmi_pdev = platform_device_alloc("surface3-wmi", -1);
258 if (!s3_wmi_pdev)
261 error = platform_device_add(s3_wmi_pdev);
273 platform_device_del(s3_wmi_pdev);
275 platform_device_put(s3_wmi_pdev);
281 platform_device_unregister(s3_wmi_pdev);

Completed in 124 milliseconds