Home
last modified time | relevance | path

Searched defs:vc_translate (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Dvt_kern.h76 #define vc_translate(vc, c) ((vc)->vc_translate[(c) | \ macro
126 #define vc_translate(vc, c) (c) macro
Dconsole_struct.h131 unsigned short * vc_translate; member