Searched refs:tink_keys_pdev (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/platform/x86/
H A Dmeraki-mx100.c162 static struct platform_device *tink_keys_pdev; variable in typeref:struct:platform_device
201 tink_keys_pdev = tink_create_dev("gpio-keys-polled",
203 if (IS_ERR(tink_keys_pdev)) {
204 ret = PTR_ERR(tink_keys_pdev);
220 platform_device_unregister(tink_keys_pdev);

Completed in 251 milliseconds