Home
last modified time | relevance | path

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

12345678910>>...22

/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiquerypointer.c133 .root_x = double_to_fp1616(pSprite->hot.x), in ProcXIQueryPointer()
134 .root_y = double_to_fp1616(pSprite->hot.y), in ProcXIQueryPointer()
170 if (pSprite->hot.pScreen == pWin->drawable.pScreen) { in ProcXIQueryPointer()
172 rep.win_x = double_to_fp1616(pSprite->hot.x - pWin->drawable.x); in ProcXIQueryPointer()
173 rep.win_y = double_to_fp1616(pSprite->hot.y - pWin->drawable.y); in ProcXIQueryPointer()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A 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()
H A Dbitblit.c296 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()
H A 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()
H A 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()
/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-xiquerypointer.c81 assert((rep->root_x >> 16) == sprite->hot.x); in reply_XIQueryPointer()
82 assert((rep->root_y >> 16) == sprite->hot.y); in reply_XIQueryPointer()
92 x = sprite->hot.x - window.drawable.x; in reply_XIQueryPointer()
93 y = sprite->hot.y - window.drawable.y; in reply_XIQueryPointer()
H A Dprotocol-common.c64 sprite->hot.x = SPRITE_X; in fake_init_sprite()
65 sprite->hot.y = SPRITE_Y; in fake_init_sprite()
66 sprite->hotPhys.x = sprite->hot.x; in fake_init_sprite()
67 sprite->hotPhys.y = sprite->hot.y; in fake_init_sprite()
/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c788 pSprite->hot.pScreen = qe->pScreen; in CheckVirtualMotion()
789 pSprite->hot.x = ev->root_x; in CheckVirtualMotion()
790 pSprite->hot.y = ev->root_y; in CheckVirtualMotion()
832 if (pSprite->hot.pScreen != pWin->drawable.pScreen) { in CheckVirtualMotion()
833 pSprite->hot.pScreen = pWin->drawable.pScreen; in CheckVirtualMotion()
834 pSprite->hot.x = pSprite->hot.y = 0; in CheckVirtualMotion()
839 if (pSprite->hot.x < lims.x1) in CheckVirtualMotion()
840 pSprite->hot.x = lims.x1; in CheckVirtualMotion()
841 else if (pSprite->hot.x >= lims.x2) in CheckVirtualMotion()
842 pSprite->hot.x = lims.x2 - 1; in CheckVirtualMotion()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drk3288-veyron-mickey.dts105 * - 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 */
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/marvell/
H A Darmada-ap80x.dtsi336 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 {
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dthermal.c112 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 …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/laptops/
H A Dthinkpad-acpi.rst188 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 …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dcharger-manager.txt36 -hot : critical hot temperature of battery for charging
67 cm-battery-hot = <800>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/thermal/
H A Dmax77620_thermal.txt48 pmic_die_warn_temp_thresh: hot-die {
50 type = "hot";
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dtherm_throt.c244 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()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/
H A Dsm8150.dtsi1758 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 …]
/OK3568_Linux_fs/buildroot/fs/f2fs/
H A DConfig.in30 string "extension list for hot files"
33 to treat them as hot files. The default list includes only
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dmemory-hotplug.rst71 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
/OK3568_Linux_fs/buildroot/package/jquery-ui-themes/
H A DConfig.in41 bool "hot-sneaks"
100 default "hot-sneaks" if BR2_PACKAGE_JQUERY_UI_THEMES_HOT_SNEAKS
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/nvidia/
H A Dtegra194-p2972-0000.dts279 cpu_trip_hot: hot {
282 type = "hot";
304 cpu-hot {
H A Dtegra194-p3509-0000+p3668-0000.dts275 cpu_trip_hot: hot {
278 type = "hot";
300 cpu-hot {
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h5.dtsi183 cpu_hot_trip: cpu-hot {
189 cpu_very_hot_trip: cpu-very-hot {
197 cpu-hot-limit {
/OK3568_Linux_fs/kernel/Documentation/driver-api/dmaengine/
H A Dpxa_dma.rst8 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
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A 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()
/OK3568_Linux_fs/kernel/drivers/soc/fsl/qbman/
H A DKconfig60 bool "QMan 'hot potato' data-stashing self-test"
64 This performs a "hot potato" style test enqueuing/dequeuing a frame

12345678910>>...22