Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dtc1100-wmi.c31 static struct platform_device *tc1100_device; variable
236 tc1100_device = platform_device_alloc("tc1100-wmi", -1); in tc1100_init()
237 if (!tc1100_device) in tc1100_init()
240 error = platform_device_add(tc1100_device); in tc1100_init()
252 platform_device_del(tc1100_device); in tc1100_init()
254 platform_device_put(tc1100_device); in tc1100_init()
260 platform_device_unregister(tc1100_device); in tc1100_exit()