Searched refs:uni_lines (Results 1 – 1 of 1) sorted by relevance
331 u32 **uni_lines; in vc_uniscr_alloc() local333 unsigned int memsize, i, col_size = cols * sizeof(**uni_lines); in vc_uniscr_alloc()337 memsize += rows * sizeof(*uni_lines); in vc_uniscr_alloc()338 uni_lines = vzalloc(memsize); in vc_uniscr_alloc()339 if (!uni_lines) in vc_uniscr_alloc()343 p = uni_lines + rows; in vc_uniscr_alloc()345 uni_lines[i] = p; in vc_uniscr_alloc()349 return uni_lines; in vc_uniscr_alloc()352 static void vc_uniscr_free(u32 **uni_lines) in vc_uniscr_free() argument354 vfree(uni_lines); in vc_uniscr_free()[all …]