Searched refs:temp_mode (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_bios.c130 struct drm_display_mode *temp_mode; local
180 temp_mode = kzalloc(sizeof(*temp_mode), GFP_KERNEL);
192 fill_detail_timing_data(temp_mode, dvo_timing);
194 if (temp_mode->hdisplay == panel_fixed_mode->hdisplay &&
195 temp_mode->hsync_start == panel_fixed_mode->hsync_start &&
196 temp_mode->hsync_end == panel_fixed_mode->hsync_end &&
197 temp_mode->htotal == panel_fixed_mode->htotal &&
198 temp_mode->vdisplay == panel_fixed_mode->vdisplay &&
199 temp_mode
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dw83793.c236 u8 temp_mode[2]; /* byte 0: Temp D1-D4 mode each has 2 bits member in struct:w83793_data
598 tmp = (data->temp_mode[index] >> shift) & mask;
636 data->temp_mode[index] =
638 data->temp_mode[index] &= ~(mask << shift);
639 data->temp_mode[index] |= val << shift;
641 data->temp_mode[index]);
1945 for (i = 0; i < ARRAY_SIZE(data->temp_mode); i++)
1946 data->temp_mode[i] =
H A Df71805f.c191 u8 temp_mode; member in struct:f71805f_data
365 data->temp_mode = f71805f_read8(data, F71805F_REG_TEMP_MODE);
843 return sprintf(buf, "%u\n", (data->temp_mode & (1 << nr)) ? 3 : 4);

Completed in 64 milliseconds