Lines Matching refs:hardware
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
43 or PTR_ERR for failure. If this registration function is used, hardware
63 hwmon_device_unregister deregisters a registered hardware monitoring device.
64 The parameter of this function is the pointer to the registered hardware
66 remove function if the hardware monitoring device was registered with
74 declare and use hardware monitoring sysfs attributes.