/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/ |
nouveau_nvkm_subdev_therm_fannil.c | 29 #include "priv.h" 46 struct nvkm_fan *priv; local in function:nvkm_fannil_create 48 priv = kzalloc(sizeof(*priv), GFP_KERNEL); 49 therm->fan = priv; 50 if (!priv) 53 priv->type = "none / external"; 54 priv->get = nvkm_fannil_get; 55 priv->set = nvkm_fannil_set;
|
nouveau_nvkm_subdev_therm_fannil.c | 29 #include "priv.h" 46 struct nvkm_fan *priv; local in function:nvkm_fannil_create 48 priv = kzalloc(sizeof(*priv), GFP_KERNEL); 49 therm->fan = priv; 50 if (!priv) 53 priv->type = "none / external"; 54 priv->get = nvkm_fannil_get; 55 priv->set = nvkm_fannil_set;
|
nouveau_nvkm_subdev_therm_fannil.c | 29 #include "priv.h" 46 struct nvkm_fan *priv; local in function:nvkm_fannil_create 48 priv = kzalloc(sizeof(*priv), GFP_KERNEL); 49 therm->fan = priv; 50 if (!priv) 53 priv->type = "none / external"; 54 priv->get = nvkm_fannil_get; 55 priv->set = nvkm_fannil_set;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_nvc0_fence.c | 85 struct nv84_fence_priv *priv = drm->fence; local in function:nvc0_fence_create 86 priv->base.context_new = nvc0_fence_context_new;
|
nouveau_nvc0_fence.c | 85 struct nv84_fence_priv *priv = drm->fence; local in function:nvc0_fence_create 86 priv->base.context_new = nvc0_fence_context_new;
|
nouveau_nvc0_fence.c | 85 struct nv84_fence_priv *priv = drm->fence; local in function:nvc0_fence_create 86 priv->base.context_new = nvc0_fence_context_new;
|
nouveau_nv50_fence.c | 43 struct nv10_fence_priv *priv = chan->drm->fence; local in function:nv50_fence_context_new 45 struct ttm_mem_reg *reg = &priv->bo->bo.mem; 75 struct nv10_fence_priv *priv; local in function:nv50_fence_create 78 priv = drm->fence = kzalloc(sizeof(*priv), GFP_KERNEL); 79 if (!priv) 82 priv->base.dtor = nv10_fence_destroy; 83 priv->base.resume = nv17_fence_resume; 84 priv->base.context_new = nv50_fence_context_new; 85 priv->base.context_del = nv10_fence_context_del [all...] |
nouveau_nv50_fence.c | 43 struct nv10_fence_priv *priv = chan->drm->fence; local in function:nv50_fence_context_new 45 struct ttm_mem_reg *reg = &priv->bo->bo.mem; 75 struct nv10_fence_priv *priv; local in function:nv50_fence_create 78 priv = drm->fence = kzalloc(sizeof(*priv), GFP_KERNEL); 79 if (!priv) 82 priv->base.dtor = nv10_fence_destroy; 83 priv->base.resume = nv17_fence_resume; 84 priv->base.context_new = nv50_fence_context_new; 85 priv->base.context_del = nv10_fence_context_del [all...] |
nouveau_nv50_fence.c | 43 struct nv10_fence_priv *priv = chan->drm->fence; local in function:nv50_fence_context_new 45 struct ttm_mem_reg *reg = &priv->bo->bo.mem; 75 struct nv10_fence_priv *priv; local in function:nv50_fence_create 78 priv = drm->fence = kzalloc(sizeof(*priv), GFP_KERNEL); 79 if (!priv) 82 priv->base.dtor = nv10_fence_destroy; 83 priv->base.resume = nv17_fence_resume; 84 priv->base.context_new = nv50_fence_context_new; 85 priv->base.context_del = nv10_fence_context_del [all...] |
/src/sys/external/bsd/drm/dist/bsd-core/ |
drm_fops.c | 45 struct drm_file *priv; local in function:drm_find_file_by_proc 49 TAILQ_FOREACH(priv, &dev->files, link) { 50 if (priv->pid == pid && priv->uid == uid) 51 return priv; 62 struct drm_file *priv; local in function:drm_open_helper 72 priv = drm_find_file_by_proc(dev, p); 73 if (!priv) { 74 priv = malloc(sizeof(*priv), DRM_MEM_FILES, M_NOWAIT | M_ZERO) 114 struct drm_file *priv; local in function:drm_open_helper [all...] |
drm_fops.c | 45 struct drm_file *priv; local in function:drm_find_file_by_proc 49 TAILQ_FOREACH(priv, &dev->files, link) { 50 if (priv->pid == pid && priv->uid == uid) 51 return priv; 62 struct drm_file *priv; local in function:drm_open_helper 72 priv = drm_find_file_by_proc(dev, p); 73 if (!priv) { 74 priv = malloc(sizeof(*priv), DRM_MEM_FILES, M_NOWAIT | M_ZERO) 114 struct drm_file *priv; local in function:drm_open_helper [all...] |
drm_fops.c | 45 struct drm_file *priv; local in function:drm_find_file_by_proc 49 TAILQ_FOREACH(priv, &dev->files, link) { 50 if (priv->pid == pid && priv->uid == uid) 51 return priv; 62 struct drm_file *priv; local in function:drm_open_helper 72 priv = drm_find_file_by_proc(dev, p); 73 if (!priv) { 74 priv = malloc(sizeof(*priv), DRM_MEM_FILES, M_NOWAIT | M_ZERO) 114 struct drm_file *priv; local in function:drm_open_helper [all...] |
drm_auth.c | 55 return pt->priv; 66 static int drm_add_magic(struct drm_device *dev, struct drm_file *priv, 81 entry->priv = priv; 172 struct drm_file *priv; local in function:drm_authmagic 177 priv = drm_find_file(dev, auth->magic); 178 if (priv != NULL) { 179 priv->authenticated = 1;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
if500d.h | 19 __u8 priv; member in struct:nv50_vmm_map_v0
|
if900d.h | 20 __u8 priv; member in struct:gf100_vmm_map_v0
|
if500d.h | 19 __u8 priv; member in struct:nv50_vmm_map_v0
|
if900d.h | 20 __u8 priv; member in struct:gf100_vmm_map_v0
|
if500d.h | 19 __u8 priv; member in struct:nv50_vmm_map_v0
|
if900d.h | 20 __u8 priv; member in struct:gf100_vmm_map_v0
|
cla06f.h | 9 __u8 priv; member in struct:kepler_channel_gpfifo_a_v0
|
clc36f.h | 9 __u8 priv; member in struct:volta_channel_gpfifo_a_v0
|
ifb00d.h | 26 __u8 priv; member in struct:gm200_vmm_map_v0
|
/src/sbin/mount_portal/ |
pt_tcp.c | 59 * Key will be tcp/host/port[/"priv"] 72 int priv = 0; local in function:portal_tcp 92 if (strcmp(p, "priv") == 0) { 94 priv = 1; 110 if (priv)
|
/src/sys/dev/fdt/ |
syscon.h | 33 void *priv; member in struct:syscon 42 (_syscon)->lock((_syscon)->priv) 45 (_syscon)->unlock((_syscon)->priv) 48 (_syscon)->read_4((_syscon)->priv, (_reg)) 51 (_syscon)->write_4((_syscon)->priv, (_reg), (_val))
|
/src/sys/dev/hdmicec/ |
hdmicec_if.h | 44 void *priv; member in struct:hdmicec_attach_args
|