Lines Matching full:monitor
79 /* Monitor type of i2c child device.
83 #define PCF8584_GLOBALADDR_TYPE 6 /* global address monitor */
84 #define PCF8584_FANSTAT_TYPE 3 /* fan status monitor */
85 #define PCF8584_VOLTAGE_TYPE 2 /* voltage monitor */
86 #define PCF8584_TEMP_TYPE 1 /* temperature monitor*/
88 /* Monitor type of i2c child device.
92 #define ENVCTRL_CPUTEMP_MON 1 /* cpu temperature monitor */
93 #define ENVCTRL_CPUVOLTAGE_MON 2 /* voltage monitor */
94 #define ENVCTRL_FANSTAT_MON 3 /* fan status monitor */
96 /* monitor */
97 #define ENVCTRL_VOLTAGESTAT_MON 5 /* voltage status monitor */
162 unsigned int total_chnls; /* Number of monitor channels. */
167 /* Properties of all monitor channels. */
168 unsigned int total_tbls; /* Number of monitor tables. */
371 /* Find the right monitor type and channel. */ in envctrl_read_cpu_info()
448 * monitor 4 fans at channels 0,1,2,4, the return mask in envctrl_i2c_fan_status()
502 /* Two channels are used to monitor voltage and power supply. */ in envctrl_i2c_voltage_status()
635 /* If voltage monitor not present, check for CPCI equivalent */ in envctrl_read()
732 /* Function Description: Set monitor type based on firmware description.
766 /* Function Description: Initialize monitor channel with channel desc,
767 * decoding tables, monitor type, optional properties.
903 * 'NULL' monitor type. in envctrl_init_i2c_child()
920 /* Get the monitor channels. */ in envctrl_init_i2c_child()
996 "kenvctrld unable to monitor CPU temp-- exiting\n"); in kenvctrld()