Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dyogafan.c310 static struct platform_device *yoga_fan_device; variable
323 yoga_fan_device = platform_device_register_simple(DRVNAME, -1, NULL, 0); in yoga_fan_init()
324 if (IS_ERR(yoga_fan_device)) { in yoga_fan_init()
326 return PTR_ERR(yoga_fan_device); in yoga_fan_init()
333 platform_device_unregister(yoga_fan_device); in yoga_fan_exit()