Symbol: drm_master
sys/dev/drm/drm_auth.c
140
struct drm_master *old_master;
sys/dev/drm/drm_auth.c
282
struct drm_master *master = file_priv->master;
sys/dev/drm/drm_auth.c
345
struct drm_master *drm_master_get(struct drm_master *master)
sys/dev/drm/drm_auth.c
354
struct drm_master *master = container_of(kref, struct drm_master, refcount);
sys/dev/drm/drm_auth.c
379
void drm_master_put(struct drm_master **master)
sys/dev/drm/drm_auth.c
97
struct drm_master *drm_master_create(struct drm_device *dev)
sys/dev/drm/drm_auth.c
99
struct drm_master *master;
sys/dev/drm/drm_bufs.c
504
struct drm_master *master;
sys/dev/drm/drm_bufs.c
567
void drm_legacy_master_rmmaps(struct drm_device *dev, struct drm_master *master)
sys/dev/drm/drm_internal.h
42
int drm_pci_set_busid(struct drm_device *dev, struct drm_master *master);
sys/dev/drm/drm_ioctl.c
115
struct drm_master *master = file_priv->master;
sys/dev/drm/drm_ioctl.c
132
struct drm_master *master)
sys/dev/drm/drm_ioctl.c
141
struct drm_master *master = file_priv->master;
sys/dev/drm/drm_lock.c
168
struct drm_master *master = file_priv->master;
sys/dev/drm/drm_lock.c
261
struct drm_master *master = file_priv->master;
sys/dev/drm/drm_lock.c
336
struct drm_master *master = file_priv->master;
sys/dev/drm/drm_pci.c
216
int drm_pci_set_busid(struct drm_device *dev, struct drm_master *master)
sys/dev/drm/include/drm/drm_auth.h
100
struct drm_master *drm_master_get(struct drm_master *master);
sys/dev/drm/include/drm/drm_auth.h
101
void drm_master_put(struct drm_master **master);
sys/dev/drm/include/drm/drm_auth.h
104
struct drm_master *drm_master_create(struct drm_device *dev);
sys/dev/drm/include/drm/drm_auth.h
92
struct drm_master *lessor;
sys/dev/drm/include/drm/drm_device.h
18
struct drm_master;
sys/dev/drm/include/drm/drm_device.h
50
struct drm_master *master;
sys/dev/drm/include/drm/drm_drv.h
381
int (*master_create)(struct drm_device *dev, struct drm_master *master);
sys/dev/drm/include/drm/drm_drv.h
388
void (*master_destroy)(struct drm_device *dev, struct drm_master *master);
sys/dev/drm/include/drm/drm_drv.h
46
struct drm_master;
sys/dev/drm/include/drm/drm_file.h
231
struct drm_master *master;
sys/dev/drm/include/drm/drm_lease.h
30
struct drm_master;
sys/dev/drm/include/drm/drm_lease.h
45
drm_lease_destroy(struct drm_master *lessee)
sys/dev/drm/include/drm/drm_lease.h
50
drm_lease_revoke(struct drm_master *master)
sys/dev/drm/include/drm/drm_legacy.h
153
struct drm_master *master;
sys/dev/drm/include/drm/drm_legacy.h
162
struct drm_master *master);
sys/dev/drm/include/drm/drm_pci.h
40
struct drm_master;