Lines Matching full:hardware
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
48 hwmon_device_register_with_info registers a hardware monitoring device.
49 It creates the standard sysfs attributes in the hardware monitoring core,
59 All other hardware monitoring device registration functions are deprecated
62 hwmon_device_unregister deregisters a registered hardware monitoring device.
63 The parameter of this function is the pointer to the registered hardware
65 remove function if the hardware monitoring device was registered with
70 will be rejected. If NULL is passed as name parameter, the hardware monitoring
86 hardware monitoring device, accesses using the associated access functions
87 are serialised by the hardware monitoring core. If a driver needs locking
95 hwmon_device_register_with_info() registers a hardware monitoring device.
107 This function returns a pointer to the created hardware monitoring device
160 The hardware monitoring sensor type.
290 Pointer to the hardware monitoring device.
315 Pointer to the hardware monitoring device.
336 attributes since the hardware monitoring core creates those internally.
340 declare and use hardware monitoring sysfs attributes.