/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
D | bitblit.c | 296 if (ops->cursor_state.hot.x || ops->cursor_state.hot.y || in bit_cursor() 298 ops->cursor_state.hot.x = cursor.hot.y = 0; in bit_cursor() 366 cursor.hot.x = ops->cursor_state.hot.x; in bit_cursor() 367 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()
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | rk3288-veyron-mickey.dts | 105 * - 1.2 GHz - 1.0 GHz (almost hot) 106 * - 800 MHz (hot) 108 * - 696 MHz - min (very hot) 139 /* At very hot, don't let GPU go over 300 MHz */ 200 /* When hot, GPU goes down to 300 MHz */ 206 /* When really hot, don't let GPU go _above_ 300 MHz */
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/marvell/ |
D | armada-ap80x.dtsi | 336 cpu0_hot: cpu0-hot { 349 map0_hot: map0-hot { 369 cpu1_hot: cpu1-hot { 382 map1_hot: map1-hot { 402 cpu2_hot: cpu2-hot { 415 map2_hot: map2-hot { 435 cpu3_hot: cpu3-hot {
|
/kernel/linux/linux-5.10/drivers/acpi/ |
D | thermal.c | 112 u8 hot:1; member 152 struct acpi_thermal_hot hot; member 320 tz->trips.hot.flags.valid = 0; in acpi_thermal_trips_update() 324 tz->trips.hot.temperature = tmp; in acpi_thermal_trips_update() 325 tz->trips.hot.flags.valid = 1; in acpi_thermal_trips_update() 328 tz->trips.hot.temperature)); in acpi_thermal_trips_update() 487 tz->trips.hot.flags.valid | in acpi_thermal_get_trip_points() 536 if (tz->trips.hot.flags.valid) { in thermal_get_trip_type() 583 if (tz->trips.hot.flags.valid) { in thermal_get_trip_temp() 586 tz->trips.hot.temperature, in thermal_get_trip_temp() [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/thermal/ |
D | max77620_thermal.txt | 48 pmic_die_warn_temp_thresh: hot-die { 50 type = "hot";
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ |
D | charger-manager.txt | 36 -hot : critical hot temperature of battery for charging 67 cm-battery-hot = <800>;
|
/kernel/linux/linux-5.10/Documentation/admin-guide/laptops/ |
D | thinkpad-acpi.rst | 188 some important events and also keyboard hot key presses to the operating 193 The driver enables the HKEY ("hot key") event reporting automatically 200 Some of these events refer to hot key presses, but not all of them. 202 The driver will generate events over the input layer for hot keys and 205 assigned to each hot key. 207 The hot key bit mask allows some control over which hot keys generate 214 modified do anything. Not all hot keys can be individually controlled 237 echo 0xffffffff > /proc/acpi/ibm/hotkey -- enable all hot keys 238 echo 0 > /proc/acpi/ibm/hotkey -- disable all possible hot keys 250 nor does it allow one to manipulate the hot key mask when the firmware [all …]
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/ |
D | therm_throt.c | 244 bool hot; in throttle_active_work() local 247 get_therm_status(state->level, &hot, &temp); in throttle_active_work() 249 if (!hot && temp > state->baseline_temp) { in throttle_active_work() 348 bool hot; in therm_throt_process() local 351 get_therm_status(state->level, &hot, &temp); in therm_throt_process()
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/ |
D | sm8150.dtsi | 1758 type = "hot"; 1773 type = "hot"; 1793 type = "hot"; 1813 type = "hot"; 1828 type = "hot"; 1843 type = "hot"; 1858 type = "hot"; 1873 type = "hot"; 1888 type = "hot"; 1903 type = "hot"; [all …]
|
D | qcs404.dtsi | 1407 type = "hot"; 1422 type = "hot"; 1437 type = "hot"; 1452 type = "hot"; 1467 type = "hot"; 1501 type = "hot"; 1535 type = "hot"; 1569 type = "hot"; 1603 type = "hot"; 1637 type = "hot";
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/nvidia/ |
D | tegra194-p2972-0000.dts | 279 cpu_trip_hot: hot { 282 type = "hot"; 304 cpu-hot {
|
D | tegra194-p3509-0000+p3668-0000.dts | 275 cpu_trip_hot: hot { 278 type = "hot"; 300 cpu-hot {
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h5.dtsi | 183 cpu_hot_trip: cpu-hot { 189 cpu_very_hot_trip: cpu-very-hot { 197 cpu-hot-limit {
|
/kernel/linux/linux-5.10/drivers/staging/kpc2000/ |
D | TODO | 2 - The kpc_i2c driver is a hot mess, it should probably be cleaned up a ton. It functions against c…
|
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/ |
D | memory-hotplug.rst | 71 administrator. For the hot-add case, it must be executed after Physical Hotplug 102 - Allow for memory hot-add (``CONFIG_MEMORY_HOTPLUG``) 105 - Allow for memory hot remove (``CONFIG_MEMORY_HOTREMOVE``) 202 Physical memory hot-add phase 212 Linux's ACPI handler does hot-add memory to the system and calls a hotplug udev 225 Notify memory hot-add event by hand 244 memory_block_size] memory range is hot-added. In this case, hotplug script is 248 Logical Memory hot-add phase 268 When the memory is hot-added, the kernel decides whether or not to "online" 438 - allowing memory hot-add to ZONE_MOVABLE. maybe we need some switch like
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
D | fbio.h | 104 struct fbcurpos hot; /* cursor hot spot */ member 320 struct fbcurpos hot; /* cursor hot spot */ member
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
D | fbio.h | 64 struct fbcurpos hot; /* cursor hot spot */ member
|
/kernel/linux/linux-5.10/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.
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | vmlinux.lds.S | 88 …*(.text.hot .text.hot.* TEXT_MAIN .text.fixup .text.unlikely .text.unlikely.* .fixup __ftr_alt_* .…
|