Home
last modified time | relevance | path

Searched refs:hot (Results 1 – 25 of 33) sorted by relevance

12

/linux-2.4.37.9/drivers/acpi/
Dthermal.c80 u8 hot:1; member
120 struct acpi_thermal_hot hot; member
283 status = acpi_evaluate_integer(tz->handle, "_HOT", NULL, &tz->trips.hot.temperature); in acpi_thermal_get_trip_points()
285 tz->trips.hot.flags.valid = 0; in acpi_thermal_get_trip_points()
289 tz->trips.hot.flags.valid = 1; in acpi_thermal_get_trip_points()
290 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Found hot threshold [%lu]\n", tz->trips.hot.temperature)); in acpi_thermal_get_trip_points()
433 if (!tz || !tz->trips.hot.flags.valid) in acpi_thermal_hot()
436 if (tz->temperature >= tz->trips.hot.temperature) { in acpi_thermal_hot()
438 tz->trips.hot.flags.enabled = 1; in acpi_thermal_hot()
440 else if (tz->trips.hot.flags.enabled) in acpi_thermal_hot()
[all …]
/linux-2.4.37.9/drivers/hotplug/
DConfig.in18 dep_mbool ' Use polling mechanism for hot-plug events (for testing purpose)' CONFIG_HOTPLUG_PCI_…
23 dep_mbool ' Use polling mechanism for hot-plug events (for testing purpose)' CONFIG_HOTPLUG_PCI_…
/linux-2.4.37.9/drivers/video/aty/
Dmach64_cursor.c131 x = c->pos.x - c->hot.x - par->crtc.xoffset; in aty_set_cursor()
139 y = c->pos.y - c->hot.y - par->crtc.yoffset; in aty_set_cursor()
291 c->hot.x = 0; in atyfb_set_font()
292 c->hot.y = 0; in atyfb_set_font()
Datyfb.h93 } pos, hot, size; member
/linux-2.4.37.9/include/asm-sparc/
Dfbio.h114 struct fbcurpos hot; /* cursor hot spot */ member
/linux-2.4.37.9/include/asm-sparc64/
Dfbio.h117 struct fbcurpos hot; /* cursor hot spot */ member
/linux-2.4.37.9/drivers/scsi/
Dcpqfc.Readme88 Vixel 7100 (Fabric beta firmare - known hot plug issues)
241 Single bit errors in frames and virtually all hot plugging events are
253 supported during run time (e.g. due to hot plug event) by the use of WWN to
/linux-2.4.37.9/Documentation/networking/
D8139too.txt42 device drivers. Features for MMIO resources, a standard hot-plug API,
62 ** Use new PCI driver API for seamless, low-maintenance hot-plug support
67 * Use new resource allocation API, required for hot-plug support
/linux-2.4.37.9/arch/parisc/
Dconfig.in83 bool 'Support for hot-pluggable devices' CONFIG_HOTPLUG
/linux-2.4.37.9/drivers/video/
Dpm2fb.c218 } pos, hot, size; member
1927 pm2v_RDAC_WR(fb, PM2VI_RD_CURSOR_X_HOT, c->hot.x & 0x3f); in pm2v_set_cursor()
1928 pm2v_RDAC_WR(fb, PM2VI_RD_CURSOR_Y_HOT, c->hot.y & 0x3f); in pm2v_set_cursor()
2028 c->hot.x = 0; in pm2fb_set_font()
2029 c->hot.y = 0; in pm2fb_set_font()
Dsbusfb.c427 fb->cursor.chot = f.hot; in sbus_hw_scursor()
/linux-2.4.37.9/Documentation/
Dpci.txt17 of devices [thus supporting PCI, hot-pluggable PCI and CardBus in single
64 manually pulled out of a hot-pluggable slot). This
Dcciss.txt175 of changes to the 2.4 kernel PCI interface related to PCI hot plug
/linux-2.4.37.9/arch/x86_64/
Dconfig.in103 bool 'Support for hot-pluggable devices' CONFIG_HOTPLUG
/linux-2.4.37.9/arch/ppc64/
Dconfig.in92 bool 'Support for hot-pluggable devices' CONFIG_HOTPLUG
/linux-2.4.37.9/arch/sh64/
Dconfig.in133 # bool 'Support for hot-pluggable devices' CONFIG_HOTPLUG
/linux-2.4.37.9/arch/ia64/
Dconfig.in140 bool 'Support for hot-pluggable devices' CONFIG_HOTPLUG
/linux-2.4.37.9/Documentation/sound/
DMaestro78 (typically entered by hitting a hot key at boot time) and figure out
/linux-2.4.37.9/arch/sparc64/
Dconfig.in40 bool 'Support for hot-pluggable devices' CONFIG_HOTPLUG
/linux-2.4.37.9/arch/alpha/
Dconfig.in291 bool 'Support for hot-pluggable devices' CONFIG_HOTPLUG
/linux-2.4.37.9/arch/sh/
Dconfig.in269 bool 'Support for hot-pluggable devices' CONFIG_HOTPLUG
/linux-2.4.37.9/arch/i386/
Dconfig.in328 bool 'Support for hot-pluggable devices' CONFIG_HOTPLUG
/linux-2.4.37.9/arch/ppc/
Dconfig.in392 bool 'Support for hot-pluggable devices' CONFIG_HOTPLUG
/linux-2.4.37.9/drivers/scsi/aic7xxx/
DREADME.aic79xx111 - Add PCI hot plug support for 2.5.X kernels.
/linux-2.4.37.9/arch/arm/
Dconfig.in474 bool 'Support for hot-pluggable devices' CONFIG_HOTPLUG

12