Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Ddell-smm-hwmon.c1424 static struct platform_device *dell_smm_device; variable
1456 dell_smm_device = platform_create_bundle(&dell_smm_driver, dell_smm_probe, NULL, 0, NULL, in i8k_init()
1459 return PTR_ERR_OR_ZERO(dell_smm_device); in i8k_init()
1464 platform_device_unregister(dell_smm_device); in i8k_exit()