Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:x_hot
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H
A
D
dmabuf.c
247
if (c && c->
x_hot
<= c->width && c->y_hot <= c->height)
in validate_hotspot()
309
info->
x_hot
= c.
x_hot
;
in vgpu_get_plane_info()
312
info->
x_hot
= UINT_MAX;
in vgpu_get_plane_info()
398
gvt_dmabuf->
x_hot
= fb_info->
x_hot
;
in update_fb_info()
H
A
D
dmabuf.h
46
__u32
x_hot
; /* horizontal position of cursor hotspot */
member
H
A
D
fb_decoder.h
151
u32
x_hot
; /* in pixels */
member
H
A
D
fb_decoder.c
388
plane->
x_hot
= vgpu_vreg_t(vgpu, vgtif_reg(cursor_x_hot));
in intel_vgpu_decode_cursor_plane()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H
A
D
dmabuf.c
258
if (c && c->
x_hot
<= c->width && c->y_hot <= c->height)
in validate_hotspot()
320
info->
x_hot
= c.
x_hot
;
in vgpu_get_plane_info()
323
info->
x_hot
= UINT_MAX;
in vgpu_get_plane_info()
415
gvt_dmabuf->
x_hot
= fb_info->
x_hot
;
in update_fb_info()
H
A
D
dmabuf.h
46
__u32
x_hot
; /* horizontal position of cursor hotspot */
member
H
A
D
fb_decoder.h
149
u32
x_hot
; /* in pixels */
member
H
A
D
fb_decoder.c
387
plane->
x_hot
= vgpu_vreg_t(vgpu, vgtif_reg(cursor_x_hot));
in intel_vgpu_decode_cursor_plane()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H
A
D
cursor_reg_cache.h
33
uint32_t
x_hot
: 16;
member
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
vfio.h
885
* 2.
x_hot
/y_hot is set to 0xFFFFFFFF if no hotspot information available
906
__u32
x_hot
; /* horizontal position of cursor hotspot */
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
vfio.h
252
__u32
x_hot
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
vfio.h
252
__u32
x_hot
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
vfio.h
191
__u32
x_hot
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
vfio.h
805
* 2.
x_hot
/y_hot is set to 0xFFFFFFFF if no hotspot information available
826
__u32
x_hot
; /* horizontal position of cursor hotspot */
member
/kernel/linux/linux-5.10/samples/vfio-mdev/
H
A
D
mdpy.c
506
plane->
x_hot
= 0;
in mdpy_query_gfx_plane()
H
A
D
mbochs.c
1099
plane->
x_hot
= 0;
in mbochs_query_gfx_plane()
/kernel/linux/linux-6.6/samples/vfio-mdev/
H
A
D
mdpy.c
506
plane->
x_hot
= 0;
in mdpy_query_gfx_plane()
H
A
D
mbochs.c
1118
plane->
x_hot
= 0;
in mbochs_query_gfx_plane()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_hubp.c
1065
hubp->pos.hot_spot.bits.
x_hot
= pos->x_hotspot;
in hubp2_cursor_set_position()
Completed in 26 milliseconds