Home
last modified time | relevance | path

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

12

/drivers/video/fbdev/core/
Dbitblit.c299 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in bit_cursor()
301 ops->cursor_state.hot.x = cursor.hot.y = 0; in bit_cursor()
369 cursor.hot.x = ops->cursor_state.hot.x; in bit_cursor()
370 cursor.hot.y = ops->cursor_state.hot.y; in bit_cursor()
Dfbcon_cw.c271 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in cw_cursor()
273 ops->cursor_state.hot.x = cursor.hot.y = 0; in cw_cursor()
353 cursor.hot.x = ops->cursor_state.hot.x; in cw_cursor()
354 cursor.hot.y = ops->cursor_state.hot.y; in cw_cursor()
Dfbcon_ud.c319 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in ud_cursor()
321 ops->cursor_state.hot.x = cursor.hot.y = 0; in ud_cursor()
393 cursor.hot.x = ops->cursor_state.hot.x; in ud_cursor()
394 cursor.hot.y = ops->cursor_state.hot.y; in ud_cursor()
Dfbcon_ccw.c288 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in ccw_cursor()
290 ops->cursor_state.hot.x = cursor.hot.y = 0; in ccw_cursor()
370 cursor.hot.x = ops->cursor_state.hot.x; in ccw_cursor()
371 cursor.hot.y = ops->cursor_state.hot.y; in ccw_cursor()
/drivers/acpi/
Dthermal.c115 struct acpi_thermal_trip hot; member
243 tz->trips.hot.valid = false; in __acpi_thermal_trips_update()
247 tz->trips.hot.temperature = tmp; in __acpi_thermal_trips_update()
248 tz->trips.hot.valid = true; in __acpi_thermal_trips_update()
251 tz->trips.hot.temperature); in __acpi_thermal_trips_update()
462 tz->trips.hot.valid | in acpi_thermal_get_trip_points()
576 if (tz->trips.hot.valid) in acpi_thermal_cooling_device_cb()
652 .hot = acpi_thermal_zone_device_hot,
694 if (tz->trips.hot.valid) in acpi_thermal_register_thermal_zone()
717 if (tz->trips.hot.valid) { in acpi_thermal_register_thermal_zone()
[all …]
/drivers/platform/surface/
DKconfig87 devices can be (hot-)removed. Hub devices and drivers are required to
187 Driver for out-of-band hot-plug event signaling on Microsoft Surface
188 devices with hot-pluggable PCIe cards.
191 hot-pluggable discrete GPU (dGPU). When not in use, the dGPU on those
193 hot-plug signaling. Thus, without this driver, detaching the base
196 for out-of-band hot-plug notifications, ensuring that the device state
199 Select M or Y here, if you want to (fully) support hot-plugging of
/drivers/thermal/intel/
Dtherm_throt.c305 bool hot; in throttle_active_work() local
308 get_therm_status(state->level, &hot, &temp); in throttle_active_work()
310 if (!hot && temp > state->baseline_temp) { in throttle_active_work()
409 bool hot; in therm_throt_process() local
412 get_therm_status(state->level, &hot, &temp); in therm_throt_process()
DKconfig67 hot & critical. The critical trip point default value is set by
/drivers/soc/fsl/qbman/
DKconfig60 bool "QMan 'hot potato' data-stashing self-test"
64 This performs a "hot potato" style test enqueuing/dequeuing a frame
/drivers/video/fbdev/aty/
Dmach64_cursor.c91 x = cursor->image.dx - cursor->hot.x - info->var.xoffset; in atyfb_cursor()
99 y = cursor->image.dy - cursor->hot.y - info->var.yoffset; in atyfb_cursor()
/drivers/crypto/
Dmxs-dcp.c98 unsigned int hot:1; member
742 actx->hot = 0; in dcp_sha_init()
771 if (!actx->hot) { in dcp_sha_update_fx()
772 actx->hot = 1; in dcp_sha_update_fx()
/drivers/thermal/qcom/
DKconfig10 Also able to set threshold temperature for both hot and cold and update
/drivers/platform/mellanox/
DKconfig23 This driver handles hot-plug events for the power suppliers, power
/drivers/usb/
DKconfig54 and allows for hot swapping. Up to 127 USB peripherals can be
/drivers/virtio/
DKconfig132 hot(un)plug, architecture-specific and/or common
/drivers/thermal/
Dthermal_core.c340 if (trip_type == THERMAL_TRIP_HOT && tz->ops->hot) in handle_critical_trips()
341 tz->ops->hot(tz); in handle_critical_trips()
/drivers/net/wireless/intel/ipw2x00/
DKconfig151 debug option enables debug on hot paths (e.g Tx, Rx, ISR) and
/drivers/video/fbdev/
Dpm3fb.c653 cursor->hot.x & 0x3f); in pm3fb_cursor()
655 cursor->hot.y & 0x3f); in pm3fb_cursor()
Dpm2fb.c1295 cursor->hot.x & 0x3f); in pm2vfb_cursor()
1297 cursor->hot.y & 0x3f); in pm2vfb_cursor()
/drivers/pci/
DKconfig265 hot-added devices or peer-to-peer DMA to fail. Set MPS to the
/drivers/gpu/drm/bridge/
DKconfig60 Driver for display connectors with support for DDC and hot-plug
/drivers/platform/x86/
DKconfig616 bool "Support NVRAM polling for hot keys"
621 the hot key press events. If you know your ThinkPad model does not
622 need to do NVRAM polling to support any of the hot keys you use,
/drivers/video/fbdev/via/
Dviafbdev.c777 temp = (cursor->hot.x << 16) + cursor->hot.y; in viafb_cursor()
/drivers/hwmon/pmbus/
DKconfig92 FSP/3Y-Power hot-swap power supplies.
/drivers/tty/serial/8250/
DKconfig197 via hot-plug, or any ISA multi-port serial cards.

12