Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Ddell-smm-hwmon.c1600 static struct platform_device *dell_smm_device; variable
1734 dell_smm_device = platform_create_bundle(&dell_smm_driver, dell_smm_probe, NULL, 0, NULL, in i8k_init()
1737 return PTR_ERR_OR_ZERO(dell_smm_device); in i8k_init()
1742 if (dell_smm_device) { in i8k_exit()
1743 platform_device_unregister(dell_smm_device); in i8k_exit()