Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Dtc1100-wmi.c48 static struct platform_device *tc1100_device; variable
253 tc1100_device = platform_device_alloc("tc1100-wmi", -1); in tc1100_init()
254 if (!tc1100_device) in tc1100_init()
257 error = platform_device_add(tc1100_device); in tc1100_init()
269 platform_device_del(tc1100_device); in tc1100_init()
271 platform_device_put(tc1100_device); in tc1100_init()
277 platform_device_unregister(tc1100_device); in tc1100_exit()