Searched refs:temps (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dwindfarm_pid.c104 st->temps[0] = st->temps[1] = new_temp;
112 st->temps[st->tindex] = new_temp;
126 deriv = st->temps[st->tindex] -
127 st->temps[(st->tindex + 2 - 1) % 2];
H A Dtherm_adt746x.c76 u8 temps[3]; member in struct:thermostat
266 th->temps[i] = read_reg(th, TEMP_REG[i]);
272 if (th->temps[0] != th->cached_temp[0]
273 || th->temps[1] != th->cached_temp[1]
274 || th->temps[2] != th->cached_temp[2]) {
279 th->temps[0], th->temps[1], th->temps[2],
283 th->cached_temp[0] = th->temps[0];
284 th->cached_temp[1] = th->temps[
[all...]
H A Dwindfarm_pid.h78 s32 temps[2]; /* temp. history buffer */ member in struct:wf_cpu_pid_state
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sbus/char/
H A Dbbc_i2c.h64 struct list_head temps; member in struct:bbc_i2c_bus
H A Dbbc_envctrl.c465 list_add(&tp->bp_list, &bp->temps);
536 list_for_each_entry_safe(tp, tpos, &bp->temps, bp_list) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dad7414.c47 s8 temps[ARRAY_SIZE(AD7414_REG_LIMIT)]; member in struct:ad7414_data
98 data->temps[i] = value;
123 return sprintf(buf, "%d\n", data->temps[index] * 1000);
140 data->temps[index] = temp;
H A Dthmc50.c437 int temps = data->has_temp3 ? 3 : 2; local
443 for (i = 0; i < temps; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dvf_fspp.c807 tmp0 = tmp10 + tmp13; //->temps
808 tmp3 = tmp10 - tmp13; //->temps
809 tmp1 = tmp11 + tmp12; //->temps
810 tmp2 = tmp11 - tmp12; //->temps
876 DECLARE_ALIGNED(8, uint64_t, temps)[4];
1599 : "+S"(data), "+D"(output), "+c"(cnt), "=o"(temps)
1634 tmp0 = tmp10 + tmp13; //->temps
1635 tmp3 = tmp10 - tmp13; //->temps
1681 DECLARE_ALIGNED(8, uint64_t, temps)[4];
1872 : "+S"(workspace), "+D"(output_adr), "+c"(cnt), "=o"(temps)
[all...]

Completed in 184 milliseconds