Searched refs:hot (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dthermal.c108 u8 hot:1; member in struct:acpi_thermal_state
148 struct acpi_thermal_hot hot; member in struct:acpi_thermal_trips
324 &tz->trips.hot.temperature);
326 tz->trips.hot.flags.valid = 0;
327 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "No hot threshold\n"));
329 tz->trips.hot.flags.valid = 1;
330 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Found hot threshold [%lu]\n",
331 tz->trips.hot.temperature));
466 if (!tz || !tz->trips.hot.flags.valid)
469 if (tz->temperature >= tz->trips.hot
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dbitblit.c305 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y ||
307 ops->cursor_state.hot.x = cursor.hot.y = 0;
375 cursor.hot.x = ops->cursor_state.hot.x;
376 cursor.hot.y = ops->cursor_state.hot.y;
H A Dfbcon_ccw.c297 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y ||
299 ops->cursor_state.hot.x = cursor.hot.y = 0;
378 cursor.hot.x = ops->cursor_state.hot.x;
379 cursor.hot.y = ops->cursor_state.hot.y;
H A Dfbcon_cw.c281 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y ||
283 ops->cursor_state.hot.x = cursor.hot.y = 0;
362 cursor.hot.x = ops->cursor_state.hot.x;
363 cursor.hot.y = ops->cursor_state.hot.y;
H A Dfbcon_ud.c328 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y ||
330 ops->cursor_state.hot.x = cursor.hot.y = 0;
402 cursor.hot.x = ops->cursor_state.hot.x;
403 cursor.hot.y = ops->cursor_state.hot.y;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dmach64_cursor.c48 * when the cursor hot spot is not the top left corner and the
87 x = cursor->image.dx - cursor->hot.x - info->var.xoffset;
95 y = cursor->image.dy - cursor->hot.y - info->var.yoffset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dfbio.h97 struct fbcurpos hot; /* cursor hot spot */ member in struct:fbcursor
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dfbio.h102 struct fbcurpos hot; /* cursor hot spot */ member in struct:fbcursor
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dsbuslib.c230 struct fbcurpos hot; /* cursor hot spot */ member in struct:fbcursor32
H A Dtdfxfb.c1078 info->cursor.hot.x = cursor->hot.x;
1079 info->cursor.hot.y = cursor->hot.y;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfb.h375 struct fbcurpos hot; /* cursor hot spot */ member in struct:fb_cursor
493 struct fbcurpos hot; /* cursor hot spot */ member in struct:fb_cursor_user

Completed in 196 milliseconds