Lines Matching refs:start
119 cmap->start = 0; in fb_alloc_cmap_gfp()
169 if (to->start > from->start) in fb_copy_cmap()
170 fromoff = to->start - from->start; in fb_copy_cmap()
172 tooff = from->start - to->start; in fb_copy_cmap()
193 if (to->start > from->start) in fb_cmap_to_user()
194 fromoff = to->start - from->start; in fb_cmap_to_user()
196 tooff = from->start - to->start; in fb_cmap_to_user()
229 int i, start, rc = 0; in fb_set_cmap() local
237 start = cmap->start; in fb_set_cmap()
239 if (start < 0 || (!info->fbops->fb_setcolreg && in fb_set_cmap()
251 if (info->fbops->fb_setcolreg(start++, in fb_set_cmap()
283 umap.start = cmap->start; in fb_set_user_cmap()