/Linux-v4.19/drivers/video/fbdev/core/ |
D | fbcon_ccw.c | 297 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in ccw_cursor() 299 ops->cursor_state.hot.x = cursor.hot.y = 0; in ccw_cursor() 379 cursor.hot.x = ops->cursor_state.hot.x; in ccw_cursor() 380 cursor.hot.y = ops->cursor_state.hot.y; in ccw_cursor()
|
D | fbcon_cw.c | 280 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in cw_cursor() 282 ops->cursor_state.hot.x = cursor.hot.y = 0; in cw_cursor() 362 cursor.hot.x = ops->cursor_state.hot.x; in cw_cursor() 363 cursor.hot.y = ops->cursor_state.hot.y; in cw_cursor()
|
D | bitblit.c | 305 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in bit_cursor() 307 ops->cursor_state.hot.x = cursor.hot.y = 0; in bit_cursor() 375 cursor.hot.x = ops->cursor_state.hot.x; in bit_cursor() 376 cursor.hot.y = ops->cursor_state.hot.y; in bit_cursor()
|
D | fbcon_ud.c | 328 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in ud_cursor() 330 ops->cursor_state.hot.x = cursor.hot.y = 0; in ud_cursor() 402 cursor.hot.x = ops->cursor_state.hot.x; in ud_cursor() 403 cursor.hot.y = ops->cursor_state.hot.y; in ud_cursor()
|
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/ |
D | charger-manager.txt | 28 -hot : critical hot temperature of battery for charging 57 cm-battery-hot = <800>;
|
/Linux-v4.19/drivers/acpi/ |
D | thermal.c | 125 u8 hot:1; member 165 struct acpi_thermal_hot hot; member 335 tz->trips.hot.flags.valid = 0; in acpi_thermal_trips_update() 339 tz->trips.hot.temperature = tmp; in acpi_thermal_trips_update() 340 tz->trips.hot.flags.valid = 1; in acpi_thermal_trips_update() 343 tz->trips.hot.temperature)); in acpi_thermal_trips_update() 503 tz->trips.hot.flags.valid | in acpi_thermal_get_trip_points() 607 if (tz->trips.hot.flags.valid) { in thermal_get_trip_type() 654 if (tz->trips.hot.flags.valid) { in thermal_get_trip_temp() 657 tz->trips.hot.temperature, in thermal_get_trip_temp() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/thermal/ |
D | max77620_thermal.txt | 48 pmic_die_warn_temp_thresh: hot-die { 50 type = "hot";
|
D | qcom-spmi-temp-alarm.txt | 47 type = "hot";
|
D | db8500-thermal.txt | 12 - tripN-type : type of trip point N, should be one of "active" "passive" "hot"
|
/Linux-v4.19/Documentation/ |
D | memory-hotplug.txt | 20 4. Physical memory hot-add phase 22 4.2 Notify memory hot-add event by hand 23 5. Logical Memory hot-add phase 90 administrator. For the hot-add case, it must be executed after Physical Hotplug 123 - Allow for memory hot-add (CONFIG_MEMORY_HOTPLUG) 126 - Allow for memory hot remove (CONFIG_MEMORY_HOTREMOVE) 220 Physical memory hot-add phase 230 Linux's ACPI handler does hot-add memory to the system and calls a hotplug udev 244 Notify memory hot-add event by hand 262 memory_block_size] memory range is hot-added. In this case, hotplug script is [all …]
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | rk3288-veyron-mickey.dts | 93 * - 1.2 GHz - 1.0 GHz (almost hot) 94 * - 800 MHz (hot) 96 * - 696 MHz - min (very hot)
|
/Linux-v4.19/Documentation/laptops/ |
D | thinkpad-acpi.txt | 176 some important events and also keyboard hot key presses to the operating 181 The driver enables the HKEY ("hot key") event reporting automatically 188 Some of these events refer to hot key presses, but not all of them. 190 The driver will generate events over the input layer for hot keys and 193 assigned to each hot key. 195 The hot key bit mask allows some control over which hot keys generate 202 modified do anything. Not all hot keys can be individually controlled 224 echo 0xffffffff > /proc/acpi/ibm/hotkey -- enable all hot keys 225 echo 0 > /proc/acpi/ibm/hotkey -- disable all possible hot keys 237 nor does it allow one to manipulate the hot key mask when the firmware [all …]
|
/Linux-v4.19/Documentation/dev-tools/ |
D | kselftest.rst | 10 On some systems, hot-plug tests could hang forever waiting for cpu and 11 memory to be ready to be offlined. A special hot-plug target is created 12 to run full range of hot-plug tests. In default mode, hot-plug tests run
|
/Linux-v4.19/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()
|
/Linux-v4.19/drivers/soc/fsl/qbman/ |
D | Kconfig | 59 bool "QMan 'hot potato' data-stashing self-test" 63 This performs a "hot potato" style test enqueuing/dequeuing a frame
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | fbio.h | 104 struct fbcurpos hot; /* cursor hot spot */ member 320 struct fbcurpos hot; /* cursor hot spot */ member
|
/Linux-v4.19/drivers/thermal/qcom/ |
D | Kconfig | 10 Also able to set threshold temperature for both hot and cold and update
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | fbio.h | 64 struct fbcurpos hot; /* cursor hot spot */ member
|
/Linux-v4.19/Documentation/driver-api/dmaengine/ |
D | pxa_dma.rst | 8 a) Transfers hot queuing 70 c) Transfers hot-chaining 104 - then hot-chaining cannot happen, as the channel must be stopped, the 152 - a driver submitted an aligned tx3 => tx3 is hot-chained
|
/Linux-v4.19/Documentation/devicetree/bindings/media/i2c/ |
D | adv7604.txt | 22 - hpd-gpios: References to the GPIOs that control the HDMI hot-plug 24 level that enables hot-plug detection.
|
/Linux-v4.19/fs/f2fs/ |
D | sysfs.c | 184 bool set = true, hot; in __sbi_store() local 187 hot = true; in __sbi_store() 189 hot = false; in __sbi_store() 205 ret = f2fs_update_extension_list(sbi, name, hot, set); in __sbi_store() 211 f2fs_update_extension_list(sbi, name, hot, !set); in __sbi_store()
|
D | namei.c | 200 bool hot, bool set) in f2fs_update_extension_list() argument 213 if (!hot && !cold_count) in f2fs_update_extension_list() 215 if (hot && !hot_count) in f2fs_update_extension_list() 219 if (hot) { in f2fs_update_extension_list() 237 if (hot) in f2fs_update_extension_list() 248 if (hot) { in f2fs_update_extension_list()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-devices-memory | 7 added or removed dynamically to represent hot-add/remove 20 potentially expensive hot-remove memory operation
|
/Linux-v4.19/drivers/platform/mellanox/ |
D | Kconfig | 23 This driver handles hot-plug events for the power suppliers, power
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-stats.txt | 81 the target task was cache-hot when idle 97 target task was cache-hot when busy 113 target task was cache-hot when just becoming idle
|