Searched refs:umap (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dpriv.h14 int (*umap)(struct nvkm_bar *, u64 size, int type, struct nvkm_vma *); member in struct:nvkm_bar_func
H A Dg84.c48 .umap = nv50_bar_umap,
H A Dgk20a.c29 .umap = gf100_bar_umap,
H A Dbase.c45 return bar->func->umap(bar, size, type, vma); nvkm_bar_umap()
H A Dgf100.c174 .umap = gf100_bar_umap,
H A Dnv50.c208 .umap = nv50_bar_umap,
/linux-4.4.14/drivers/video/fbdev/core/
H A Dfbcmap.c266 struct fb_cmap umap; fb_set_user_cmap() local
271 memset(&umap, 0, sizeof(struct fb_cmap)); fb_set_user_cmap()
272 rc = fb_alloc_cmap_gfp(&umap, cmap->len, cmap->transp != NULL, fb_set_user_cmap()
276 if (copy_from_user(umap.red, cmap->red, size) || fb_set_user_cmap()
277 copy_from_user(umap.green, cmap->green, size) || fb_set_user_cmap()
278 copy_from_user(umap.blue, cmap->blue, size) || fb_set_user_cmap()
279 (cmap->transp && copy_from_user(umap.transp, cmap->transp, size))) { fb_set_user_cmap()
283 umap.start = cmap->start; fb_set_user_cmap()
289 rc = fb_set_cmap(&umap, info); fb_set_user_cmap()
292 fb_dealloc_cmap(&umap); fb_set_user_cmap()
/linux-4.4.14/drivers/net/ethernet/agere/
H A Det131x.c2650 * corresponding to this packet and umap the fragments free_send_packet()
/linux-4.4.14/drivers/scsi/
H A Dncr53c8xx.c1325 u_long tags_stime; /* Last time we set smap=umap */

Completed in 283 milliseconds