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:qxl_bo_unref
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/
H
A
D
qxl_image.c
78
qxl_bo_unref
(&image->bo);
in qxl_image_alloc_objects()
91
qxl_bo_unref
(&chunk->bo);
in qxl_image_free_objects()
95
qxl_bo_unref
(&dimage->bo);
in qxl_image_free_objects()
H
A
D
qxl_object.h
95
extern void
qxl_bo_unref
(struct qxl_bo **bo);
H
A
D
qxl_release.c
169
qxl_bo_unref
(&bo);
in qxl_release_free_list()
356
qxl_bo_unref
(&qdev->current_release_bo[cur_idx]);
in qxl_alloc_release_reserved()
381
qxl_bo_unref
(&bo);
in qxl_alloc_release_reserved()
H
A
D
qxl_kms.c
290
qxl_bo_unref
(&qdev->current_release_bo[0]);
in qxl_device_fini()
291
qxl_bo_unref
(&qdev->current_release_bo[1]);
in qxl_device_fini()
H
A
D
qxl_display.c
385
qxl_bo_unref
(&qxl_crtc->cursor_bo);
in qxl_crtc_destroy()
663
qxl_bo_unref
(&old_cursor_bo);
in qxl_cursor_atomic_update()
664
qxl_bo_unref
(&cursor_bo);
in qxl_cursor_atomic_update()
673
qxl_bo_unref
(&cursor_bo);
in qxl_cursor_atomic_update()
1186
qxl_bo_unref
(&qdev->monitors_config_bo);
in qxl_destroy_monitors_object()
H
A
D
qxl_draw.c
255
qxl_bo_unref
(&clips_bo);
in qxl_draw_dirty_fb()
H
A
D
qxl_object.c
231
void
qxl_bo_unref
(struct qxl_bo **bo)
in qxl_bo_unref()
function
H
A
D
qxl_cmd.c
283
qxl_bo_unref
(&bo);
in qxl_alloc_bo_reserved()
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/
H
A
D
qxl_image.c
78
qxl_bo_unref
(&image->bo);
in qxl_image_alloc_objects()
91
qxl_bo_unref
(&chunk->bo);
in qxl_image_free_objects()
95
qxl_bo_unref
(&dimage->bo);
in qxl_image_free_objects()
H
A
D
qxl_release.c
129
qxl_bo_unref
(&bo);
in qxl_release_free_list()
328
qxl_bo_unref
(&free_bo);
in qxl_alloc_release_reserved()
347
qxl_bo_unref
(&free_bo);
in qxl_alloc_release_reserved()
351
qxl_bo_unref
(&bo);
in qxl_alloc_release_reserved()
H
A
D
qxl_object.h
69
extern void
qxl_bo_unref
(struct qxl_bo **bo);
H
A
D
qxl_display.c
389
qxl_bo_unref
(&qxl_crtc->cursor_bo);
in qxl_crtc_destroy()
624
qxl_bo_unref
(&cursor_bo);
in qxl_create_cursor()
635
qxl_bo_unref
(&cursor_bo);
in qxl_free_cursor()
1242
qxl_bo_unref
(&qdev->monitors_config_bo);
in qxl_destroy_monitors_object()
H
A
D
qxl_kms.c
295
qxl_bo_unref
(&qdev->current_release_bo[cur_idx]);
in qxl_device_fini()
H
A
D
qxl_draw.c
262
qxl_bo_unref
(&clips_bo);
in qxl_draw_dirty_fb()
H
A
D
qxl_object.c
280
void
qxl_bo_unref
(struct qxl_bo **bo)
in qxl_bo_unref()
function
H
A
D
qxl_cmd.c
276
qxl_bo_unref
(&bo);
in qxl_alloc_bo_reserved()
Completed in 11 milliseconds