Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firmware/
Draspberrypi.c26 static struct platform_device *rpi_hwmon; variable
204 rpi_hwmon = platform_device_register_data(dev, "raspberrypi-hwmon", in rpi_register_hwmon_driver()
243 platform_device_unregister(rpi_hwmon); in rpi_firmware_remove()
244 rpi_hwmon = NULL; in rpi_firmware_remove()