Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dselection.h22 int sel_loadlut(u32 __user *lut);
/linux/drivers/tty/vt/
H A Dselection.c10 * 'int sel_loadlut(u32 __user *)'
115 * sel_loadlut() - load the LUT table
123 int sel_loadlut(u32 __user *lut) in sel_loadlut() function
H A Dvt.c3361 return sel_loadlut(param_aligned32); in tioclinux()