Lines Matching full:monitoring
1 The Linux Hardware Monitoring kernel API
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
53 hwmon_device_register_with_groups registers a hardware monitoring device.
64 This function returns a pointer to the newly created hardware monitoring device
72 to register a hardware monitoring device. It creates the standard sysfs
73 attributes in the hardware monitoring core, letting the driver focus on reading
82 hwmon_device_unregister deregisters a registered hardware monitoring device.
84 monitoring device structure. This function must be called from the driver
85 remove function if the hardware monitoring device was registered with
101 hwmon_device_register_with_info() registers a hardware monitoring device.
113 This function returns a pointer to the created hardware monitoring device
166 The hardware monitoring sensor type.
295 Pointer to the hardware monitoring device.
318 Pointer to the hardware monitoring device.
338 If the hardware monitoring device is registered with
345 declare and use hardware monitoring sysfs attributes.