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:drm_master
(Results
1 - 9
of
9
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_auth.h
56
* struct
drm_master
- drm master structure
65
* @leases: Objects leased to this
drm_master
.
71
struct
drm_master
{
struct
91
/* Tree of display resource leases, each of which is a
drm_master
struct
97
struct
drm_master
*lessor;
109
struct
drm_master
*drm_master_get(struct
drm_master
*master);
110
void drm_master_put(struct
drm_master
**master);
113
struct
drm_master
*drm_master_create(struct drm_device *dev);
H
A
D
drm_file.h
236
struct
drm_master
*master;
H
A
D
drm_drv.h
38
struct
drm_master
;
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_lease.c
24
* drm_lease_owner - return ancestor owner
drm_master
25
* @master:
drm_master
somewhere within tree of lessees and lessors
27
* RETURN:struct
drm_master
*
29
*
drm_master
at the top of the tree (i.e, with lessor NULL
31
struct
drm_master
*drm_lease_owner(struct
drm_master
*master)
in drm_lease_owner()
41
* @master:
drm_master
of lessor
44
* RETURN:static struct
drm_master
*
46
*
drm_master
of the lessee if valid, NULL otherwise
49
static struct
drm_master
*_drm_find_lesse
[all...]
H
A
D
drm_auth.c
45
* &struct
drm_master
is used to track groups of clients with open
49
* no one else is the current master that time) there exists one &
drm_master
.
51
* to the &
drm_master
they are associated with.
53
* In addition only one &
drm_master
can be the current master for a &drm_device.
102
struct
drm_master
*drm_master_create(struct drm_device *dev)
in drm_master_create()
104
struct
drm_master
*master;
in drm_master_create()
137
struct
drm_master
*old_master;
in drm_new_set_master()
321
struct
drm_master
*master;
in drm_master_release()
371
* @master: &struct
drm_master
375
struct
drm_master
*drm_master_ge
[all...]
H
A
D
drm_internal.h
40
struct
drm_master
;
59
int drm_pci_set_busid(struct drm_device *dev, struct
drm_master
*master);
74
struct
drm_master
*master)
in drm_pci_set_busid()
H
A
D
drm_ioctl.c
120
struct
drm_master
*master;
in drm_getunique()
136
static void drm_unset_busid(struct drm_device *dev, struct
drm_master
*master)
in drm_unset_busid()
145
struct
drm_master
*master = file_priv->master;
in drm_set_busid()
H
A
D
drm_debugfs.c
56
struct
drm_master
*master;
in drm_name_info()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/
H
A
D
drm_internal.h
40
struct
drm_master
;
59
int drm_pci_set_busid(struct drm_device *dev, struct
drm_master
*master);
74
struct
drm_master
*master)
in drm_pci_set_busid()
Completed in 10 milliseconds