Apache/2.4.7 (Ubuntu) Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) safemode : OFF MySQL: ON | Perl: ON | cURL: OFF | WGet: ON > / usr / src / linux-headers-3.13.0-24 / arch / arm / include / asm / | server ip : 104.21.89.46 your ip : 172.70.100.88 H O M E |
Filename | /usr/src/linux-headers-3.13.0-24/arch/arm/include/asm/therm.h |
Size | 616 |
Permission | rw-r--r-- |
Owner | root : root |
Create time | 27-Apr-2025 09:50 |
Last modified | 20-Jan-2014 10:40 |
Last accessed | 07-Jul-2025 07:24 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
/*
* arch/arm/include/asm/therm.h: Definitions for Dallas Semiconductor
* DS1620 thermometer driver (as used in the Rebel.com NetWinder)
*/
#ifndef __ASM_THERM_H
#define __ASM_THERM_H
/* ioctl numbers for /dev/therm */
#define CMD_SET_THERMOSTATE 0x53
#define CMD_GET_THERMOSTATE 0x54
#define CMD_GET_STATUS 0x56
#define CMD_GET_TEMPERATURE 0x57
#define CMD_SET_THERMOSTATE2 0x58
#define CMD_GET_THERMOSTATE2 0x59
#define CMD_GET_TEMPERATURE2 0x5a
#define CMD_GET_FAN 0x5b
#define CMD_SET_FAN 0x5c
#define FAN_OFF 0
#define FAN_ON 1
#define FAN_ALWAYS_ON 2
struct therm {
int hi;
int lo;
};
#endif
* arch/arm/include/asm/therm.h: Definitions for Dallas Semiconductor
* DS1620 thermometer driver (as used in the Rebel.com NetWinder)
*/
#ifndef __ASM_THERM_H
#define __ASM_THERM_H
/* ioctl numbers for /dev/therm */
#define CMD_SET_THERMOSTATE 0x53
#define CMD_GET_THERMOSTATE 0x54
#define CMD_GET_STATUS 0x56
#define CMD_GET_TEMPERATURE 0x57
#define CMD_SET_THERMOSTATE2 0x58
#define CMD_GET_THERMOSTATE2 0x59
#define CMD_GET_TEMPERATURE2 0x5a
#define CMD_GET_FAN 0x5b
#define CMD_SET_FAN 0x5c
#define FAN_OFF 0
#define FAN_ON 1
#define FAN_ALWAYS_ON 2
struct therm {
int hi;
int lo;
};
#endif