/drivers/video/fbdev/core/ |
D | bitblit.c | 299 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()
|
D | fbcon_cw.c | 271 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()
|
D | fbcon_ud.c | 319 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()
|
D | fbcon_ccw.c | 288 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/ |
D | thermal.c | 115 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/ |
D | Kconfig | 87 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/ |
D | therm_throt.c | 305 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()
|
D | Kconfig | 67 hot & critical. The critical trip point default value is set by
|
/drivers/soc/fsl/qbman/ |
D | Kconfig | 60 bool "QMan 'hot potato' data-stashing self-test" 64 This performs a "hot potato" style test enqueuing/dequeuing a frame
|
/drivers/video/fbdev/aty/ |
D | mach64_cursor.c | 91 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/ |
D | mxs-dcp.c | 98 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/ |
D | Kconfig | 10 Also able to set threshold temperature for both hot and cold and update
|
/drivers/platform/mellanox/ |
D | Kconfig | 23 This driver handles hot-plug events for the power suppliers, power
|
/drivers/usb/ |
D | Kconfig | 54 and allows for hot swapping. Up to 127 USB peripherals can be
|
/drivers/virtio/ |
D | Kconfig | 132 hot(un)plug, architecture-specific and/or common
|
/drivers/thermal/ |
D | thermal_core.c | 340 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/ |
D | Kconfig | 151 debug option enables debug on hot paths (e.g Tx, Rx, ISR) and
|
/drivers/video/fbdev/ |
D | pm3fb.c | 653 cursor->hot.x & 0x3f); in pm3fb_cursor() 655 cursor->hot.y & 0x3f); in pm3fb_cursor()
|
D | pm2fb.c | 1295 cursor->hot.x & 0x3f); in pm2vfb_cursor() 1297 cursor->hot.y & 0x3f); in pm2vfb_cursor()
|
/drivers/pci/ |
D | Kconfig | 265 hot-added devices or peer-to-peer DMA to fail. Set MPS to the
|
/drivers/gpu/drm/bridge/ |
D | Kconfig | 60 Driver for display connectors with support for DDC and hot-plug
|
/drivers/platform/x86/ |
D | Kconfig | 616 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/ |
D | viafbdev.c | 777 temp = (cursor->hot.x << 16) + cursor->hot.y; in viafb_cursor()
|
/drivers/hwmon/pmbus/ |
D | Kconfig | 92 FSP/3Y-Power hot-swap power supplies.
|
/drivers/tty/serial/8250/ |
D | Kconfig | 197 via hot-plug, or any ISA multi-port serial cards.
|