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:ptr_pos
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/hyperv/
H
A
D
hyperv_drm_proto.c
177
struct synthvid_pointer_position
ptr_pos
;
member
308
* pointer, by setting msg.
ptr_pos
.is_visible = 1 and setting the
309
* msg.ptr_shape.data. Note: setting msg.
ptr_pos
.is_visible to 0 doesn't
326
msg.
ptr_pos
.is_visible = 1;
in hyperv_hide_hw_ptr()
327
msg.
ptr_pos
.video_output = 0;
in hyperv_hide_hw_ptr()
328
msg.
ptr_pos
.image_x = 0;
in hyperv_hide_hw_ptr()
329
msg.
ptr_pos
.image_y = 0;
in hyperv_hide_hw_ptr()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
hyperv_fb.c
232
struct synthvid_pointer_position
ptr_pos
;
member
352
msg.
ptr_pos
.is_visible = 1;
in synthvid_send_ptr()
353
msg.
ptr_pos
.video_output = 0;
in synthvid_send_ptr()
354
msg.
ptr_pos
.image_x = 0;
in synthvid_send_ptr()
355
msg.
ptr_pos
.image_y = 0;
in synthvid_send_ptr()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
hyperv_fb.c
225
struct synthvid_pointer_position
ptr_pos
;
member
345
msg.
ptr_pos
.is_visible = 1;
in synthvid_send_ptr()
346
msg.
ptr_pos
.video_output = 0;
in synthvid_send_ptr()
347
msg.
ptr_pos
.image_x = 0;
in synthvid_send_ptr()
348
msg.
ptr_pos
.image_y = 0;
in synthvid_send_ptr()
/kernel/linux/linux-5.10/fs/ceph/
H
A
D
dir.c
134
loff_t
ptr_pos
= idx * sizeof(struct dentry *);
in __dcache_find_get_entry()
local
135
pgoff_t ptr_pgoff =
ptr_pos
>> PAGE_SHIFT;
in __dcache_find_get_entry()
137
if (
ptr_pos
>= i_size_read(dir))
in __dcache_find_get_entry()
159
if (ceph_dir_is_complete_ordered(dir) &&
ptr_pos
< i_size_read(dir))
in __dcache_find_get_entry()
/kernel/linux/linux-6.6/fs/ceph/
H
A
D
dir.c
135
loff_t
ptr_pos
= idx * sizeof(struct dentry *);
in __dcache_find_get_entry()
local
136
pgoff_t ptr_pgoff =
ptr_pos
>> PAGE_SHIFT;
in __dcache_find_get_entry()
138
if (
ptr_pos
>= i_size_read(dir))
in __dcache_find_get_entry()
160
if (ceph_dir_is_complete_ordered(dir) &&
ptr_pos
< i_size_read(dir))
in __dcache_find_get_entry()
Completed in 10 milliseconds