Searched refs:con_copy_unimap (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | vt_kern.h | 75 int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc); 120 int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc) in con_copy_unimap() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | vt_kern.h | 62 int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc); 107 int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc) in con_copy_unimap() function
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | consolemap.c | 709 * con_copy_unimap - copy unimap between two vts 715 int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc) in con_copy_unimap() function 729 EXPORT_SYMBOL(con_copy_unimap); variable
|
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | consolemap.c | 757 * con_copy_unimap - copy unimap between two vts 763 int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc) in con_copy_unimap() function 777 EXPORT_SYMBOL(con_copy_unimap); variable
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fbcon.c | 1109 con_copy_unimap(vc, svc); in fbcon_init() 1414 con_copy_unimap(vc, svc); in fbcon_set_disp()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fbcon.c | 1064 con_copy_unimap(vc, svc); in fbcon_init() 1385 con_copy_unimap(vc, svc); in fbcon_set_disp()
|
Completed in 21 milliseconds