Searched refs:temp_enabled (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/hwmon/
H A Dpc87427.c67 u8 temp_enabled; /* bit vector */ member in struct:pc87427_data
361 if (!(data->temp_enabled & (1 << i)))
1044 data->temp_enabled |= (1 << i);
1065 if (!(data->temp_enabled & (1 << i)))
1118 if (!(data->temp_enabled & (1 << i)))
H A Dadt7462.c638 static int temp_enabled(struct adt7462_data *data, int which) function
820 if (!temp_enabled(data, attr->index))
836 if (strict_strtol(buf, 10, &temp) || !temp_enabled(data, attr->index))
858 if (!temp_enabled(data, attr->index))
874 if (strict_strtol(buf, 10, &temp) || !temp_enabled(data, attr->index))
896 if (!temp_enabled(data, attr->index))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/hwmon/
H A Dpc87427.c67 u8 temp_enabled; /* bit vector */ member in struct:pc87427_data
361 if (!(data->temp_enabled & (1 << i)))
1044 data->temp_enabled |= (1 << i);
1065 if (!(data->temp_enabled & (1 << i)))
1118 if (!(data->temp_enabled & (1 << i)))
H A Dadt7462.c638 static int temp_enabled(struct adt7462_data *data, int which) function
820 if (!temp_enabled(data, attr->index))
836 if (strict_strtol(buf, 10, &temp) || !temp_enabled(data, attr->index))
858 if (!temp_enabled(data, attr->index))
874 if (strict_strtol(buf, 10, &temp) || !temp_enabled(data, attr->index))
896 if (!temp_enabled(data, attr->index))

Completed in 87 milliseconds