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:ttm_object_device
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
ttm_object.c
64
* @tdev: Pointer to the
ttm_object_device
.
78
struct
ttm_object_device
*tdev;
86
* struct
ttm_object_device
95
struct
ttm_object_device
{
struct
196
struct
ttm_object_device
*tdev = tfile->tdev;
in ttm_base_object_init()
231
struct
ttm_object_device
*tdev = base->tfile->tdev;
in ttm_release_base()
279
ttm_base_object_lookup_for_ref(struct
ttm_object_device
*tdev, uint64_t key)
in ttm_base_object_lookup_for_ref()
408
struct ttm_object_file *ttm_object_file_init(struct
ttm_object_device
*tdev)
in ttm_object_file_init()
425
struct
ttm_object_device
*
428
struct
ttm_object_device
*tde
in ttm_object_device_init()
[all...]
H
A
D
ttm_object.h
68
struct
ttm_object_device
;
172
* @tdev: Pointer to a struct
ttm_object_device
.
181
ttm_base_object_lookup_for_ref(struct
ttm_object_device
*tdev, uint64_t key);
244
extern struct ttm_object_file *ttm_object_file_init(struct
ttm_object_device
261
* ttm_object device init - initialize a struct
ttm_object_device
269
extern struct
ttm_object_device
*
273
* ttm_object_device_release - release data held by a
ttm_object_device
275
* @p_tdev: Pointer to pointer to the
ttm_object_device
object to release.
278
* Releases all data associated by a
ttm_object_device
.
283
extern void ttm_object_device_release(struct
ttm_object_device
**p_tde
[all...]
H
A
D
vmwgfx_drv.h
561
struct
ttm_object_device
*tdev;
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
ttm_object.h
92
struct
ttm_object_device
;
202
* @tdev: Pointer to a struct
ttm_object_device
.
211
ttm_base_object_lookup_for_ref(struct
ttm_object_device
*tdev, uint32_t key);
279
extern struct ttm_object_file *ttm_object_file_init(struct
ttm_object_device
297
* ttm_object device init - initialize a struct
ttm_object_device
307
extern struct
ttm_object_device
*
313
* ttm_object_device_release - release data held by a
ttm_object_device
315
* @p_tdev: Pointer to pointer to the
ttm_object_device
object to release.
318
* Releases all data associated by a
ttm_object_device
.
323
extern void ttm_object_device_release(struct
ttm_object_device
**p_tde
[all...]
H
A
D
ttm_object.c
48
* @tdev: Pointer to the
ttm_object_device
.
70
struct
ttm_object_device
*tdev;
78
* struct
ttm_object_device
89
struct
ttm_object_device
{
struct
166
struct
ttm_object_device
*tdev = tfile->tdev;
in ttm_base_object_init()
202
struct
ttm_object_device
*tdev = base->tfile->tdev;
in ttm_release_base()
285
ttm_base_object_lookup_for_ref(struct
ttm_object_device
*tdev, uint32_t key)
in ttm_base_object_lookup_for_ref()
491
struct ttm_object_file *ttm_object_file_init(struct
ttm_object_device
*tdev,
in ttm_object_file_init()
525
struct
ttm_object_device
*
530
struct
ttm_object_device
*tde
in ttm_object_device_init()
[all...]
H
A
D
vmwgfx_drv.h
558
struct
ttm_object_device
*tdev;
Completed in 8 milliseconds