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 some
45 hwmon_device_register_with_info registers a hardware monitoring device.
46 It creates the standard sysfs attributes in the hardware monitoring core,
56 All other hardware monitoring device registration functions are deprecated
59 hwmon_device_unregister deregisters a registered hardware monitoring device.
61 monitoring device structure. This function must be called from the driver
62 remove function if the hardware monitoring device was registered with
67 will be rejected. If NULL is passed as name parameter, the hardware monitoring
85 hwmon_device_register_with_info() registers a hardware monitoring device.
97 This function returns a pointer to the created hardware monitoring device
150 The hardware monitoring sensor type.
279 Pointer to the hardware monitoring device.
302 Pointer to the hardware monitoring device.
323 attributes since the hardware monitoring core creates those internally.
327 declare and use hardware monitoring sysfs attributes.