Lines Matching refs:start
121 cmap->start = 0; in fb_alloc_cmap_gfp()
171 if (to->start > from->start) in fb_copy_cmap()
172 fromoff = to->start - from->start; in fb_copy_cmap()
174 tooff = from->start - to->start; in fb_copy_cmap()
196 if (to->start > from->start) in fb_cmap_to_user()
197 fromoff = to->start - from->start; in fb_cmap_to_user()
199 tooff = from->start - to->start; in fb_cmap_to_user()
233 int i, start, rc = 0; in fb_set_cmap() local
241 start = cmap->start; in fb_set_cmap()
243 if (start < 0 || (!info->fbops->fb_setcolreg && in fb_set_cmap()
255 if (info->fbops->fb_setcolreg(start++, in fb_set_cmap()
287 umap.start = cmap->start; in fb_set_user_cmap()