Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firmware/
Draspberrypi.c22 static struct platform_device *rpi_hwmon; variable
207 rpi_hwmon = platform_device_register_data(dev, "raspberrypi-hwmon", in rpi_register_hwmon_driver()
263 platform_device_unregister(rpi_hwmon); in rpi_firmware_remove()
264 rpi_hwmon = NULL; in rpi_firmware_remove()