Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/hp/
H A Dtc1100-wmi.c31 static struct platform_device *tc1100_device; variable
234 tc1100_device = platform_device_alloc("tc1100-wmi", PLATFORM_DEVID_NONE); in tc1100_init()
235 if (!tc1100_device) in tc1100_init()
238 error = platform_device_add(tc1100_device); in tc1100_init()
250 platform_device_del(tc1100_device); in tc1100_init()
252 platform_device_put(tc1100_device); in tc1100_init()
258 platform_device_unregister(tc1100_device); in tc1100_exit()