Lines Matching refs:monitoring
9 This document describes the API that can be used by hardware monitoring
10 drivers that want to use the hardware monitoring framework.
12 This document does not describe what a hardware monitoring (hwmon) Driver or
14 to communicate with a hardware monitoring device. If you want to know this
22 Each hardware monitoring driver must #include <linux/hwmon.h> and, in most
40 hwmon_device_register registers a hardware monitoring device. The parameter
42 This function returns a pointer to the newly created hardware monitoring device
44 monitoring sysfs attributes are expected to have been created and attached to
63 hwmon_device_unregister deregisters a registered hardware monitoring device.
65 monitoring device structure. This function must be called from the driver
66 remove function if the hardware monitoring device was registered with
74 declare and use hardware monitoring sysfs attributes.