Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/platform/x86/
Dtc1100-wmi.c48 static struct platform_device *tc1100_device; variable
251 tc1100_device = platform_device_alloc("tc1100-wmi", -1); in tc1100_init()
252 if (!tc1100_device) in tc1100_init()
255 error = platform_device_add(tc1100_device); in tc1100_init()
267 platform_device_del(tc1100_device); in tc1100_init()
269 platform_device_put(tc1100_device); in tc1100_init()
275 platform_device_unregister(tc1100_device); in tc1100_exit()