Symbol: drm_master
sys/dev/drm2/drmP.h
1257
extern int drm_remove_magic(struct drm_master *master, drm_magic_t magic);
sys/dev/drm2/drmP.h
1360
struct drm_master *drm_master_create(struct drm_minor *minor);
sys/dev/drm2/drmP.h
1361
extern struct drm_master *drm_master_get(struct drm_master *master);
sys/dev/drm2/drmP.h
1362
extern void drm_master_put(struct drm_master **master);
sys/dev/drm2/drmP.h
1770
int drm_pci_set_busid(struct drm_device *dev, struct drm_master *master);
sys/dev/drm2/drmP.h
1771
int drm_pci_set_unique(struct drm_device *dev, struct drm_master *master,
sys/dev/drm2/drmP.h
419
struct drm_master *master; /* master this node is currently associated with
sys/dev/drm2/drmP.h
537
struct drm_master *master;
sys/dev/drm2/drmP.h
687
int (*set_busid)(struct drm_device *dev, struct drm_master *master);
sys/dev/drm2/drmP.h
688
int (*set_unique)(struct drm_device *dev, struct drm_master *master,
sys/dev/drm2/drmP.h
845
int (*master_create)(struct drm_device *dev, struct drm_master *master);
sys/dev/drm2/drmP.h
846
void (*master_destroy)(struct drm_device *dev, struct drm_master *master);
sys/dev/drm2/drmP.h
937
struct drm_master *master; /* currently active master for this node */
sys/dev/drm2/drm_auth.c
107
int drm_remove_magic(struct drm_master *master, drm_magic_t magic)
sys/dev/drm2/drm_auth.c
51
static struct drm_file *drm_find_file(struct drm_master *master, drm_magic_t magic)
sys/dev/drm2/drm_auth.c
78
static int drm_add_magic(struct drm_master *master, struct drm_file *priv,
sys/dev/drm2/drm_bufs.c
514
struct drm_master *master;
sys/dev/drm2/drm_fops.c
400
struct drm_master *master = file_priv->master;
sys/dev/drm2/drm_ioctl.c
120
struct drm_master *master = file_priv->master;
sys/dev/drm2/drm_ioctl.c
55
struct drm_master *master = file_priv->master;
sys/dev/drm2/drm_ioctl.c
68
struct drm_master *master)
sys/dev/drm2/drm_ioctl.c
95
struct drm_master *master = file_priv->master;
sys/dev/drm2/drm_lock.c
153
struct drm_master *master = file_priv->master;
sys/dev/drm2/drm_lock.c
374
struct drm_master *master = file_priv->master;
sys/dev/drm2/drm_lock.c
59
struct drm_master *master = file_priv->master;
sys/dev/drm2/drm_pci.c
190
int drm_pci_set_busid(struct drm_device *dev, struct drm_master *master)
sys/dev/drm2/drm_pci.c
220
struct drm_master *master,
sys/dev/drm2/drm_platform.c
47
static int drm_platform_set_busid(struct drm_device *dev, struct drm_master *master)
sys/dev/drm2/drm_stub.c
102
struct drm_master *drm_master_create(struct drm_minor *minor)
sys/dev/drm2/drm_stub.c
104
struct drm_master *master;
sys/dev/drm2/drm_stub.c
123
struct drm_master *drm_master_get(struct drm_master *master)
sys/dev/drm2/drm_stub.c
130
static void drm_master_destroy(struct drm_master *master)
sys/dev/drm2/drm_stub.c
165
void drm_master_put(struct drm_master **master)
sys/dev/drm2/drm_sysctl.c
159
struct drm_master *master;