Home
last modified time | relevance | path

Searched refs:uni_lines (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/tty/vt/
H A Dvt.c331 u32 **uni_lines; in vc_uniscr_alloc() local
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()
354 vfree(uni_lines); in vc_uniscr_free()
435 if (!uni_lines) in vc_uniscr_scroll()
486 u32 **uni_lines; in vc_uniscr_check() local
499 if (!uni_lines) in vc_uniscr_check()
511 u32 *line = uni_lines[y]; in vc_uniscr_check()
[all …]