Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/platform/x86/
Dtc1100-wmi.c51 static struct platform_device *tc1100_device; variable
255 tc1100_device = platform_device_alloc("tc1100-wmi", -1); in tc1100_init()
256 if (!tc1100_device) in tc1100_init()
259 error = platform_device_add(tc1100_device); in tc1100_init()
271 platform_device_del(tc1100_device); in tc1100_init()
273 platform_device_put(tc1100_device); in tc1100_init()
279 platform_device_unregister(tc1100_device); in tc1100_exit()