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:cursorq
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/
H
A
D
virtgpu_vq.c
67
schedule_work(&vgdev->
cursorq
.dequeue_work);
in virtio_gpu_cursor_ack()
258
cursorq
.dequeue_work);
in virtio_gpu_dequeue_cursor_func()
263
spin_lock(&vgdev->
cursorq
.qlock);
in virtio_gpu_dequeue_cursor_func()
265
virtqueue_disable_cb(vgdev->
cursorq
.vq);
in virtio_gpu_dequeue_cursor_func()
266
reclaim_vbufs(vgdev->
cursorq
.vq, &reclaim_list);
in virtio_gpu_dequeue_cursor_func()
267
} while (!virtqueue_enable_cb(vgdev->
cursorq
.vq));
in virtio_gpu_dequeue_cursor_func()
268
spin_unlock(&vgdev->
cursorq
.qlock);
in virtio_gpu_dequeue_cursor_func()
274
wake_up(&vgdev->
cursorq
.ack_queue);
in virtio_gpu_dequeue_cursor_func()
452
struct virtqueue *vq = vgdev->
cursorq
.vq;
in virtio_gpu_queue_cursor()
466
spin_lock(&vgdev->
cursorq
in virtio_gpu_queue_cursor()
[all...]
H
A
D
virtgpu_kms.c
128
virtio_gpu_init_vq(&vgdev->
cursorq
, virtio_gpu_dequeue_cursor_func);
in virtio_gpu_init()
166
vgdev->
cursorq
.vq = vqs[1];
in virtio_gpu_init()
233
flush_work(&vgdev->
cursorq
.dequeue_work);
in virtio_gpu_deinit()
H
A
D
virtgpu_drv.h
191
struct virtio_gpu_queue
cursorq
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/
H
A
D
virtgpu_vq.c
69
schedule_work(&vgdev->
cursorq
.dequeue_work);
in virtio_gpu_cursor_ack()
251
cursorq
.dequeue_work);
in virtio_gpu_dequeue_cursor_func()
256
spin_lock(&vgdev->
cursorq
.qlock);
in virtio_gpu_dequeue_cursor_func()
258
virtqueue_disable_cb(vgdev->
cursorq
.vq);
in virtio_gpu_dequeue_cursor_func()
259
reclaim_vbufs(vgdev->
cursorq
.vq, &reclaim_list);
in virtio_gpu_dequeue_cursor_func()
260
} while (!virtqueue_enable_cb(vgdev->
cursorq
.vq));
in virtio_gpu_dequeue_cursor_func()
261
spin_unlock(&vgdev->
cursorq
.qlock);
in virtio_gpu_dequeue_cursor_func()
267
trace_virtio_gpu_cmd_response(vgdev->
cursorq
.vq, resp, entry->seqno);
in virtio_gpu_dequeue_cursor_func()
271
wake_up(&vgdev->
cursorq
.ack_queue);
in virtio_gpu_dequeue_cursor_func()
450
struct virtqueue *vq = vgdev->
cursorq
in virtio_gpu_queue_cursor()
[all...]
H
A
D
virtgpu_kms.c
148
virtio_gpu_init_vq(&vgdev->
cursorq
, virtio_gpu_dequeue_cursor_func);
in virtio_gpu_init()
216
vgdev->
cursorq
.vq = vqs[1];
in virtio_gpu_init()
287
flush_work(&vgdev->
cursorq
.dequeue_work);
in virtio_gpu_deinit()
H
A
D
virtgpu_drv.h
226
struct virtio_gpu_queue
cursorq
;
member
Completed in 7 milliseconds