Searched refs:pwm_auto_temp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dvt1211.c136 u8 pwm_auto_temp[4]; member in struct:vt1211_data
311 for (ix = 0; ix < ARRAY_SIZE(data->pwm_auto_temp); ix++) {
312 data->pwm_auto_temp[ix] = vt1211_read8(data,
709 * 0 0 : pwm1/2 off temperature (pwm_auto_temp[0])
710 * 0 1 : pwm1/2 low speed temperature (pwm_auto_temp[1])
711 * 0 2 : pwm1/2 high speed temperature (pwm_auto_temp[2])
712 * 0 3 : pwm1/2 full speed temperature (pwm_auto_temp[3])
713 * 1 0 : pwm1/2 off temperature (pwm_auto_temp[0])
714 * 1 1 : pwm1/2 low speed temperature (pwm_auto_temp[1])
715 * 1 2 : pwm1/2 high speed temperature (pwm_auto_temp[
[all...]
H A Dadt7470.c169 u8 pwm_auto_temp[ADT7470_PWM_COUNT]; member in struct:adt7470_data
377 data->pwm_auto_temp[i] = cfg >> 4;
379 data->pwm_auto_temp[i] = cfg & 0xF;
891 u8 ctrl = data->pwm_auto_temp[attr->index];

Completed in 107 milliseconds